Searched refs:ffi_prep_args_VFP (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | ffi.c | 41 int ffi_prep_args_VFP(char *stack, extended_cif *ecif, float *vfp_space); 155 int ffi_prep_args_VFP(char *stack, extended_cif *ecif, float *vfp_space) in ffi_prep_args_VFP() function
|
D | sysv.S | 352 bl CNAME(ffi_prep_args_VFP)
|
/external/libffi/src/arm/ |
D | ffi.c | 41 int ffi_prep_args_VFP(char *stack, extended_cif *ecif, float *vfp_space); 155 int ffi_prep_args_VFP(char *stack, extended_cif *ecif, float *vfp_space) in ffi_prep_args_VFP() function
|
D | sysv.S | 352 bl CNAME(ffi_prep_args_VFP)
|
/external/python/cpython2/Modules/_ctypes/ |
D | libffi.diff | 192 int ffi_prep_args_VFP(char *stack, extended_cif *ecif, float *vfp_space)
|