Home
last modified time | relevance | path

Searched defs:atypes (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c111 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core()
219 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif()
229 ffi_type **atypes) in ffi_prep_cif_var()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dprep_cif.c90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dprep_cif.c90 /*@dependent@*/ ffi_type **atypes) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_osx/
Dffi.c136 /*@dependent@*/ ffi_type** atypes) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dffi.c160 ffi_type * rtype, ffi_type ** atypes) in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c775 ffi_type **atypes, in _call_function_pointer()
1102 ffi_type **atypes; in _ctypes_callproc() local
Dctypes.h108 ffi_type *atypes[1]; member