Searched refs:atypes (Results 1 – 14 of 14) sorted by relevance
/third_party/libffi/src/ |
D | prep_cif.c | 113 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/ |
D | gclosure.c | 1454 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/ |
D | callproc.c | 805 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 …]
|
D | callbacks.c | 344 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()
|
D | ctypes.h | 68 ffi_type *atypes[1]; member
|
/third_party/python/Modules/_ctypes/libffi_osx/ |
D | ffi.c | 137 /*@dependent@*/ ffi_type** atypes) in ffi_prep_cif() argument 150 cif->arg_types = atypes; in ffi_prep_cif()
|
D | README | 129 ffi_type *rtype, ffi_type **atypes);
|
/third_party/libffi/src/cris/ |
D | ffi.c | 160 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/ |
D | ffi-aarch64.h | 444 ffi_type **atypes); 452 ffi_type **atypes);
|
D | ffi-arm.h | 444 ffi_type **atypes); 452 ffi_type **atypes);
|
D | ffi_common.h | 100 ffi_type **atypes);
|
D | ffi.h.in | 459 ffi_type **atypes); 467 ffi_type **atypes);
|
/third_party/libffi/msvc_build/aarch64/aarch64_include/ |
D | ffi.h | 455 ffi_type **atypes); 463 ffi_type **atypes);
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
D | ffi.h | 310 /*@dependent@*/ ffi_type** atypes);
|