Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c73 assign_to_ffi_arg(ffi_sarg *out, void *in, const ffi_type *type, in assign_to_ffi_arg() function
197 argp += assign_to_ffi_arg(argp, arg_in, arg_types[i], 1); in ffi_call()
206 assign_to_ffi_arg(rvalue, reg_args, cif->rtype, 0); in ffi_call()
353 assign_to_ffi_arg(reg_args_out, &closure_ret, cif->rtype, 1); in ffi_closure_tile_inner()