Home
last modified time | relevance | path

Searched refs:nice_match (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zlib_deflate/
Ddeflate.c531 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
564 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
598 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()
678 if (len >= nice_match) break; in longest_match()
Ddefutil.h164 int nice_match; /* Stop searching when current match exceeds this */ member