Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_inflate/
H A Dinflate.h100 code const *distcode; /* starting table for distance codes */ member
H A Dinflate.c48 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset()
102 state->distcode = distfix; in zlib_fixedtables()
568 state->distcode = (code const *)(state->next); in zlib_inflate()
629 this = state->distcode[BITS(state->distbits)]; in zlib_inflate()
636 this = state->distcode[last.val + in zlib_inflate()
H A Dinffast.c112 dcode = state->distcode; in inflate_fast()
/openbmc/u-boot/lib/zlib/
H A Dinflate.h103 code const FAR *distcode; /* starting table for distance codes */ member
H A Dinflate.c27 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
82 state->distcode = distfix; in fixedtables()
712 state->distcode = (code const FAR *)(state->next); in inflate()
777 this = state->distcode[BITS(state->distbits)]; in inflate()
784 this = state->distcode[last.val + in inflate()
H A Dinffast.c123 dcode = state->distcode; in inflate_fast()