Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c790 unsigned align_words; in ffi_prep_cif_machdep() local
839 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()
/external/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()