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

  /system/core/libutils/
Unicode.cpp 40 static const char32_t kByteMask = 0x000000BF;
107 case 4: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
108 case 3: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
109 case 2: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
  /external/vixl/src/aarch64/
instructions-aarch64.h 87 const uint64_t kByteMask = UINT64_C(0xff);
simulator-aarch64.cc 389 value &= kByteMask;
398 value &= kByteMask;
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 79 const int64_t kByteMask = 0xffL;
    [all...]
simulator-arm64.cc 978 value &= kByteMask;
    [all...]

Completed in 298 milliseconds