Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/zlib/
H A Dinflate.c151 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
266 state->lencode = lenfix; in fixedtables()
314 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()
315 state.lencode[low].val); in makefixed()
901 state->lencode = (code const FAR *)(state->next); in inflate()
917 this = state->lencode[BITS(state->lenbits)]; in inflate()
968 state->lencode = (code const FAR *)(state->next); in inflate()
997 this = state->lencode[BITS(state->lenbits)]; in inflate()
1004 this = state->lencode[last.val + in inflate()
1394 if (state->lencode >= state->codes && in inflateCopy()
[all …]
H A Dinfback.c137 state->lencode = lenfix; in fixedtables()
401 state->lencode = (code const FAR *)(state->next); in inflateBack()
416 this = state->lencode[BITS(state->lenbits)]; in inflateBack()
467 state->lencode = (code const FAR *)(state->next); in inflateBack()
502 this = state->lencode[BITS(state->lenbits)]; in inflateBack()
509 this = state->lencode[last.val + in inflateBack()
H A Dinflate.h129 code const FAR *lencode; /* starting table for length/literal codes */ member
H A Dinffast.c123 lcode = state->lencode; in inflate_fast()