Home
last modified time | relevance | path

Searched defs:LOWER_MASK (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/rand/src/distributions/
Dutils.rs74 const LOWER_MASK: $ty = !0 >> $half; constant
102 const LOWER_MASK: $scalar = !0 >> $half; constant
/external/OpenCL-CTS/test_common/harness/
Dmt19937.cpp62 #define LOWER_MASK (cl_uint)0x7fffffffUL /* least significant r bits */ macro
/external/python/cpython2/Objects/
Dunicodectype.c17 #define LOWER_MASK 0x08 macro
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py60 LOWER_MASK = 0x08 variable
/external/python/cpython2/Modules/
D_randommodule.c77 #define LOWER_MASK 0x7fffffffUL /* least significant r bits */ macro
/external/python/cpython3/Objects/
Dunicodectype.c16 #define LOWER_MASK 0x08 macro
/external/python/cpython3/Modules/
D_randommodule.c80 #define LOWER_MASK 0x7fffffffU /* least significant r bits */ macro
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py88 LOWER_MASK = 0x08 variable