Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
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()
A Dtrees.c1055 int dcode; local
1056 for (dcode = 0; dcode < D_CODES; dcode++) {
1057 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1058 (5L+extra_dbits[dcode]);

Completed in 8 milliseconds