Home
last modified time | relevance | path

Searched refs:good_length (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */ member
445 s->good_match = configuration_table[level].good_length;
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
456 int good_length;
465 s->good_match = good_length;
996 s->good_match = configuration_table[s->level].good_length;
Dzlib.h628 int good_length,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member
522 s->good_match = configuration_table[level].good_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
533 int good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
Dzlib.h682 int good_length,
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzlib.h744 int good_length,