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

  /system/core/libutils/
Unicode.cpp 37 static const char32_t kByteMask = 0x000000BF;
104 case 4: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
105 case 3: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
106 case 2: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
  /external/vixl/src/vixl/a64/
instructions-a64.h 85 const uint64_t kByteMask = UINT64_C(0xff);
simulator-a64.cc 373 value &= kByteMask;
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 78 const int64_t kByteMask = 0xffL;
    [all...]
simulator-arm64.cc 924 value &= kByteMask;
    [all...]

Completed in 384 milliseconds