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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h129 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
131 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c150 state->lencode = state->distcode = state->next = state->codes;
271 state->lencode = lenfix;
318 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
319 state.lencode[low].val);
893 state->lencode = (code const FAR *)(state->next);
908 this = state->lencode[BITS(state->lenbits)];
959 state->lencode = (code const FAR *)(state->next);
987 this = state->lencode[BITS(state->lenbits)];
994 this = state->lencode[las
[all...]
H A Dinfback.c139 state->lencode = lenfix;
406 state->lencode = (code const FAR *)(state->next);
421 this = state->lencode[BITS(state->lenbits)];
472 state->lencode = (code const FAR *)(state->next);
506 this = state->lencode[BITS(state->lenbits)];
513 this = state->lencode[last.val +
H A Dinffast.c122 code const FAR *lcode; /* local strm->lencode */
149 lcode = state->lencode;

Completed in 73 milliseconds