Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp421 uint8_t FourthByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local
425 Out.push_back(FourthByte); in encodeUtf8()
DYAMLParser.cpp586 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
590 Result.push_back(FourthByte); in encodeUTF8()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h237 uint8_t FourthByte = Annotations.front(); in GetCompressedAnnotation() local
242 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h335 uint8_t FourthByte = Annotations.front(); in GetCompressedAnnotation() local
340 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()
/external/llvm/lib/Support/
DYAMLParser.cpp593 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
597 Result.push_back(FourthByte); in encodeUTF8()