Home
last modified time | relevance | path

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

12

/external/libffi/src/
Dprep_cif.c111 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core() argument
125 cif->arg_types = atypes; in ffi_prep_cif_core()
227 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif() argument
229 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
237 ffi_type **atypes) in ffi_prep_cif_var() argument
239 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c111 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core() argument
125 cif->arg_types = atypes; in ffi_prep_cif_core()
219 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif() argument
221 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
229 ffi_type **atypes) in ffi_prep_cif_var() argument
231 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
/external/python/cpython2/android_x86/libffi/
Dffi.h236 ffi_type **atypes);
427 ffi_type **atypes);
434 ffi_type **atypes);
/external/python/cpython2/android_arm/libffi/
Dffi.h236 ffi_type **atypes);
427 ffi_type **atypes);
434 ffi_type **atypes);
/external/python/cpython2/darwin_x86_64/libffi/
Dffi.h236 ffi_type **atypes);
427 ffi_type **atypes);
434 ffi_type **atypes);
/external/python/cpython2/linux_x86_64/libffi/
Dffi.h237 ffi_type **atypes);
428 ffi_type **atypes);
435 ffi_type **atypes);
/external/python/cpython2/android_x86_64/libffi/
Dffi.h237 ffi_type **atypes);
428 ffi_type **atypes);
435 ffi_type **atypes);
/external/python/cpython2/android_arm64/libffi/
Dffi.h236 ffi_type **atypes);
427 ffi_type **atypes);
434 ffi_type **atypes);
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dprep_cif.c90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif() argument
100 cif->arg_types = atypes; in ffi_prep_cif()
Dffi.h273 /*@dependent@*/ ffi_type **atypes);
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c765 ffi_type **atypes, in _call_function_pointer() argument
798 atypes)) { in _call_function_pointer()
1084 ffi_type **atypes; in _ctypes_callproc() local
1158 atypes = (ffi_type **)alloca(sizeof(ffi_type *) * argcount); in _ctypes_callproc()
1159 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc()
1164 atypes[i] = args[i].ffi_type; in _ctypes_callproc()
1166 size_t size = atypes[i]->size; in _ctypes_callproc()
1169 if (atypes[i]->type == FFI_TYPE_STRUCT) in _ctypes_callproc()
1178 if (atypes[i]->type == FFI_TYPE_STRUCT) in _ctypes_callproc()
1184 if (-1 == _call_function_pointer(flags, pProc, avalues, atypes, in _ctypes_callproc()
Dcallbacks.c322 p->atypes[i] = NULL; in CThunkObject_new()
356 p->atypes[i] = _ctypes_get_ffi_type(cnv); in _ctypes_alloc_callback()
359 p->atypes[i] = NULL; in _ctypes_alloc_callback()
385 &p->atypes[0]); in _ctypes_alloc_callback()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dprep_cif.c90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif() argument
100 cif->arg_types = atypes; in ffi_prep_cif()
Dffi.h275 /*@dependent@*/ ffi_type **atypes);
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dprep_cif.c90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif() argument
100 cif->arg_types = atypes; in ffi_prep_cif()
Dffi.h278 /*@dependent@*/ ffi_type **atypes);
/external/python/cpython3/Modules/_ctypes/libffi_osx/
Dffi.c137 /*@dependent@*/ ffi_type** atypes) in ffi_prep_cif() argument
150 cif->arg_types = atypes; in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_osx/
Dffi.c136 /*@dependent@*/ ffi_type** atypes) in ffi_prep_cif() argument
149 cif->arg_types = atypes; in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c407 p->atypes[i] = NULL; in CThunkObject_new()
441 p->atypes[i] = _ctypes_get_ffi_type(cnv); in _ctypes_alloc_callback()
444 p->atypes[i] = NULL; in _ctypes_alloc_callback()
470 &p->atypes[0]); in _ctypes_alloc_callback()
Dcallproc.c775 ffi_type **atypes, in _call_function_pointer() argument
810 atypes)) { in _call_function_pointer()
1102 ffi_type **atypes; in _ctypes_callproc() local
1171 atypes = (ffi_type **)alloca(sizeof(ffi_type *) * argcount); in _ctypes_callproc()
1172 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc()
1177 atypes[i] = args[i].ffi_type; in _ctypes_callproc()
1178 if (atypes[i]->type == FFI_TYPE_STRUCT) in _ctypes_callproc()
1184 if (-1 == _call_function_pointer(flags, pProc, avalues, atypes, in _ctypes_callproc()
/external/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()
/external/python/cpython2/Modules/_ctypes/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()
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi.h.in236 ffi_type **atypes);
427 ffi_type **atypes);
434 ffi_type **atypes);
/external/libffi/include/
Dffi.h.in246 ffi_type **atypes);
437 ffi_type **atypes);
444 ffi_type **atypes);
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi.h310 /*@dependent@*/ ffi_type** atypes);

12