Home
last modified time | relevance | path

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

/external/libffi/src/arm/
Dffi.c193 char *vfp_slot = vfp_space + cif->vfp_args[vi++] * 4; in ffi_prep_args_VFP() local
194 ffi_put_arg (ty, a, vfp_slot); in ffi_prep_args_VFP()
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c192 char *vfp_slot = (char *)(vfp_space + ecif->cif->vfp_args[vi++]); in ffi_prep_args_VFP() local
193 ffi_put_arg(p_arg, p_argv, vfp_slot); in ffi_prep_args_VFP()