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

  /src/common/dist/zlib/
inffast.c 68 code const FAR *lcode; /* local strm->lencode */ local in function:inflate_fast
95 lcode = state->lencode;
109 here = lcode + (hold & lmask);
276 here = lcode + here->val + (hold & ((1U << op) - 1));
inffast.c 68 code const FAR *lcode; /* local strm->lencode */ local in function:inflate_fast
95 lcode = state->lencode;
109 here = lcode + (hold & lmask);
276 here = lcode + here->val + (hold & ((1U << op) - 1));

Completed in 22 milliseconds