Searched refs:align_words (Results 1 – 1 of 1) sorted by relevance
791 unsigned align_words; in ffi_prep_cif_machdep() local840 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()