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

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

Completed in 844 milliseconds