Home
last modified time | relevance | path

Searched refs:LENS (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/zlib-1.2/
HDinftrees.c186 case LENS:
209 if ((type == LENS && used > ENOUGH_LENS) ||
278 if ((type == LENS && used > ENOUGH_LENS) ||
HDinftrees.h56 LENS, enumerator
HDinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
HDinflate.c300 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
1023 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/dragonfly/usr.sbin/makefs/hammer2/zlib/
HDhammer2_zlib_inftrees.c184 case LENS: in inflate_table()
209 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
278 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
HDhammer2_zlib_inftrees.h56 LENS, enumerator
HDhammer2_zlib_inflate.c267 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
804 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
/dragonfly/sys/vfs/hammer2/zlib/
HDhammer2_zlib_inftrees.c184 case LENS: in inflate_table()
209 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
278 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
HDhammer2_zlib_inftrees.h56 LENS, enumerator
HDhammer2_zlib_inflate.c267 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
804 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
/dragonfly/sbin/hammer2/zlib/
HDhammer2_zlib_inftrees.c184 case LENS: in inflate_table()
209 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
278 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
HDhammer2_zlib_inftrees.h56 LENS, enumerator
HDhammer2_zlib_inflate.c262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
806 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
/dragonfly/sys/net/
HDzlib.c3548 LENS, /* get lengths for stored */ enumerator
3768 s->mode = LENS; /* get length of stored block */
3804 case LENS:
4091 if (s->mode != LENS)