Home
last modified time | relevance | path

Searched refs:UPPER_MASK (Results 1 – 14 of 14) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c57 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31)) macro
60 #define UPPER_MASK (unsigned)(~0U) macro
705 if ((m.data.v3[1].effective & UPPER_MASK) == 0) in capng_have_capabilities()
707 else if ((m.data.v3[1].effective & UPPER_MASK) == in capng_have_capabilities()
708 UPPER_MASK) in capng_have_capabilities()
722 if ((m.bounds[1] & UPPER_MASK) == 0) in capng_have_capabilities()
724 else if ((m.bounds[1] & UPPER_MASK) == UPPER_MASK) in capng_have_capabilities()
830 m.data.v3[1].effective & UPPER_MASK, in capng_print_caps_numeric()
832 m.data.v3[1].permitted & UPPER_MASK, in capng_print_caps_numeric()
834 m.data.v3[1].inheritable & UPPER_MASK, in capng_print_caps_numeric()
[all …]
/external/OpenCL-CTS/test_common/harness/
Dmt19937.cpp61 #define UPPER_MASK (cl_uint)0x80000000UL /* most significant w-r bits */ macro
129 upper_mask.s[3] = UPPER_MASK; in genrand_int32()
168 y = (cl_uint)((mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK)); in genrand_int32()
176 y = (cl_uint)((mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK)); in genrand_int32()
206 y = (cl_uint)((mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK)); in genrand_int32()
209 y = (cl_uint)((mt[N - 1] & UPPER_MASK) | (mt[0] & LOWER_MASK)); in genrand_int32()
/external/python/cpython2/Objects/
Dunicodectype.c21 #define UPPER_MASK 0x80 macro
144 return (ctype->flags & UPPER_MASK) != 0; in _PyUnicode_IsUppercase()
/external/python/cpython2/Modules/
D_randommodule.c76 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/external/python/cpython3/Modules/
D_randommodule.c79 #define UPPER_MASK 0x80000000U /* most significant w-r bits */ macro
131 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
135 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
138 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_uint32()
/external/python/cpython3/Objects/
Dunicodectype.c20 #define UPPER_MASK 0x80 macro
184 return (ctype->flags & UPPER_MASK) != 0; in _PyUnicode_IsUppercase()
/external/icu/icu4c/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
Ducasemap.cpp590 uint32_t upper = data & UPPER_MASK; in toUpper()
Dustrcase.cpp1044 uint32_t upper = data & UPPER_MASK; in toUpper()
/external/icu/libicu/cts_headers/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py64 UPPER_MASK = 0x80 variable
388 flags |= UPPER_MASK
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java818 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper
1337 int upper = data & UPPER_MASK; in toUpper()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java813 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper
1332 int upper = data & UPPER_MASK; in toUpper()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py92 UPPER_MASK = 0x80 variable
426 flags |= UPPER_MASK