Searched refs:dcode (Results 1 – 2 of 2) sorted by relevance
85 code const *dcode; /* local strm->distcode */ in inflate_fast() local112 dcode = state->distcode; in inflate_fast()152 this = dcode[hold & dmask]; in inflate_fast()286 this = dcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
943 int dcode; local944 for (dcode = 0; dcode < D_CODES; dcode++) {945 out_length += (ulg)s->dyn_dtree[dcode].Freq *946 (5L+extra_dbits[dcode]);