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

/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h104 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
106 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c130 state->lencode = state->distcode = state->next = state->codes;
249 state->lencode = lenfix;
296 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
297 state.lencode[low].val);
883 state->lencode = (code const FAR *)(state->next);
899 this = state->lencode[BITS(state->lenbits)];
950 state->lencode = (code const FAR *)(state->next);
979 this = state->lencode[BITS(state->lenbits)];
986 this = state->lencode[las
[all...]
H A Dinffast.c88 code const FAR *lcode; /* local strm->lencode */
115 lcode = state->lencode;
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h106 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
108 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c122 state->lencode = state->distcode = state->next = state->codes;
298 state->lencode = lenfix;
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
924 state->lencode = (const code FAR *)(state->next);
939 here = state->lencode[BITS(state->lenbits)];
998 state->lencode = (const code FAR *)(state->next);
1032 here = state->lencode[BITS(state->lenbits)];
1039 here = state->lencode[las
[all...]
H A Dinfback.c119 state->lencode = lenfix;
386 state->lencode = (code const FAR *)(state->next);
401 here = state->lencode[BITS(state->lenbits)];
460 state->lencode = (code const FAR *)(state->next);
494 here = state->lencode[BITS(state->lenbits)];
501 here = state->lencode[last.val +
H A Dinffast.c86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;

Completed in 522 milliseconds