Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c648 s->nice_match = configuration_table[level].nice_length;
669 s->nice_match = nice_length;
1243 s->nice_match = configuration_table[s->level].nice_length;
1283 int nice_match = s->nice_match; /* stop if match long enough */ local
1317 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1402 if (len >= nice_match) break;
H A Ddeflate.h192 int nice_match; /* Stop searching when current match exceeds this */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c468 int nice_match; /* Stop searching when current match exceeds this */ member
1058 s->nice_match = configuration_table[level].nice_length;
1420 s->nice_match = configuration_table[s->level].nice_length;
1461 int nice_match = s->nice_match; /* stop if match long enough */ local
1500 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1595 if (len >= nice_match) break;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c309 int nice_match; /* Stop searching when current match exceeds this */ member
913 s->nice_match = configuration_table[s->level].nice_length;
1056 if (len >= s->nice_match) break;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1398 int nice_match; /* Stop searching when current match exceeds this */ member