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()
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()