Searched refs:UPPER_MASK (Results 1 – 12 of 12) sorted by relevance
57 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31)) macro60 #define UPPER_MASK (unsigned)(~0U) macro705 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 …]
79 #define UPPER_MASK 0x80000000U /* most significant w-r bits */ macro110 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()114 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()117 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
21 #define UPPER_MASK 0x80 macro144 return (ctype->flags & UPPER_MASK) != 0; in _PyUnicode_IsUppercase()
76 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro107 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()
20 #define UPPER_MASK 0x80 macro184 return (ctype->flags & UPPER_MASK) != 0; in _PyUnicode_IsUppercase()
250 static const uint32_t UPPER_MASK = 0x3ff; variable
590 uint32_t upper = data & UPPER_MASK; in toUpper()
1044 uint32_t upper = data & UPPER_MASK; in toUpper()
64 UPPER_MASK = 0x80 variable388 flags |= UPPER_MASK
810 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper1329 int upper = data & UPPER_MASK; in toUpper()
805 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper1324 int upper = data & UPPER_MASK; in toUpper()
89 UPPER_MASK = 0x80 variable421 flags |= UPPER_MASK