Searched refs:nice_match (Results 1 – 12 of 12) sorted by relevance
116 extern nice_match:DWORD119 %define nicematch nice_match152 %define nice_match [ rcx + dsNiceMatch]
154 COMM nice_match:DWORD157 nicematch equ nice_match190 nice_match equ [ rcx + dsNiceMatch] define
166 #define nice_match [ rcx + dsNiceMatch] macro242 mov eax, nice_match
523 s->nice_match = configuration_table[level].nice_length;544 s->nice_match = nice_length;1117 s->nice_match = configuration_table[s->level].nice_length;1157 int nice_match = s->nice_match; /* stop if match long enough */ local1191 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;1276 if (len >= nice_match) break;
191 int nice_match; /* Stop searching when current match exceeds this */ member
449 s->nice_match = configuration_table[level].nice_length;470 s->nice_match = nice_length;1057 s->nice_match = configuration_table[s->level].nice_length;1148 int nice_match = s->nice_match; /* stop if match long enough */ local1182 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;1280 if (len >= nice_match) break;
193 int nice_match; /* Stop searching when current match exceeds this */ member
522 s->nice_match = configuration_table[level].nice_length; in deflateParams()543 s->nice_match = nice_length; in deflateTune()1116 s->nice_match = configuration_table[s->level].nice_length; in lm_init()1156 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local1190 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()1275 if (len >= nice_match) break; in longest_match()
59 nice_match equ dword ptr [esp+NbStack-60] define