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