Home
last modified time | relevance | path

Searched defs:SecondByte (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp407 uint8_t SecondByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local
412 uint8_t SecondByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local
419 uint8_t SecondByte = 0x80 | ((Rune & 0x3F000) >> 12); in encodeUtf8() local
DYAMLParser.cpp572 uint8_t SecondByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
577 uint8_t SecondByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
584 uint8_t SecondByte = 0x80 | ((UnicodeScalarValue & 0x3F000) >> 12); in encodeUTF8() local
/external/llvm/lib/Support/
DYAMLParser.cpp579 uint8_t SecondByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
584 uint8_t SecondByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
591 uint8_t SecondByte = 0x80 | ((UnicodeScalarValue & 0x3F000) >> 12); in encodeUTF8() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h222 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h320 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation() local