Home
last modified time | relevance | path

Searched refs:max_insert (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lib/zlib/
Ddeflate.c1677 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1693 if (++s->strstart <= max_insert) {
/external/pdfium/third_party/zlib_v128/
Ddeflate.c1790 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; in deflate_slow() local
1806 if (++s->strstart <= max_insert) { in deflate_slow()
/external/python/cpython2/Modules/zlib/
Ddeflate.c1791 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1807 if (++s->strstart <= max_insert) {
/external/zlib/src/
Ddeflate.c1791 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1807 if (++s->strstart <= max_insert) {