Home
last modified time | relevance | path

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

/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()