Home
last modified time | relevance | path

Searched defs: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