Home
last modified time | relevance | path

Searched refs:ThirdByte (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp413 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local
416 Out.push_back(ThirdByte); in encodeUtf8()
420 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local
424 Out.push_back(ThirdByte); in encodeUtf8()
DYAMLParser.cpp578 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
581 Result.push_back(ThirdByte); in encodeUTF8()
585 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
589 Result.push_back(ThirdByte); in encodeUTF8()
/external/llvm/lib/Support/
DYAMLParser.cpp585 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
588 Result.push_back(ThirdByte); in encodeUTF8()
592 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
596 Result.push_back(ThirdByte); in encodeUTF8()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h231 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local
242 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h329 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local
340 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()