Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dinffast.c66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local
93 lcode = state->lencode; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
274 here = lcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()