Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dinffast.c67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local
94 dcode = state->distcode; in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
264 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()