Home
last modified time | relevance | path

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

/third_party/libffi/src/x86/
Dffi.c56 #define STACK_ALIGN(bytes) (bytes) macro
58 #define STACK_ALIGN(bytes) FFI_ALIGN (bytes, 16) macro
295 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()