Searched refs:good_match (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Ddeflate.h185 uInt good_match; member in struct:internal_state
H A Ddeflate.c123 /* Values for max_lazy_match, good_match and max_chain_length, depending on
451 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) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c467 uInt good_match; member in struct:deflate_state
753 * Values for max_lazy_match, good_match and max_chain_length,
1059 s->good_match = configuration_table[level].good_length;
1421 s->good_match = configuration_table[s->level].good_length;
1495 if (s->prev_length >= s->good_match) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c306 uInt good_match; member in struct:deflate_state
491 /* Values for max_lazy_match, good_match and max_chain_length, depending on
912 s->good_match = configuration_table[s->level].good_length;
975 if (s->prev_length >= s->good_match) {

Completed in 181 milliseconds