Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Dinffast.c89 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
124 lmask = (1U << state->lenbits) - 1; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()