Searched refs:UPPER_MASK (Results 1 – 19 of 19) sorted by relevance
57 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro158 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32()162 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32()165 y = (mt[N - 1] & UPPER_MASK) | (mt[0] & LOWER_MASK); in genrand_int32()
127 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro463 y = (rand->mt[kk]&UPPER_MASK)|(rand->mt[kk+1]&LOWER_MASK); in g_rand_int()467 y = (rand->mt[kk]&UPPER_MASK)|(rand->mt[kk+1]&LOWER_MASK); in g_rand_int()470 y = (rand->mt[N-1]&UPPER_MASK)|(rand->mt[0]&LOWER_MASK); in g_rand_int()
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
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()
813 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper1332 int upper = data & UPPER_MASK; in toUpper()
92 UPPER_MASK = 0x80 variable426 flags |= UPPER_MASK