Home
last modified time | relevance | path

Searched defs:FirstByte (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/lib/Support/
HDYAMLParser.cpp525 uint8_t FirstByte = 0xC0 | ((UnicodeScalarValue & 0x7C0) >> 6); in encodeUTF8() local
530 uint8_t FirstByte = 0xE0 | ((UnicodeScalarValue & 0xF000) >> 12); in encodeUTF8() local
537 uint8_t FirstByte = 0xF0 | ((UnicodeScalarValue & 0x1F0000) >> 18); in encodeUTF8() local
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp1751 int64_t FirstByte = MFI->getObjectOffset(ClobberedFI); in addTokenForArgument() local