Home
last modified time | relevance | path

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

/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.h179 uInt good_match; member
H A Dhammer2_zlib_deflate.c581 s->good_match = configuration_table[s->level].good_length; in lm_init()
650 if (s->prev_length >= s->good_match) { in longest_match()
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h179 uInt good_match; member
H A Dhammer2_zlib_deflate.c586 s->good_match = configuration_table[s->level].good_length; in lm_init()
655 if (s->prev_length >= s->good_match) { in longest_match()
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h179 uInt good_match; member
H A Dhammer2_zlib_deflate.c586 s->good_match = configuration_table[s->level].good_length; in lm_init()
655 if (s->prev_length >= s->good_match) { in longest_match()
/dflybsd-src/contrib/zlib-1.2/
H A Ddeflate.h191 uInt good_match; member
H A Ddeflate.c608 s->good_match = configuration_table[level].good_length;
628 s->good_match = (uInt)good_length;
1204 s->good_match = configuration_table[s->level].good_length;
1273 if (s->prev_length >= s->good_match) {
/dflybsd-src/sys/net/
H A Dzlib.c444 uInt good_match; member
923 s->good_match = configuration_table[level].good_length; in deflateParams()
1237 s->good_match = configuration_table[s->level].good_length; in lm_init()
1304 if (s->prev_length >= s->good_match) { in longest_match()