Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DPublicMethods.cpp24 int8_t strSpace[MAX_ITOA_BIT] = {0}; in Ulltoa() local
25 int8_t* curPoint = strSpace; in Ulltoa()
28 while (remainder || curPoint == strSpace) { in Ulltoa()
39 while (curPoint > strSpace) { in Ulltoa()

Completed in 1 milliseconds