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

/external/zlib/src/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
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm115 extern good_match:DWORD
151 %define good_match [ rcx + dsGoodMatch]
195 ;;; if (s->prev_length >= s->good_match) {
200 mov esi, good_match
/external/chromium_org/third_party/zlib/
H A Ddeflate.h190 uInt good_match; member in struct:internal_state
H A Ddeflate.c113 /* Values for max_lazy_match, good_match and max_chain_length, depending on
448 s->good_match = configuration_table[level].good_length;
468 s->good_match = good_length;
1056 s->good_match = configuration_table[s->level].good_length;
1176 if (s->prev_length >= s->good_match) {
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h188 uInt good_match; member in struct:internal_state
H A Dfx_zlib_deflate.c112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
521 s->good_match = configuration_table[level].good_length;
541 s->good_match = good_length;
1115 s->good_match = configuration_table[s->level].good_length;
1184 if (s->prev_length >= s->good_match) {
/external/qemu/distrib/zlib-1.2.8/
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) {
/external/zlib/src/
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) {
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch] define
233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm219 ;;; if (s->prev_length >= s->good_match) {

Completed in 4635 milliseconds