Home
last modified time | relevance | path

Searched refs:done_with_regs (Results 1 – 3 of 3) sorted by relevance

/external/libffi/src/arm/
Dffi.c169 char done_with_regs = 0; in ffi_prep_args_VFP() local
198 else if (!done_with_regs && !is_vfp_type) in ffi_prep_args_VFP()
208 done_with_regs = (regp == argp); in ffi_prep_args_VFP()
219 done_with_regs = 1; in ffi_prep_args_VFP()
469 char done_with_regs = 0; in ffi_prep_incoming_args_VFP() local
492 else if (!done_with_regs && !is_vfp_type) in ffi_prep_incoming_args_VFP()
516 done_with_regs = 1; in ffi_prep_incoming_args_VFP()
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c162 char done_with_regs = 0; in ffi_prep_args_VFP() local
197 else if (!done_with_regs && !is_vfp_type) in ffi_prep_args_VFP()
207 done_with_regs = (regp == argp); in ffi_prep_args_VFP()
218 done_with_regs = 1; in ffi_prep_args_VFP()
459 char done_with_regs = 0; in ffi_prep_incoming_args_VFP() local
484 else if (!done_with_regs && !is_vfp_type) in ffi_prep_incoming_args_VFP()
513 done_with_regs = 1; in ffi_prep_incoming_args_VFP()
/external/python/cpython2/Modules/_ctypes/
Dlibffi.diff201 char done_with_regs = 0;