Searched refs:lenbits (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h106 unsigned lenbits; /* index bits for lencode */ member in struct:inflate_state
H A Dinflate.c250 state->lenbits = 9;
884 state->lenbits = 7;
886 &(state->lenbits), state->work);
899 this = state->lencode[BITS(state->lenbits)];
951 state->lenbits = 9;
953 &(state->lenbits), state->work);
979 this = state->lencode[BITS(state->lenbits)];
H A Dinffast.c117 lmask = (1U << state->lenbits) - 1;
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h108 unsigned lenbits; /* index bits for lencode */ member in struct:inflate_state
H A Dinfback.c120 state->lenbits = 9;
387 state->lenbits = 7;
389 &(state->lenbits), state->work);
401 here = state->lencode[BITS(state->lenbits)];
456 /* build code tables -- note: do not change the lenbits or distbits
461 state->lenbits = 9;
463 &(state->lenbits), state->work);
494 here = state->lencode[BITS(state->lenbits)];
H A Dinflate.c299 state->lenbits = 9;
925 state->lenbits = 7;
927 &(state->lenbits), state->work);
939 here = state->lencode[BITS(state->lenbits)];
994 /* build code tables -- note: do not change the lenbits or distbits
999 state->lenbits = 9;
1001 &(state->lenbits), state->work);
1032 here = state->lencode[BITS(state->lenbits)];
H A Dinffast.c115 lmask = (1U << state->lenbits) - 1;

Completed in 68 milliseconds