Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.c341 if (length > MAX_DIST(s)) {
342 length = MAX_DIST(s);
1043 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1044 s->strstart - (IPos)MAX_DIST(s) : NIL;
1299 if (s->strstart >= wsize+MAX_DIST(s)) {
1415 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1439 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1595 s->strstart - hash_head <= MAX_DIST(s)) {
H A Ddeflate.h276 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
H A Dtrees.c1036 Assert((ush)dist < (ush)MAX_DIST(s) &&
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c577 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
968 if (length > MAX_DIST(s)) {
969 length = MAX_DIST(s);
1464 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1465 s->strstart - (IPos)MAX_DIST(s) : NIL;
1751 } else if (s->strstart >= wsize+MAX_DIST(s)) {
1891 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1923 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1980 MAX_DIST(s)) {
2107 s->strstart - hash_head <= MAX_DIST(s)) {
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c402 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
949 s->strstart - (IPos)MAX_DIST(s) : NIL;
1132 } else if (s->strstart >= wsize+MAX_DIST(s)) {
1258 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1356 s->strstart - hash_head <= MAX_DIST(s)) {
2417 Assert((ush)dist < (ush)MAX_DIST(s) &&