Searched refs:LENS (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inftrees.c | 189 case LENS: 214 if (type == LENS && used >= ENOUGH - MAXD) 282 if (type == LENS && used >= ENOUGH - MAXD)
|
H A D | inftrees.h | 51 LENS, enumerator
|
H A D | inflate.c | 234 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 952 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4151 LENS, /* get lengths for stored */ enumerator 4385 s->mode = LENS; /* get length of stored block */ 4421 case LENS: 4661 return (s->mode == LENS); 4728 if (s->mode != LENS)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3053 LENS, /* get lengths for stored */ enumerator 3288 s->mode = LENS; /* get length of stored block */ 3324 case LENS: 3593 if (s->mode != LENS)
|