Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_strlprintf.c636 uint64 uArg64; in std_strlprintf_inner() local
639 AEEVA_ARG(args, uArg64, int64); // See how much room needed in std_strlprintf_inner()
643 uArg64 = uArg32; in std_strlprintf_inner()
645 uArg64 = (uint64)(int64)(int32)uArg32; in std_strlprintf_inner()
649 FormatNumber(&ff, achBuf, uArg64); in std_strlprintf_inner()