Home
last modified time | relevance | path

Searched refs:LOWER_MASK (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A D_randommodule.c84 #define LOWER_MASK 0x7fffffffU /* least significant r bits */ macro
136 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
140 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
143 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_uint32()
/third_party/python/Objects/
H A Dunicodectype.c16 #define LOWER_MASK 0x08 macro
172 return (ctype->flags & LOWER_MASK) != 0; in _PyUnicode_IsLowercase()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py88 LOWER_MASK = 0x08 variable
416 flags |= LOWER_MASK

Completed in 7 milliseconds