HomeSort by relevance Sort by last modified time
    Searched refs:LOWER_MASK (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodectype.c 17 #define LOWER_MASK 0x08
134 return (ctype->flags & LOWER_MASK) != 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodectype.c 17 #define LOWER_MASK 0x08
134 return (ctype->flags & LOWER_MASK) != 0;
  /external/python/cpython2/Objects/
unicodectype.c 17 #define LOWER_MASK 0x08
134 return (ctype->flags & LOWER_MASK) != 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 77 #define LOWER_MASK 0x7fffffffUL /* least significant r bits */
107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_randommodule.c 77 #define LOWER_MASK 0x7fffffffUL /* least significant r bits */
107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);
  /external/python/cpython2/Modules/
_randommodule.c 77 #define LOWER_MASK 0x7fffffffUL /* least significant r bits */
107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 60 LOWER_MASK = 0x08
378 flags |= LOWER_MASK
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 60 LOWER_MASK = 0x08
378 flags |= LOWER_MASK
    [all...]

Completed in 119 milliseconds