Searched refs:__AEEVA_ARGALIGN (Results 1 – 1 of 1) sorted by relevance
50 #define __AEEVA_ARGALIGN(t) (((char*)(&((struct{char c;t x;}*)1)->x))-((char*)1)) macro94 #define AEEVA_ARG(va,v,t) ((void)((va) = __AEEVa_Arg(va,&v,sizeof(v),sizeof(t),__AEEVA_ARGALIGN…