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

/external/pdfium/third_party/zlib_v128/
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.c1679 if (s->match_length <= s->max_insert_length &&
/external/zlib/src/
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 &&

Completed in 42 milliseconds