Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.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;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c470 int nice_match; /* Stop searching when current match exceeds this */ member
1060 s->nice_match = configuration_table[level].nice_length;
1422 s->nice_match = configuration_table[s->level].nice_length;
1463 int nice_match = s->nice_match; /* stop if match long enough */ local
1502 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1597 if (len >= nice_match) break;
/titanic_50/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;