Home
last modified time | relevance | path

Searched refs:HighNibble (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp34 uint8_t HighNibble = (Byte >> 4) & 0xF; in format() local
36 Stream << Lookup[HighNibble] << Lookup[LowNibble]; in format()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp280 uint8_t HighNibble = (Byte >> 4) & 0xF; in operator <<() local
282 OS << Lookup[HighNibble] << Lookup[LowNibble]; in operator <<()