Searched refs:align_words (Results 1 – 2 of 2) sorted by relevance
790 unsigned align_words; in ffi_prep_cif_machdep() local839 align_words = (*ptr)->alignment >> 3; in ffi_prep_cif_machdep()840 if (align_words) in ffi_prep_cif_machdep()841 intarg_count = ALIGN(intarg_count, align_words); in ffi_prep_cif_machdep()849 align_words = (*ptr)->alignment >> 2; in ffi_prep_cif_machdep()850 if (align_words) in ffi_prep_cif_machdep()851 intarg_count = ALIGN(intarg_count, align_words); in ffi_prep_cif_machdep()