Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DPublicMethods.h27 static const int32_t MAX_ITOA_BIT = 65; member in final
32 static uint32_t Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]);
H A DPublicMethods.cpp18 uint32_t PublicMethods::Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]) in Ulltoa()
24 int8_t strSpace[MAX_ITOA_BIT] = {0}; in Ulltoa()
/ide/tools/previewer/test/unittest/util/
H A DPublicMethodsTest.cpp48 int8_t outputBuffer[PublicMethods::MAX_ITOA_BIT] = {0}; in TEST()
/ide/tools/previewer/util/unix/
H A DCrashHandler.cpp40 int8_t stackIntLog[PublicMethods::MAX_ITOA_BIT] = {0}; in ApplicationCrashHandler()
/ide/tools/previewer/util/windows/
H A DCrashHandler.cpp67 int8_t stackIntLog[PublicMethods::MAX_ITOA_BIT] = {0}; in RecordCallStack()
81 int8_t stackIntLog[PublicMethods::MAX_ITOA_BIT] = {0}; in ApplicationCrashHandler()

Completed in 1 milliseconds