Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_inflate/
H A 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()
/openbmc/u-boot/lib/zlib/
H A Dinffast.c87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local
122 lcode = state->lencode; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()
310 this = lcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()