Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Ddeflate.h185 uInt good_match; member
Ddeflate.c451 s->good_match = configuration_table[level].good_length;
471 s->good_match = good_length;
1002 s->good_match = configuration_table[s->level].good_length;
1070 if (s->prev_length >= s->good_match) {
/netbsd/src/common/dist/zlib/
Ddeflate.h197 uInt good_match; member
Ddeflate.c683 s->good_match = configuration_table[s->level].good_length; in lm_init()
790 s->good_match = configuration_table[level].good_length; in deflateParams()
805 s->good_match = (uInt)good_length; in deflateTune()
1384 if (s->prev_length >= s->good_match) { in longest_match()
/netbsd/src/sys/net/
Dzlib.c458 uInt good_match; member
998 s->good_match = configuration_table[level].good_length;
1321 s->good_match = configuration_table[s->level].good_length; in lm_init()
1386 if (s->prev_length >= s->good_match) { in longest_match()