Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DIntToString.cpp9 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro
18 CONVERT_INT_TO_STR(char, 16); in ConvertUInt32ToString()
28 CONVERT_INT_TO_STR(char, 24); in ConvertUInt64ToString()
124 CONVERT_INT_TO_STR(wchar_t, 16); in ConvertUInt32ToString()
134 CONVERT_INT_TO_STR(wchar_t, 24); in ConvertUInt64ToString()
/external/lzma/C/
DAlloc.c26 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro
35 CONVERT_INT_TO_STR(char, 24); in ConvertUInt64ToString()
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp578 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro