Searched refs:BASECHAR_MASK (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dmangle_hash.c42 * two nibble pair. See BASECHAR_MASK below.
47 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
64 #define BASECHAR_MASK 0xf0 macro
65 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
341 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dmangle_hash.c42 * two nibble pair. See BASECHAR_MASK below.
47 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
64 #define BASECHAR_MASK 0xf0 macro
65 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
341 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dmangle_hash.c42 * two nibble pair. See BASECHAR_MASK below.
47 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
64 #define BASECHAR_MASK 0xf0 macro
65 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
341 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dmangle.c76 * two nibble pair. See BASECHAR_MASK and ILLEGAL_MASK,
82 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
122 #define BASECHAR_MASK 0xf0 macro
124 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
160 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dmangle_hash.c43 * two nibble pair. See BASECHAR_MASK below.
48 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
60 #define BASECHAR_MASK 0xf0 macro
61 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
337 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dmangle.c76 * two nibble pair. See BASECHAR_MASK and ILLEGAL_MASK,
82 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
122 #define BASECHAR_MASK 0xf0 macro
124 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
160 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dmangle_hash.c43 * two nibble pair. See BASECHAR_MASK below.
48 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
60 #define BASECHAR_MASK 0xf0 macro
61 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
337 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dmangle_hash.c43 * two nibble pair. See BASECHAR_MASK below.
48 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
60 #define BASECHAR_MASK 0xf0 macro
61 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
337 chartest[*s] |= BASECHAR_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dmangle.c76 * two nibble pair. See BASECHAR_MASK and ILLEGAL_MASK,
82 * BASECHAR_MASK - Masks the upper nibble of a one-byte value.
122 #define BASECHAR_MASK 0xf0 macro
124 #define isbasechar(C) ( (chartest[ ((C) & 0xff) ]) & BASECHAR_MASK )
160 chartest[*s] |= BASECHAR_MASK;

Completed in 127 milliseconds