Home
last modified time | relevance | path

Searched refs:ffi_cif (Results 1 – 25 of 198) sorted by relevance

12345678

/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.h173 } 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 …]
Dffi.c120 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/
Dffi.h170 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/
Dffi.h173 } 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 …]
Dffi.c130 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/
Dffi.h.in222 } 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/
Djava_raw_api.c45 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 …]
Draw_api.c35 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
Dprep_cif.c107 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/
Dx86-ffi_darwin.c117 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/
Dffi.c52 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()
Dffi_powerpc.h63 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/
Dffi.c122 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/
Dffi.c100 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/
Dffi.c200 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/
Dffi.c60 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/
Dffi.c114 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/
Dffi.c134 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/
Dffi.c107 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/
Dffi.c49 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/
Dffi.c131 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/
Dffi.c38 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/
Dffi.c157 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/
Dffi.c55 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/
Dffi.c138 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

12345678