Home
last modified time | relevance | path

Searched defs:UPPER_MASK (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/third_party/icu/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
/external/cronet/tot/third_party/icu/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
/external/icu/libicu/cts_headers/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
/external/icu/icu4c/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
/external/OpenCL-CTS/test_common/harness/
Dmt19937.cpp62 #define UPPER_MASK (cl_uint)0x80000000UL /* most significant w-r bits */ macro
/external/libcap-ng/src/
Dcap-ng.c90 #define UPPER_MASK ~((~0U)<<(last_cap-31)) macro
93 #define UPPER_MASK (unsigned)(~0U) macro
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py93 UPPER_MASK = 0x80 variable
/external/python/cpython3/Objects/
Dunicodectype.c18 #define UPPER_MASK 0x80 macro
/external/python/cpython3/Modules/
D_randommodule.c93 #define UPPER_MASK 0x80000000U /* most significant w-r bits */ macro