Searched refs:nice_match (Results 1 – 3 of 3) sorted by relevance
166 #define nice_match [ rcx + dsNiceMatch] macro242 mov eax, nice_match
682 s->nice_match = configuration_table[s->level].nice_length; in lm_init()789 s->nice_match = configuration_table[level].nice_length; in deflateParams()805 s->nice_match = nice_length; in deflateTune()1354 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local1388 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead; in longest_match()1476 if (len >= nice_match) break; in longest_match()
198 int nice_match; /* Stop searching when current match exceeds this */ member