Searched refs:distcode (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/sys/lib/libz/ |
| D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 289 state->distcode = distfix; in fixedtables() 345 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed() 346 state.distcode[low].val); in makefixed() 962 state->lencode = state->distcode = (const code FAR *)(state->next); in inflate() 1066 state->distcode = (const code FAR *)(state->next); in inflate() 1155 here = state->distcode[BITS(state->distbits)]; in inflate() 1162 here = state->distcode[last.val + in inflate() 1557 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
|
| D | infback.c | 113 state->distcode = distfix; in fixedtables() 488 state->distcode = (code const FAR *)(state->next); in inflateBack() 578 here = state->distcode[BITS(state->distbits)]; in inflateBack() 585 here = state->distcode[last.val + in inflateBack()
|
| D | inflate.h | 111 code const FAR *distcode; /* starting table for distance codes */ member
|
| D | inffast.c | 94 dcode = state->distcode; in inflate_fast()
|
| /openbsd/src/lib/libz/ |
| D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 289 state->distcode = distfix; in fixedtables() 345 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed() 346 state.distcode[low].val); in makefixed() 963 state->lencode = state->distcode = (const code FAR *)(state->next); in inflate() 1067 state->distcode = (const code FAR *)(state->next); in inflate() 1156 here = state->distcode[BITS(state->distbits)]; in inflate() 1163 here = state->distcode[last.val + in inflate() 1558 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
|
| D | infback.c | 113 state->distcode = distfix; in fixedtables() 488 state->distcode = (code const FAR *)(state->next); in inflateBack() 578 here = state->distcode[BITS(state->distbits)]; in inflateBack() 585 here = state->distcode[last.val + in inflateBack()
|
| D | inflate.h | 111 code const FAR *distcode; /* starting table for distance codes */ member
|
| D | inffast.c | 94 dcode = state->distcode; in inflate_fast()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 289 state->distcode = distfix; in fixedtables() 345 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed() 346 state.distcode[low].val); in makefixed() 1010 state->distcode = (const code FAR *)(state->next); in inflate() 1089 here = state->distcode[BITS(state->distbits)]; in inflate() 1096 here = state->distcode[last.val + in inflate() 1471 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
|
| D | infback.c | 113 state->distcode = distfix; in fixedtables() 456 state->distcode = (code const FAR *)(state->next); in inflateBack() 536 here = state->distcode[BITS(state->distbits)]; in inflateBack() 543 here = state->distcode[last.val + in inflateBack()
|
| D | inflate.h | 111 code const FAR *distcode; /* starting table for distance codes */ member
|
| D | inffast.c | 94 dcode = state->distcode; in inflate_fast()
|