Searched refs:lmask (Results 1 – 4 of 4) sorted by relevance
33 long lmask; member61 l &= t->lmask; in utf8_mbtowc()121 if (l <= t->lmask) { in utf8_wctomb()
71 unsigned lmask; /* mask for first level of length codes */ local98 lmask = (1U << state->lenbits) - 1;110 here = lcode + (hold & lmask);
293 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local320 lmask = (1U << state->lenbits) - 1; in inflate_fast()332 here = lcode[hold & lmask]; in inflate_fast()
288 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local315 lmask = (1U << state->lenbits) - 1; in inflate_fast()327 here = lcode[hold & lmask]; in inflate_fast()