Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/nls/
H A Dnls_base.c33 long lmask; member
61 l &= t->lmask; in utf8_mbtowc()
121 if (l <= t->lmask) { in utf8_wctomb()
/reactos/sdk/lib/3rdparty/zlib/
H A Dinffast.c71 unsigned lmask; /* mask for first level of length codes */ local
98 lmask = (1U << state->lenbits) - 1;
110 here = lcode + (hold & lmask);
/reactos/dll/win32/dbghelp/
H A Dinflate.c293 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
320 lmask = (1U << state->lenbits) - 1; in inflate_fast()
332 here = lcode[hold & lmask]; in inflate_fast()
/reactos/dll/win32/wininet/
H A Dinflate.c288 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
315 lmask = (1U << state->lenbits) - 1; in inflate_fast()
327 here = lcode[hold & lmask]; in inflate_fast()