Searched refs:LENS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Dinftrees.h56 LENS, enumerator in enum:__anon5722
H A Dinftrees.c25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
169 provided *table space. It is checked for LENS and DIST tables against
186 case LENS:
211 if ((type == LENS && used > ENOUGH_LENS) ||
280 if ((type == LENS && used > ENOUGH_LENS) ||
H A Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
H A Dinflate.c283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
1000 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.h51 LENS, enumerator in enum:__anon6482
H A Dinftrees.c27 to be generated, CODES, LENS, or DISTS. On return, zero is success,
171 provided *table space. It is checked when a LENS table is being made
175 This assumes that when type == LENS, bits == 9.
189 case LENS:
214 if (type == LENS && used >= ENOUGH - MAXD)
282 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c234 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
952 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/freebsd-10.0-release/sys/net/
H A Dzlib.c3543 LENS, /* get lengths for stored */ enumerator in enum:__anon10088
3768 s->mode = LENS; /* get length of stored block */
3804 case LENS:
4096 if (s->mode != LENS)

Completed in 104 milliseconds