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/python/Modules/_ctypes/
Dcallproc.c801 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 …]
Dcallbacks.c345 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()
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-arm.h444 ffi_type **atypes);
452 ffi_type **atypes);
Dffi-aarch64.h444 ffi_type **atypes);
452 ffi_type **atypes);
Dffi-x86_64.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);