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/python/Modules/_ctypes/ |
D | callproc.c | 801 ffi_type **atypes, in _call_function_pointer() argument 863 atypes)) { in _call_function_pointer() 873 atypes)) { in _call_function_pointer() 887 atypes)) { in _call_function_pointer() 1152 ffi_type **atypes; in _ctypes_callproc() local 1233 atypes = (ffi_type **)alloca(sizeof(ffi_type *) * argcount); in _ctypes_callproc() 1234 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc() 1239 atypes[i] = args[i].ffi_type; in _ctypes_callproc() 1241 size_t size = atypes[i]->size; in _ctypes_callproc() 1244 if (atypes[i]->type == FFI_TYPE_STRUCT) in _ctypes_callproc() [all …]
|
D | callbacks.c | 345 p->atypes[i] = NULL; in CThunkObject_new() 378 p->atypes[i] = _ctypes_get_ffi_type(cnv); in _ctypes_alloc_callback() 381 p->atypes[i] = NULL; in _ctypes_alloc_callback() 407 &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-arm.h | 444 ffi_type **atypes); 452 ffi_type **atypes);
|
D | ffi-aarch64.h | 444 ffi_type **atypes); 452 ffi_type **atypes);
|
D | ffi-x86_64.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);
|