Searched refs:dcode (Results 1 – 2 of 2) sorted by relevance
88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local123 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()
1055 int dcode; local1056 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