Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zlib_inflate/
Dinffast.c84 code const *lcode; /* local strm->lencode */ in inflate_fast() local
111 lcode = state->lencode; in inflate_fast()
125 this = lcode[hold & lmask]; in inflate_fast()
296 this = lcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()