Home
last modified time | relevance | path

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

/third_party/zlib/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
/third_party/node/deps/zlib/
H A Ddeflate.h195 uInt good_match; member
H A Ddeflate.c111 /* Values for max_lazy_match, good_match and max_chain_length, depending on
719 s->good_match = configuration_table[s->level].good_length; in lm_init()
826 s->good_match = configuration_table[level].good_length; in deflateParams()
841 s->good_match = (uInt)good_length; in deflateTune()
1429 if (s->prev_length >= s->good_match) { in longest_match()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h191 uInt good_match; member
H A Ddeflate.c134 /* Values for max_lazy_match, good_match and max_chain_length, depending on
660 s->good_match = configuration_table[level].good_length;
680 s->good_match = (uInt)good_length;
1257 s->good_match = configuration_table[s->level].good_length;
1326 if (s->prev_length >= s->good_match) {
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h185 uInt good_match; member
H A Ddeflate.c112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
491 s->good_match = configuration_table[level].good_length;
511 s->good_match = good_length;
1078 s->good_match = configuration_table[s->level].good_length;
1146 if (s->prev_length >= s->good_match) {
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h191 uInt good_match; member
H A Ddeflate.c134 /* Values for max_lazy_match, good_match and max_chain_length, depending on
654 s->good_match = configuration_table[level].good_length;
674 s->good_match = (uInt)good_length;
1249 s->good_match = configuration_table[s->level].good_length;
1318 if (s->prev_length >= s->good_match) {
/third_party/zlib/
H A Ddeflate.h195 uInt good_match; member
H A Ddeflate.c93 /* Values for max_lazy_match, good_match and max_chain_length, depending on
686 s->good_match = configuration_table[s->level].good_length; in lm_init()
793 s->good_match = configuration_table[level].good_length; in deflateParams()
808 s->good_match = (uInt)good_length; in deflateTune()
1391 if (s->prev_length >= s->good_match) { in longest_match()

Completed in 19 milliseconds