Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_strlprintf.c641 uint32 uArg32; in std_strlprintf_inner() local
642 AEEVA_ARG(args, uArg32, int32); // 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()