Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp653 static inline char GetHex_Lower(unsigned v) in GetHex_Lower() function
689 dest[0] = GetHex_Lower((b >> 4) & 0xF); in HashHexToString()
690 dest[1] = GetHex_Lower(b & 0xF); in HashHexToString()