Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.h195 uInt good_match; member
H A Ddeflate.c690 s->good_match = configuration_table[s->level].good_length; in lm_init()
810 s->good_match = configuration_table[level].good_length; in deflateParams()
825 s->good_match = (uInt)good_length; in deflateTune()
1423 if (s->prev_length >= s->good_match) { in longest_match()