Home
last modified time | relevance | path

Searched defs:hi_nibble (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp79 int hi_nibble = xdigit_to_int(p[0]); in DecodeUUIDBytesFromString() local
H A DStringExtractor.cpp63 const int hi_nibble = xdigit_to_sint(m_packet[m_index]); in DecodeHexU8() local