Searched refs:darwin64_struct_floats_to_mem (Results 1 – 2 of 2) sorted by relevance
/external/libffi/src/powerpc/ |
D | ffi_darwin.c | 518 darwin64_struct_floats_to_mem (ffi_type *s, char *dest, double *fprs, unsigned *nf) in darwin64_struct_floats_to_mem() function 536 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf); in darwin64_struct_floats_to_mem() 1227 darwin64_struct_floats_to_mem (arg_types[i], (char *)pgr, in ffi_closure_helper_DARWIN()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_darwin.c | 518 darwin64_struct_floats_to_mem (ffi_type *s, char *dest, double *fprs, unsigned *nf) in darwin64_struct_floats_to_mem() function 536 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf); in darwin64_struct_floats_to_mem() 1227 darwin64_struct_floats_to_mem (arg_types[i], (char *)pgr, in ffi_closure_helper_DARWIN()
|