HomeSort by relevance Sort by last modified time
    Searched defs:kByteMask (Results 1 - 3 of 3) 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);
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 76 const int64_t kByteMask = 0xffL;
    [all...]

Completed in 2712 milliseconds