Searched refs:max_insert_length (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Ddeflate.h179 # define max_insert_length max_lazy_match macro
182 * max_insert_length is used only for compression levels <= 3.
H A Ddeflate.c1680 if (s->match_length <= s->max_insert_length &&
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Ddeflate.h176 # define max_insert_length max_lazy_match macro
179 * max_insert_length is used only for compression levels <= 3.
H A Ddeflate.c1510 if (s->match_length <= s->max_insert_length &&

Completed in 31 milliseconds