Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
HDgvmat64.S165 #define good_match [ rcx + dsGoodMatch] macro
220 mov esi, good_match
/freebsd-14-stable/sys/contrib/zlib/
HDdeflate.h195 uInt good_match; member
HDdeflate.c681 s->good_match = configuration_table[s->level].good_length; in lm_init()
788 s->good_match = configuration_table[level].good_length; in deflateParams()
803 s->good_match = (uInt)good_length; in deflateTune()
1382 if (s->prev_length >= s->good_match) { in longest_match()