Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DIntToString.cpp9 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro
19 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()
133 CONVERT_INT_TO_STR(wchar_t, 24) in ConvertUInt64ToString()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c48 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro
58 CONVERT_INT_TO_STR(char, 32) in Convert_unsigned_To_str()
/third_party/lzma/C/
DAlloc.c42 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro
51 CONVERT_INT_TO_STR(char, 24) in ConvertUInt64ToString()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp578 #define CONVERT_INT_TO_STR(charType, tempSize) \ macro