Home
last modified time | relevance | path

Searched defs:vfp_space (Results 1 – 2 of 2) sorted by relevance

/external/libffi/src/arm/
Dffi.c163 void **avalue, char *stack, char *vfp_space) in ffi_prep_args_VFP()
358 char *stack, *vfp_space, *new_rvalue; in ffi_call_int() local
464 char *vfp_space, void **avalue) in ffi_prep_incoming_args_VFP()
534 char vfp_space[8*8] __attribute__((aligned(8))); member
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c128 int ffi_prep_args_SYSV(char *stack, extended_cif *ecif, float *vfp_space) in ffi_prep_args_SYSV()
155 int ffi_prep_args_VFP(char *stack, extended_cif *ecif, float *vfp_space) in ffi_prep_args_VFP()