Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */ member
Dinflate.c123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
287 state->lencode = lenfix; in fixedtables()
334 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
335 state.lencode[low].bits, state.lencode[low].val); in makefixed()
926 state->lencode = (const code FAR *)(state->next); in inflate()
942 here = state->lencode[BITS(state->lenbits)]; in inflate()
1001 state->lencode = (const code FAR *)(state->next); in inflate()
1037 here = state->lencode[BITS(state->lenbits)]; in inflate()
1044 here = state->lencode[last.val + in inflate()
1468 if (state->lencode >= state->codes && in inflateCopy()
[all …]
Dinffast.c93 lcode = state->lencode; in inflate_fast()