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

/freebsd-10.0-release/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch] define
214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
/freebsd-10.0-release/lib/libz/
H A Ddeflate.h188 uInt good_match; member in struct:internal_state
H A Ddeflate.c112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
1185 if (s->prev_length >= s->good_match) {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/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) {
/freebsd-10.0-release/sys/net/
H A Dzlib.c442 uInt good_match; member in struct:deflate_state
663 /* Values for max_lazy_match, good_match and max_chain_length, depending on
933 s->good_match = configuration_table[level].good_length;
1252 s->good_match = configuration_table[s->level].good_length;
1317 if (s->prev_length >= s->good_match) {

Completed in 148 milliseconds