Searched refs:dcode (Results 1 – 6 of 6) 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()
87 code const FAR *dcode; /* local strm->distcode */ local114 dcode = state->distcode;158 here = dcode[hold & dmask];284 here = dcode[here.val + (hold & ((1U << op) - 1))];
1038 int dcode; local1039 for (dcode = 0; dcode < D_CODES; dcode++) {1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *1041 (5L+extra_dbits[dcode]);
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]);
3333 int dcode; local3334 for (dcode = 0; dcode < D_CODES; dcode++) {3335 out_length += (ulg)s->dyn_dtree[dcode].Freq *3336 (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))];