Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringExtras.h160 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() function
177 Output.push_back(hexFromNibbles('0', Input.front())); in fromHex()
183 uint8_t Hex = hexFromNibbles(Input[0], Input[1]); in fromHex()