Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinflate.c139 state->lencode = state->distcode = state->next = state->codes;
317 state->lencode = lenfix;
364 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
365 state.lencode[low].bits, state.lencode[low].val); in makefixed()
962 state->lencode = (const code FAR *)(state->next);
978 here = state->lencode[BITS(state->lenbits)];
1037 state->lencode = (const code FAR *)(state->next);
1073 here = state->lencode[BITS(state->lenbits)];
1080 here = state->lencode[last.val +
1525 if (state->lencode >= state->codes &&
[all …]
H A Dinflate.h111 code const FAR *lencode; /* starting table for length/literal codes */ member
H A Dinffast.c97 lcode = state->lencode;