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/ |
D | deflate.c | 124 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;
|
D | zlib.h | 628 int good_length,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 118 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;
|
D | zlib.h | 682 int good_length,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zlib.h | 744 int good_length,
|