Searched refs:nice_match (Results 1 – 11 of 11) sorted by relevance
455 s->nice_match = configuration_table[level].nice_length;476 s->nice_match = nice_length;1045 s->nice_match = configuration_table[s->level].nice_length;1084 int nice_match = s->nice_match; /* stop if match long enough */ local1118 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;1203 if (len >= nice_match) break;
188 int nice_match; /* Stop searching when current match exceeds this */ member
166 #define nice_match [ rcx + dsNiceMatch] macro242 mov eax, nice_match
720 s->nice_match = configuration_table[s->level].nice_length; in lm_init()827 s->nice_match = configuration_table[level].nice_length; in deflateParams()843 s->nice_match = nice_length; in deflateTune()1401 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local1435 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead; in longest_match()1541 if (len >= nice_match) break; in longest_match()
198 int nice_match; /* Stop searching when current match exceeds this */ member
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
655 s->nice_match = configuration_table[level].nice_length;676 s->nice_match = nice_length;1250 s->nice_match = configuration_table[s->level].nice_length;1290 int nice_match = s->nice_match; /* stop if match long enough */ local1324 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;1427 if (len >= nice_match) break;
661 s->nice_match = configuration_table[level].nice_length;682 s->nice_match = nice_length;1258 s->nice_match = configuration_table[s->level].nice_length;1298 int nice_match = s->nice_match; /* stop if match long enough */ local1332 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;1435 if (len >= nice_match) break;