Home
last modified time | relevance | path

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

/third_party/libffi/src/powerpc/
Dffi_darwin.c791 unsigned align_words; in ffi_prep_cif_machdep() local
840 align_words = (*ptr)->alignment >> 3; in ffi_prep_cif_machdep()
841 if (align_words) in ffi_prep_cif_machdep()
842 intarg_count = FFI_ALIGN(intarg_count, align_words); in ffi_prep_cif_machdep()
850 align_words = (*ptr)->alignment >> 2; in ffi_prep_cif_machdep()
851 if (align_words) in ffi_prep_cif_machdep()
852 intarg_count = FFI_ALIGN(intarg_count, align_words); in ffi_prep_cif_machdep()