Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinffast.c85 code const *dcode; /* local strm->distcode */ in inflate_fast() local
112 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()
/lib/zlib_deflate/
Ddeftree.c943 int dcode; local
944 for (dcode = 0; dcode < D_CODES; dcode++) {
945 out_length += (ulg)s->dyn_dtree[dcode].Freq *
946 (5L+extra_dbits[dcode]);