Searched refs:STACK_ALIGN (Results 1 – 1 of 1) sorted by relevance
56 #define STACK_ALIGN(bytes) (bytes) macro58 #define STACK_ALIGN(bytes) FFI_ALIGN (bytes, 16) macro295 bytes = STACK_ALIGN (cif->bytes); in ffi_call_int()439 argp = (dir < 0 ? stack + STACK_ALIGN (cif->bytes) : stack); in ffi_closure_inner()703 bytes = STACK_ALIGN (cif->bytes); in ffi_raw_call()