Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c114 state->lencode = lenfix; in fixedtables()
377 state->lencode = (code const FAR *)(state->next); in inflateBack()
392 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
451 state->lencode = (code const FAR *)(state->next); in inflateBack()
485 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
492 here = state->lencode[last.val + in inflateBack()
H A Dinflate.c136 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
301 state->lencode = lenfix; in fixedtables()
349 state.lencode[low].bits, state.lencode[low].val); in makefixed()
942 state->lencode = (const code FAR *)(state->next); in inflate()
958 here = state->lencode[BITS(state->lenbits)]; in inflate()
1017 state->lencode = (const code FAR *)(state->next); in inflate()
1053 here = state->lencode[BITS(state->lenbits)]; in inflate()
1060 here = state->lencode[last.val + in inflate()
1492 if (state->lencode >= state->codes && in inflateCopy()
1493 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
[all …]
H A Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */ member
H A Dinffast.c94 lcode = state->lencode; in inflate_fast()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2110 lcode = state->lencode;
2349 state->lencode = state->distcode = state->next = state->codes;
2522 state->lencode = lenfix;
3083 state->lencode = (code const FAR *)(state->next);
3098 this = state->lencode[BITS(state->lenbits)];
3149 state->lencode = (code const FAR *)(state->next);
3177 this = state->lencode[BITS(state->lenbits)];
3184 this = state->lencode[last.val +
3576 if (state->lencode >= state->codes &&
3577 state->lencode <= state->codes + ENOUGH - 1) {
[all …]