Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformAIX.c90 static uint8_t StrToHex(char c) { in StrToHex() function
141 BinaryIdData[i] = (StrToHex(BinaryIdData[2 * i]) << 4) + in __llvm_write_binary_ids()
142 StrToHex(BinaryIdData[2 * i + 1]); in __llvm_write_binary_ids()