Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c136 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
303 state->distcode = distfix; in fixedtables()
359 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
360 state.distcode[low].val); in makefixed()
1026 state->distcode = (const code FAR *)(state->next); in inflate()
1105 here = state->distcode[BITS(state->distbits)]; in inflate()
1112 here = state->distcode[last.val + in inflate()
1495 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
H A Dinfback.c116 state->distcode = distfix; in fixedtables()
460 state->distcode = (code const FAR *)(state->next); in inflateBack()
539 here = state->distcode[BITS(state->distbits)]; in inflateBack()
546 here = state->distcode[last.val + in inflateBack()
H A Dinflate.h111 code const FAR *distcode; /* starting table for distance codes */ member
H A Dinffast.c95 dcode = state->distcode; in inflate_fast()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1664 code const FAR *distcode; /* starting table for distance codes */ member
2111 dcode = state->distcode;
2349 state->lencode = state->distcode = state->next = state->codes;
2524 state->distcode = distfix;
3158 state->distcode = (code const FAR *)(state->next);
3222 this = state->distcode[BITS(state->distbits)];
3229 this = state->distcode[last.val +
3579 copy->distcode = copy->codes + (state->distcode - state->codes);