Searched refs:nice_match (Results 1 – 7 of 7) sorted by relevance
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
443 s->nice_match = configuration_table[level].nice_length;464 s->nice_match = nice_length;1033 s->nice_match = configuration_table[s->level].nice_length;1072 int nice_match = s->nice_match; /* stop if match long enough */ local1106 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;1191 if (len >= nice_match) break;
609 s->nice_match = configuration_table[level].nice_length;630 s->nice_match = nice_length;1205 s->nice_match = configuration_table[s->level].nice_length;1245 int nice_match = s->nice_match; /* stop if match long enough */ local1279 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;1364 if (len >= nice_match) break;
194 int nice_match; /* Stop searching when current match exceeds this */ member
188 int nice_match; /* Stop searching when current match exceeds this */ member
59 nice_match equ dword ptr [esp+NbStack-60] define
Completed in 29 milliseconds