Searched refs:UPPER_MASK (Results 1 – 14 of 14) sorted by relevance
79 #define UPPER_MASK 0x80000000U /* most significant w-r bits */ macro132 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()136 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()139 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_uint32()
20 #define UPPER_MASK 0x80 macro184 return (ctype->flags & UPPER_MASK) != 0; in _PyUnicode_IsUppercase()
250 static const uint32_t UPPER_MASK = 0x3ff; variable
675 uint32_t upper = data & UPPER_MASK; in toUpper()
1126 uint32_t upper = data & UPPER_MASK; in toUpper()
590 uint32_t upper = data & UPPER_MASK; in toUpper()
1044 uint32_t upper = data & UPPER_MASK; in toUpper()
818 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper1337 int upper = data & UPPER_MASK; in toUpper()
893 private static final int UPPER_MASK = 0x3ff;1412 int upper = data & UPPER_MASK;
92 UPPER_MASK = 0x80 variable426 flags |= UPPER_MASK