Home
last modified time | relevance | path

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

/third_party/libffi/src/
Dprep_cif.c113 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core() argument
127 cif->arg_types = atypes; in ffi_prep_cif_core()
222 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif() argument
224 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
232 ffi_type **atypes) in ffi_prep_cif_var() argument
234 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
/third_party/glib/gobject/
Dgclosure.c1454 ffi_type **atypes; in g_cclosure_marshal_generic() local
1475 atypes = g_alloca (sizeof (ffi_type *) * n_args); in g_cclosure_marshal_generic()
1483 atypes[n_args-1] = value_to_ffi_type (param_values + 0, in g_cclosure_marshal_generic()
1487 atypes[0] = &ffi_type_pointer; in g_cclosure_marshal_generic()
1492 atypes[0] = value_to_ffi_type (param_values + 0, in g_cclosure_marshal_generic()
1496 atypes[n_args-1] = &ffi_type_pointer; in g_cclosure_marshal_generic()
1505 atypes[i] = value_to_ffi_type (param_values + i, in g_cclosure_marshal_generic()
1511 if (ffi_prep_cif (&cif, FFI_DEFAULT_ABI, n_args, rtype, atypes) != FFI_OK) in g_cclosure_marshal_generic()
1553 ffi_type **atypes; in g_cclosure_marshal_generic_va() local
1576 atypes = g_alloca (sizeof (ffi_type *) * n_args); in g_cclosure_marshal_generic_va()
[all …]
/third_party/python/Modules/_ctypes/
Dcallproc.c805 ffi_type **atypes, in _call_function_pointer() argument
867 atypes)) { in _call_function_pointer()
877 atypes)) { in _call_function_pointer()
891 atypes)) { in _call_function_pointer()
1156 ffi_type **atypes; in _ctypes_callproc() local
1237 atypes = (ffi_type **)alloca(sizeof(ffi_type *) * argcount); in _ctypes_callproc()
1238 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc()
1243 atypes[i] = args[i].ffi_type; in _ctypes_callproc()
1245 size_t size = atypes[i]->size; in _ctypes_callproc()
1248 if (atypes[i]->type == FFI_TYPE_STRUCT) in _ctypes_callproc()
[all …]
Dcallbacks.c344 p->atypes[i] = NULL; in CThunkObject_new()
377 p->atypes[i] = _ctypes_get_ffi_type(cnv); in _ctypes_alloc_callback()
380 p->atypes[i] = NULL; in _ctypes_alloc_callback()
406 &p->atypes[0]); in _ctypes_alloc_callback()
Dctypes.h68 ffi_type *atypes[1]; member
/third_party/python/Modules/_ctypes/libffi_osx/
Dffi.c137 /*@dependent@*/ ffi_type** atypes) in ffi_prep_cif() argument
150 cif->arg_types = atypes; in ffi_prep_cif()
DREADME129 ffi_type *rtype, ffi_type **atypes);
/third_party/libffi/src/cris/
Dffi.c160 ffi_type * rtype, ffi_type ** atypes) in ffi_prep_cif_core() argument
172 cif->arg_types = atypes; in ffi_prep_cif_core()
/third_party/libffi/include/
Dffi-aarch64.h444 ffi_type **atypes);
452 ffi_type **atypes);
Dffi-arm.h444 ffi_type **atypes);
452 ffi_type **atypes);
Dffi_common.h100 ffi_type **atypes);
Dffi.h.in459 ffi_type **atypes);
467 ffi_type **atypes);
/third_party/libffi/msvc_build/aarch64/aarch64_include/
Dffi.h455 ffi_type **atypes);
463 ffi_type **atypes);
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi.h310 /*@dependent@*/ ffi_type** atypes);