Home
last modified time | relevance | path

Searched refs:dcode (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Dinffast.c88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local
123 dcode = state->distcode; in inflate_fast()
167 this = dcode[hold & dmask]; in inflate_fast()
300 this = dcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
H A Dtrees.c1054 int dcode; local
1055 for (dcode = 0; dcode < D_CODES; dcode++) {
1056 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1057 (5L+extra_dbits[dcode]);