Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c115 state->lenbits = 9; in fixedtables()
378 state->lenbits = 7; in inflateBack()
380 &(state->lenbits), state->work); in inflateBack()
392 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
452 state->lenbits = 9; in inflateBack()
454 &(state->lenbits), state->work); in inflateBack()
485 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
H A Dinflate.h112 unsigned lenbits; /* index bits for lencode */ member
H A Dinflate.c302 state->lenbits = 9; in fixedtables()
943 state->lenbits = 7; in inflate()
945 &(state->lenbits), state->work); in inflate()
958 here = state->lencode[BITS(state->lenbits)]; in inflate()
1018 state->lenbits = 9; in inflate()
1020 &(state->lenbits), state->work); in inflate()
1053 here = state->lencode[BITS(state->lenbits)]; in inflate()
H A Dinffast.c96 lmask = (1U << state->lenbits) - 1; in inflate_fast()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1665 unsigned lenbits; /* index bits for lencode */ member
2112 lmask = (((unsigned int)1) << state->lenbits) - 1;
2523 state->lenbits = 9;
3084 state->lenbits = 7;
3086 &(state->lenbits), state->work);
3098 this = state->lencode[BITS(state->lenbits)];
3150 state->lenbits = 9;
3152 &(state->lenbits), state->work);
3177 this = state->lencode[BITS(state->lenbits)];