HomeSort by: relevance | last modified time | path
    Searched defs:dcode (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
inffast.c 69 code const FAR *dcode; /* local strm->distcode */ local in function:inflate_fast
96 dcode = state->distcode;
140 here = dcode + (hold & dmask);
266 here = dcode + here->val + (hold & ((1U << op) - 1));
inffast.c 69 code const FAR *dcode; /* local strm->distcode */ local in function:inflate_fast
96 dcode = state->distcode;
140 here = dcode + (hold & dmask);
266 here = dcode + here->val + (hold & ((1U << op) - 1));

Completed in 26 milliseconds