Searched refs:STACK_ARG_SIZE (Results 1 – 11 of 11) sorted by relevance
32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro163 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif_core()197 bytes + STACK_ARG_SIZE((*ptr)->size) > 10 * FFI_SIZEOF_ARG) in ffi_prep_cif_core()205 if (bytes <= 6*4 && bytes + STACK_ARG_SIZE((*ptr)->size) > 6*4) in ffi_prep_cif_core()209 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif_core()
32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro159 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif_core()189 bytes + STACK_ARG_SIZE((*ptr)->size) > 10 * FFI_SIZEOF_ARG) in ffi_prep_cif_core()197 if (bytes <= 6*4 && bytes + STACK_ARG_SIZE((*ptr)->size) > 6*4) in ffi_prep_cif_core()201 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif_core()
31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro175 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()201 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()217 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro174 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()200 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()216 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro126 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()166 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro126 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()170 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro127 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()173 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro210 bytes += STACK_ARG_SIZE ((*ptr)->size); in ffi_prep_cif_core()
479 * prep_cif.c (STACK_ARG_SIZE): Improved STACK_ARG_SIZE macro.