Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DPublicMethods.cpp25 int8_t* curPoint = strSpace; in Ulltoa() local
28 while (remainder || curPoint == strSpace) { in Ulltoa()
33 *curPoint++ = dividend + '0'; in Ulltoa()
35 *curPoint++ = dividend + 'a' - dividendLength; in Ulltoa()
39 while (curPoint > strSpace) { in Ulltoa()
40 *tmpRstStr++ = *--curPoint; in Ulltoa()

Completed in 1 milliseconds