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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c1624 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1640 if (++s->strstart <= max_insert) {
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c1987 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
2003 if (++s->strstart <= max_insert) {
/freebsd-11-stable/sys/libkern/
H A Dzlib.c1787 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1803 if (++s->strstart <= max_insert) {

Completed in 73 milliseconds