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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodectype.c 21 #define UPPER_MASK 0x80
144 return (ctype->flags & UPPER_MASK) != 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodectype.c 21 #define UPPER_MASK 0x80
144 return (ctype->flags & UPPER_MASK) != 0;
  /external/python/cpython2/Objects/
unicodectype.c 21 #define UPPER_MASK 0x80
144 return (ctype->flags & UPPER_MASK) != 0;
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 57 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31))
59 // For v1 systems UPPER_MASK will never be used
60 #define UPPER_MASK (unsigned)(~0U)
705 if ((m.data.v3[1].effective & UPPER_MASK) == 0)
707 else if ((m.data.v3[1].effective & UPPER_MASK) ==
708 UPPER_MASK)
722 if ((m.bounds[1] & UPPER_MASK) == 0)
724 else if ((m.bounds[1] & UPPER_MASK) == UPPER_MASK)
830 m.data.v3[1].effective & UPPER_MASK,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 76 #define UPPER_MASK 0x80000000UL /* most significant w-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 76 #define UPPER_MASK 0x80000000UL /* most significant w-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 76 #define UPPER_MASK 0x80000000UL /* most significant w-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/icu/icu4c/source/common/
ustr_imp.h 229 static const uint32_t UPPER_MASK = 0x3ff;
ucasemap.cpp 496 uint32_t upper = data & UPPER_MASK;
ustrcase.cpp 838 uint32_t upper = data & UPPER_MASK;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CaseMapImpl.java 376 private static final int UPPER_MASK = 0x3ff;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CaseMapImpl.java 372 private static final int UPPER_MASK = 0x3ff;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 64 UPPER_MASK = 0x80
388 flags |= UPPER_MASK
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 64 UPPER_MASK = 0x80
388 flags |= UPPER_MASK
    [all...]

Completed in 3732 milliseconds