Home
last modified time | relevance | path

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

/third_party/libffi/src/microblaze/
Dffi.c38 #define WORD_FFI_ALIGN(x) FFI_ALIGN(x, WORD_SIZE) macro
77 int aligned_size = WORD_FFI_ALIGN(size); in ffi_prep_args()
262 ptr += WORD_FFI_ALIGN(arg_types[i]->size); in ffi_closure_call_SYSV()