Home
last modified time | relevance | path

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

/external/fastrpc/inc/
DAEEVaList.h93 #define AEEVA_START(va,v) ((va) = (char*)&(v) + __AEEVA_ARGSIZE(v) + __AEEVA_ATPCS) macro
104 #define AEEVA_START(va,v) (va_start((va), (v))) macro
/external/fastrpc/src/
Dstd_strlprintf.c734 AEEVA_START(args, pszFmt); in std_strlprintf()
752 AEEVA_START(args, pszFmt); in std_snprintf()