Searched refs:STACK_ARG_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro123 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()151 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro207 bytes += STACK_ARG_SIZE ((*ptr)->size); in ffi_prep_cif()
479 * prep_cif.c (STACK_ARG_SIZE): Improved STACK_ARG_SIZE macro.