Home
last modified time | relevance | path

Searched refs:nice_match (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDdeflate.c452 s->nice_match = configuration_table[level].nice_length;
473 s->nice_match = nice_length;
1003 s->nice_match = configuration_table[s->level].nice_length;
1042 int nice_match = s->nice_match; /* stop if match long enough */ local
1076 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1161 if (len >= nice_match) break;
HDdeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/NextBSD/lib/libz/contrib/gcc_gvmat64/
HDgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/NextBSD/lib/libz/
HDdeflate.c523 s->nice_match = configuration_table[level].nice_length;
544 s->nice_match = nice_length;
1117 s->nice_match = configuration_table[s->level].nice_length;
1157 int nice_match = s->nice_match; /* stop if match long enough */ local
1191 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1276 if (len >= nice_match) break;
HDdeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
/NextBSD/sys/libkern/
HDzlib.c445 int nice_match; /* Stop searching when current match exceeds this */ member
934 s->nice_match = configuration_table[level].nice_length;
1253 s->nice_match = configuration_table[s->level].nice_length;
1289 int nice_match = s->nice_match; /* stop if match long enough */ local
1323 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1403 if (len >= nice_match) break;