/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi.h | 173 } ffi_cif; typedef 193 void ffi_raw_call (/*@dependent@*/ ffi_cif *cif, 198 void ffi_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw); 199 void ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args); 200 size_t ffi_raw_size (ffi_cif *cif); 206 void ffi_java_raw_call (/*@dependent@*/ ffi_cif *cif, 211 void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw); 212 void ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args); 213 size_t ffi_java_raw_size (ffi_cif *cif); 221 ffi_cif *cif; [all …]
|
D | ffi.c | 120 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 156 int ffi_call(/*@dependent@*/ ffi_cif *cif, in ffi_call() 200 void** args, ffi_cif* cif); 207 ffi_cif *cif = closure->cif; in ffi_closure_SYSV_inner() 229 void **avalue, ffi_cif *cif) in ffi_prep_incoming_args_SYSV() 291 ffi_cif* cif, in ffi_prep_closure() 292 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure() argument
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi.h | 170 typedef struct ffi_cif { struct 180 } ffi_cif; argument 202 /*@dependent@*/ ffi_cif* cif, 209 ffi_cif* cif, 215 ffi_cif* cif, 221 ffi_cif* cif); 228 /*@dependent@*/ ffi_cif* cif, 235 ffi_cif* cif, 241 ffi_cif* cif, 247 ffi_cif* cif); [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi.h | 173 } ffi_cif; typedef 191 void ffi_raw_call (/*@dependent@*/ ffi_cif *cif, 196 void ffi_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw); 197 void ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args); 198 size_t ffi_raw_size (ffi_cif *cif); 204 void ffi_java_raw_call (/*@dependent@*/ ffi_cif *cif, 209 void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw); 210 void ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args); 211 size_t ffi_java_raw_size (ffi_cif *cif); 219 ffi_cif *cif; [all …]
|
D | ffi.c | 130 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 189 ffi_call(/*@dependent@*/ ffi_cif *cif, in ffi_call() 241 void** args, ffi_cif* cif); 255 ffi_cif *cif; in ffi_closure_SYSV() 350 void **avalue, ffi_cif *cif) in ffi_prep_incoming_args_SYSV() 404 ffi_cif* cif, in ffi_prep_closure_loc() 405 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi.h.in | 222 } ffi_cif; typedef 230 ffi_status ffi_prep_cif_core(ffi_cif *cif, 275 void ffi_raw_call (ffi_cif *cif, 280 void ffi_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw); 281 void ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args); 282 size_t ffi_raw_size (ffi_cif *cif); 288 void ffi_java_raw_call (ffi_cif *cif, 293 void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw); 294 void ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args); 295 size_t ffi_java_raw_size (ffi_cif *cif); [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | java_raw_api.c | 45 ffi_java_raw_size (ffi_cif *cif) in ffi_java_raw_size() 73 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args) in ffi_java_raw_to_ptrarray() 147 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) in ffi_java_ptrarray_to_raw() 236 ffi_java_rvalue_to_raw (ffi_cif *cif, void *rvalue) in ffi_java_rvalue_to_raw() 264 ffi_java_raw_to_rvalue (ffi_cif *cif, void *rvalue) in ffi_java_raw_to_rvalue() 295 void ffi_java_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, in ffi_java_raw_call() 307 ffi_java_translate_args (ffi_cif *cif, void *rvalue, in ffi_java_translate_args() 320 ffi_cif *cif, in ffi_prep_java_raw_closure_loc() 321 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*), in ffi_prep_java_raw_closure_loc() argument 347 ffi_cif *cif, in ffi_prep_java_raw_closure() [all …]
|
D | raw_api.c | 35 ffi_raw_size (ffi_cif *cif) in ffi_raw_size() 57 ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args) in ffi_raw_to_ptrarray() 129 ffi_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw) in ffi_ptrarray_to_raw() 191 void ffi_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *raw) in ffi_raw_call() 201 ffi_translate_args (ffi_cif *cif, void *rvalue, in ffi_translate_args() 213 ffi_cif *cif, in ffi_prep_raw_closure_loc() 214 void (*fun)(ffi_cif*,void*,ffi_raw*,void*), in ffi_prep_raw_closure_loc() argument 245 ffi_cif *cif, in ffi_prep_raw_closure() 246 void (*fun)(ffi_cif*,void*,ffi_raw*,void*), in ffi_prep_raw_closure() argument
|
D | prep_cif.c | 107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() 218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() 224 ffi_status ffi_prep_cif_var(ffi_cif *cif, in ffi_prep_cif_var() 238 ffi_cif* cif, in ffi_prep_closure() 239 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure() argument
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi_darwin.c | 117 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 188 void ffi_call(ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) in ffi_call() 229 void** args, ffi_cif* cif); 246 ffi_cif *cif; 267 ffi_cif *cif) in ffi_prep_incoming_args_SYSV() 322 ffi_cif* cif, in ffi_prep_closure() 323 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure() argument 346 ffi_cif* cif, in ffi_prep_raw_closure_loc() 347 void (*fun)(ffi_cif*,void*,ffi_raw*,void*), in ffi_prep_raw_closure_loc() argument 399 ffi_raw_call(ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) in ffi_raw_call()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi.c | 52 ffi_prep_cif_machdep (ffi_cif *cif) in ffi_prep_cif_machdep() 62 ffi_prep_cif_machdep_var (ffi_cif *cif, in ffi_prep_cif_machdep_var() 74 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) in ffi_call() 131 ffi_cif *cif, in ffi_prep_closure_loc() 132 void (*fun) (ffi_cif *, void *, void **, void *), in ffi_prep_closure_loc()
|
D | ffi_powerpc.h | 63 ffi_status FFI_HIDDEN ffi_prep_cif_sysv (ffi_cif *); 72 ffi_status FFI_HIDDEN ffi_prep_cif_linux64 (ffi_cif *); 73 ffi_status FFI_HIDDEN ffi_prep_cif_linux64_var (ffi_cif *, unsigned int,
|
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/ |
D | ffi.c | 122 ffi_prep_cif_machdep (ffi_cif *cif) in ffi_prep_cif_machdep() 163 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) in ffi_call() 201 ffi_prep_closure_elfbsd (ffi_cif *cif, void **avalue, char *stackp) in ffi_prep_closure_elfbsd() 228 ffi_cif *cif; in ffi_closure_elfbsd_inner() 242 ffi_prep_closure_loc (ffi_closure *closure, ffi_cif *cif, in ffi_prep_closure_loc() 243 void (*fun)(ffi_cif *, void *, void **, void *), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
D | ffi.c | 100 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 173 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) in ffi_call() 211 ffi_cif*, float *); 242 ffi_cif* cif, in ffi_prep_closure_loc() 243 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure_loc() argument 274 ffi_cif *cif; 295 void **avalue, ffi_cif *cif, in ffi_prep_incoming_args_SYSV()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/ |
D | ffi.c | 200 ffi_prep_cif_machdep (ffi_cif *cif) in ffi_prep_cif_machdep() 232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) in ffi_call() 267 ffi_prep_closure_args_OBSD (ffi_cif *cif, void **avalue, unsigned int *regp, in ffi_prep_closure_args_OBSD() 354 ffi_cif *cif; in ffi_closure_OBSD_inner() 368 ffi_prep_closure_loc (ffi_closure* closure, ffi_cif* cif, in ffi_prep_closure_loc() 369 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/ |
D | ffi.c | 60 ffi_status ffi_prep_cif_machdep (ffi_cif *cif) in ffi_prep_cif_machdep() 150 void ffi_call (ffi_cif *cif, void (*fn) (void), void *rvalue, void **avalue) in ffi_call() 206 ffi_cif *cif = closure->cif; in ffi_closure_helper() 254 ffi_cif* cif, in ffi_prep_closure_loc() 255 void (*fun) (ffi_cif*, void*, void**, void*), in ffi_prep_closure_loc()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/ |
D | ffi.c | 114 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 132 void ffi_call(ffi_cif *cif, in ffi_call() 184 ffi_cif *cif = closure->cif; in ffi_closure_eabi() 250 ffi_cif* cif, in ffi_prep_closure_loc() 251 void (*fun)(ffi_cif*, void*, void**, void*), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/ |
D | ffi.c | 134 ffi_prep_cif_machdep (ffi_cif * cif) in ffi_prep_cif_machdep() 167 ffi_call (ffi_cif * cif, void (*fn) (void), void *rvalue, void **avalue) in ffi_call() 201 ffi_cif *cif = closure->cif; in ffi_closure_inner_ARCompact() 243 ffi_prep_closure_loc (ffi_closure * closure, ffi_cif * cif, in ffi_prep_closure_loc() argument 244 void (*fun) (ffi_cif *, void *, void **, void *), in ffi_prep_closure_loc()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/ |
D | ffi.c | 107 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 125 void ffi_call(ffi_cif *cif, in ffi_call() 182 ffi_cif *cif = closure->cif; in ffi_closure_eabi() 246 ffi_cif* cif, in ffi_prep_closure_loc() 247 void (*fun)(ffi_cif*, void*, void**, void*), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/ |
D | ffi.c | 49 ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 80 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) in ffi_call() 175 ffi_cif* cif, in ffi_prep_closure_loc() 176 void (*fun)(ffi_cif*, void*, void**, void*), in ffi_prep_closure_loc() argument 211 ffi_cif *cif; in ffi_closure_osf_inner()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/ |
D | ffi.c | 131 ffi_prep_cif_machdep (ffi_cif *cif) in ffi_prep_cif_machdep() 222 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) in ffi_call() 253 ffi_prep_incoming_args_SYSV (char *stack, void **avalue, ffi_cif *cif) in ffi_prep_incoming_args_SYSV() 311 ffi_cif *cif; in ffi_closure_SYSV_inner() 326 ffi_cif* cif, in ffi_prep_closure_loc() 327 void (*fun)(ffi_cif*,void*,void**,void*), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | ffi.c | 38 static void layout_vfp_args (ffi_cif *); 234 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 289 ffi_status ffi_prep_cif_machdep_var(ffi_cif *cif, in ffi_prep_cif_machdep_var() 304 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) in ffi_call() 369 void** args, ffi_cif* cif, float *vfp_stack); 372 void** args, ffi_cif* cif, float *vfp_stack); 385 ffi_cif *cif; in ffi_closure_inner() 409 void **avalue, ffi_cif *cif, in ffi_prep_incoming_args_SYSV() 450 void **avalue, ffi_cif *cif, in ffi_prep_incoming_args_VFP() 774 ffi_cif* cif, in ffi_prep_closure_loc() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/ |
D | ffi.c | 157 ffi_prep_cif_core (ffi_cif * cif, in ffi_prep_cif_core() 219 ffi_prep_cif_machdep (ffi_cif * cif) in ffi_prep_cif_machdep() 246 ffi_call (ffi_cif * cif, void (*fn) (), void *rvalue, void **avalue) in ffi_call() 303 ffi_cif *cif = closure->cif; in ffi_prep_closure_inner() 368 ffi_cif* cif, in ffi_prep_closure_loc() 369 void (*fun)(ffi_cif *, void *, void **, void*), in ffi_prep_closure_loc() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/ |
D | ffi.c | 55 ffi_status ffi_prep_cif_machdep(ffi_cif *cif) in ffi_prep_cif_machdep() 190 void ffi_call(ffi_cif* cif, void(*fn)(void), void *rvalue, void **avalue) in ffi_call() 230 ffi_cif* cif, in ffi_prep_closure_loc() 231 void (*fun)(ffi_cif*, void*, void**, void*), in ffi_prep_closure_loc() argument 253 ffi_cif *cif; in ffi_closure_SYSV_inner()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/ |
D | ffi.c | 138 ffi_status ffi_prep_cif_machdep(ffi_cif* cif) in ffi_prep_cif_machdep() 151 void ffi_call(ffi_cif* cif, void (*fn)(void), void* rvalue, void** avalue) in ffi_call() 182 ffi_cif* cif = closure->cif; in ffi_closure_call_SYSV() 278 ffi_closure* closure, ffi_cif* cif, in ffi_prep_closure_loc() 279 void (*fun)(ffi_cif*, void*, void**, void*), in ffi_prep_closure_loc() argument
|