Searched refs:lencode (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | infback.c | 111 state->lencode = lenfix; in fixedtables() 373 state->lencode = (code const FAR *)(state->next); in inflateBack() 388 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 447 state->lencode = (code const FAR *)(state->next); in inflateBack() 482 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 489 here = state->lencode[last.val + in inflateBack()
|
H A D | inflate.c | 123 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, 335 state.lencode[low].bits, state.lencode[low].val); 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[las in inflate() [all...] |
H A D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
H A D | inffast.c | 66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() 93 lcode = state->lencode; in inflate_fast()
|
/openbsd-src/sys/lib/libz/ |
H A D | inflate.c | 123 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() 962 state->lencode = state->distcode = (const code FAR *)(state->next); in inflate() 982 here = state->lencode[BITS(state->lenbits)]; in inflate() 1053 state->lencode = (const code FAR *)(state->next); in inflate() 1099 here = state->lencode[BITS(state->lenbits)]; in inflate() 1106 here = state->lencode[las in inflate() [all...] |
H A D | infback.c | 111 state->lencode = lenfix; in fixedtables() 385 state->lencode = (code const FAR *)(state->next); in inflateBack() 404 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 475 state->lencode = (code const FAR *)(state->next); in inflateBack() 520 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 527 here = state->lencode[last.val + in inflateBack()
|
H A D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
H A D | inffast.c | 93 lcode = state->lencode; in inflate_fast()
|
/openbsd-src/lib/libz/ |
H A D | inflate.c | 123 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() 963 state->lencode = state->distcode = (const code FAR *)(state->next); in inflate() 983 here = state->lencode[BITS(state->lenbits)]; in inflate() 1054 state->lencode = (const code FAR *)(state->next); in inflate() 1100 here = state->lencode[BITS(state->lenbits)]; in inflate() 1107 here = state->lencode[las in inflate() [all...] |
H A D | infback.c | 111 state->lencode = lenfix; in fixedtables() 385 state->lencode = (code const FAR *)(state->next); in inflateBack() 404 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 475 state->lencode = (code const FAR *)(state->next); in inflateBack() 520 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 527 here = state->lencode[last.val + in inflateBack()
|
H A D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
H A D | inffast.c | 93 lcode = state->lencode; in inflate_fast()
|