Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/freebsd/sys/contrib/zlib/
H A Ddeflate.c682 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
789 s->nice_match = configuration_table[level].nice_length; in deflateParams()
805 s->nice_match = nice_length; in deflateTune()
1354 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
1388 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead; in longest_match()
1476 if (len >= nice_match) break; in longest_match()
H A Ddeflate.h198 int nice_match; /* Stop searching when current match exceeds this */ member