/external/libffi/src/ |
D | prep_cif.c | 111 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/ |
D | prep_cif.c | 111 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/ |
D | ffi.h | 236 ffi_type **atypes); 427 ffi_type **atypes); 434 ffi_type **atypes);
|
/external/python/cpython2/android_arm/libffi/ |
D | ffi.h | 236 ffi_type **atypes); 427 ffi_type **atypes); 434 ffi_type **atypes);
|
/external/python/cpython2/darwin_x86_64/libffi/ |
D | ffi.h | 236 ffi_type **atypes); 427 ffi_type **atypes); 434 ffi_type **atypes);
|
/external/python/cpython2/linux_x86_64/libffi/ |
D | ffi.h | 237 ffi_type **atypes); 428 ffi_type **atypes); 435 ffi_type **atypes);
|
/external/python/cpython2/android_x86_64/libffi/ |
D | ffi.h | 237 ffi_type **atypes); 428 ffi_type **atypes); 435 ffi_type **atypes);
|
/external/python/cpython2/android_arm64/libffi/ |
D | ffi.h | 236 ffi_type **atypes); 427 ffi_type **atypes); 434 ffi_type **atypes);
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | prep_cif.c | 90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif() argument 100 cif->arg_types = atypes; in ffi_prep_cif()
|
D | ffi.h | 273 /*@dependent@*/ ffi_type **atypes);
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 765 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()
|
D | callbacks.c | 322 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/ |
D | prep_cif.c | 90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif() argument 100 cif->arg_types = atypes; in ffi_prep_cif()
|
D | ffi.h | 275 /*@dependent@*/ ffi_type **atypes);
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | prep_cif.c | 90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif() argument 100 cif->arg_types = atypes; in ffi_prep_cif()
|
D | ffi.h | 278 /*@dependent@*/ ffi_type **atypes);
|
/external/python/cpython3/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()
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | ffi.c | 136 /*@dependent@*/ ffi_type** atypes) in ffi_prep_cif() argument 149 cif->arg_types = atypes; in ffi_prep_cif()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 407 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()
|
D | callproc.c | 775 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/ |
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()
|
/external/python/cpython2/Modules/_ctypes/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()
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi.h.in | 236 ffi_type **atypes); 427 ffi_type **atypes); 434 ffi_type **atypes);
|
/external/libffi/include/ |
D | ffi.h.in | 246 ffi_type **atypes); 437 ffi_type **atypes); 444 ffi_type **atypes);
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi.h | 310 /*@dependent@*/ ffi_type** atypes);
|