Searched refs:darwin64_scan_struct_for_floats (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_darwin.c | 317 darwin64_scan_struct_for_floats (ffi_type *s, unsigned *nfpr) in darwin64_scan_struct_for_floats() function 329 darwin64_scan_struct_for_floats (p, nfpr); in darwin64_scan_struct_for_floats() 407 darwin64_scan_struct_for_floats (s, &nfp); in darwin64_struct_ret_by_value_p() 744 darwin64_scan_struct_for_floats (cif->rtype, &nfpr) ; in ffi_prep_cif_machdep() 847 darwin64_scan_struct_for_floats (*ptr, &fparg_count) ; in ffi_prep_cif_machdep()
|
/external/libffi/src/powerpc/ |
D | ffi_darwin.c | 318 darwin64_scan_struct_for_floats (ffi_type *s, unsigned *nfpr) in darwin64_scan_struct_for_floats() function 330 darwin64_scan_struct_for_floats (p, nfpr); in darwin64_scan_struct_for_floats() 408 darwin64_scan_struct_for_floats (s, &nfp); in darwin64_struct_ret_by_value_p() 745 darwin64_scan_struct_for_floats (cif->rtype, &nfpr) ; in ffi_prep_cif_machdep() 848 darwin64_scan_struct_for_floats (*ptr, &fparg_count) ; in ffi_prep_cif_machdep()
|