Home
last modified time | relevance | path

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

/external/libffi/src/
Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
123 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()
151 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
/external/libffi/src/cris/
Dffi.c32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
207 bytes += STACK_ARG_SIZE ((*ptr)->size); in ffi_prep_cif()
/external/libffi/
DChangeLog.v1479 * prep_cif.c (STACK_ARG_SIZE): Improved STACK_ARG_SIZE macro.