Searched refs:respp (Results 1 – 3 of 3) sorted by relevance
/third_party/libffi/src/metag/ |
D | ffi.c | 268 unsigned int ffi_closure_SYSV_inner (closure, respp, args, vfp_args) in ffi_closure_SYSV_inner() argument 270 void **respp; 287 ffi_prep_incoming_args_SYSV(args, respp, arg_area, cif, vfp_args); 289 (closure->fun) ( cif, *respp, arg_area, closure->user_data);
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi_darwin.c | 240 ffi_closure_SYSV_inner (closure, respp, args) in ffi_closure_SYSV_inner() argument 242 void **respp; 258 ffi_prep_incoming_args_SYSV(args, respp, arg_area, cif); 260 (closure->fun) (cif, *respp, arg_area, closure->user_data);
|
/third_party/libffi/src/avr32/ |
D | ffi.c | 367 unsigned int ffi_closure_SYSV_inner(ffi_closure *closure, void **respp, in ffi_closure_SYSV_inner() argument 387 ffi_prep_incoming_args_SYSV(args, respp, arg_area, cif); in ffi_closure_SYSV_inner() 389 (closure->fun)(cif, *respp, arg_area, closure->user_data); in ffi_closure_SYSV_inner()
|