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

/vbox/src/libs/zlib-1.2.6/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
/vbox/src/libs/zlib-1.2.6/
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
520 s->good_match = configuration_table[level].good_length;
540 s->good_match = good_length;
1114 s->good_match = configuration_table[s->level].good_length;
1183 if (s->prev_length >= s->good_match) {
/vbox/src/libs/zlib-1.2.6/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
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm219 ;;; if (s->prev_length >= s->good_match) {

Completed in 42 milliseconds