Home
last modified time | relevance | path

Searched refs:GetHex_Upper (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp648 static inline char GetHex_Upper(unsigned v) in GetHex_Upper() function
680 dest[0] = GetHex_Upper((b >> 4) & 0xF); in HashHexToString()
681 dest[1] = GetHex_Upper(b & 0xF); in HashHexToString()

Completed in 3 milliseconds