Home
last modified time | relevance | path

Searched defs:GET_HEX_CHAR (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Common/
H A DIntToString.cpp52 #define GET_HEX_CHAR(t) ((char)(((t < 10) ? ('0' + t) : ('A' + (t - 10))))) macro
/third_party/lzma/C/
H A DAlloc.c54 #define GET_HEX_CHAR(t) ((char)(((t < 10) ? ('0' + t) : ('A' + (t - 10))))) macro

Completed in 2 milliseconds