Searched refs:max_insert (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/zip/
H A Ddeflate.c837 unsigned max_insert = strstart + lookahead - MIN_MATCH; local
851 if (++strstart <= max_insert) {
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c1300 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1316 if (++s->strstart <= max_insert) {
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c1677 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1693 if (++s->strstart <= max_insert) {

Completed in 57 milliseconds