Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_strlprintf.c112 const char *cpszDigits; in FormatNumber() local
162 cpszDigits = ((cType == 'X') ? "0123456789ABCDEF" in FormatNumber()
168 *pc++ = cpszDigits[uNum64 % (unsigned)nBase]; in FormatNumber()