Searched refs:dcode (Results 1 – 4 of 4) sorted by relevance
68 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local95 dcode = state->distcode; in inflate_fast()139 here = dcode + (hold & dmask); in inflate_fast()265 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
2430 int dcode; local2431 for (dcode = 0; dcode < D_CODES; dcode++) {2432 out_length += (ulg)s->dyn_dtree[dcode].Freq *2433 (5L+extra_dbits[dcode]);
3331 int dcode; local3332 for (dcode = 0; dcode < D_CODES; dcode++) {3333 out_length += (ulg)s->dyn_dtree[dcode].Freq *3334 (5L+extra_dbits[dcode]);
2084 code const FAR *dcode; /* local strm->distcode */ local2111 dcode = state->distcode;2155 this = dcode[hold & dmask];2259 this = dcode[this.val + (hold & ((((unsigned int)1) << op) - 1))];