Searched refs:nice_match (Results 1 – 3 of 3) sorted by relevance
166 #define nice_match [ rcx + dsNiceMatch] macro242 mov eax, nice_match
612 s->nice_match = configuration_table[level].nice_length;633 s->nice_match = nice_length;1208 s->nice_match = configuration_table[s->level].nice_length;1248 int nice_match = s->nice_match; /* stop if match long enough */ local1282 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;1367 if (len >= nice_match) break;
194 int nice_match; /* Stop searching when current match exceeds this */ member