Home
last modified time | relevance | path

Searched defs:AEEVA_START (Results 1 – 1 of 1) 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