Home
last modified time | relevance | path

Searched refs:ffi_sarg (Results 1 – 25 of 39) sorted by relevance

12

/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c42 extern void ffi_call_tile(ffi_sarg reg_args[NUM_ARG_REGS],
43 const ffi_sarg *stack_args,
73 assign_to_ffi_arg(ffi_sarg *out, void *in, const ffi_type *type, in assign_to_ffi_arg()
147 ffi_sarg * const arg_mem = alloca(cif->bytes); in ffi_call()
148 ffi_sarg * const reg_args = arg_mem; in ffi_call()
149 ffi_sarg * const stack_args = &reg_args[NUM_ARG_REGS]; in ffi_call()
150 ffi_sarg *argp = arg_mem; in ffi_call()
286 ffi_sarg reg_args[2][NUM_ARG_REGS], in ffi_closure_tile_inner()
287 ffi_sarg *stack_args) in ffi_closure_tile_inner()
293 ffi_sarg * const reg_args_in = reg_args[0]; in ffi_closure_tile_inner()
[all …]
Dffitarget.h38 typedef int_reg_t ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffitarget.h58 typedef __int64 ffi_sarg; typedef
61 typedef long long ffi_sarg; typedef
68 typedef long long ffi_sarg; typedef
71 typedef signed long ffi_sarg; typedef
Dffi.c122 *(ffi_sarg *) argp = (ffi_sarg)*(SINT8 *)(* p_argv); in ffi_prep_args()
130 *(ffi_sarg *) argp = (ffi_sarg)*(SINT16 *)(* p_argv); in ffi_prep_args()
138 *(ffi_sarg *) argp = (ffi_sarg)*(SINT32 *)(* p_argv); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h176 typedef signed int ffi_sarg __attribute__((__mode__(__SI__))); typedef
180 typedef signed int ffi_sarg __attribute__((__mode__(__DI__))); typedef
186 typedef __int32_t ffi_sarg; typedef
190 typedef __int64_t ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dffitarget.h32 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/
Dffitarget.h33 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
Dffitarget.h34 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffitarget.h31 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffitarget.h37 typedef signed long long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
Dffitarget.h33 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffitarget.h36 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
Dffitarget.h39 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Dffitarget.h38 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dffitarget.h37 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dffitarget.h37 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
Dffitarget.h38 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
Dffitarget.h34 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
Dffitarget.h35 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
Dffitarget.h36 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
Dffitarget.h39 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
Dffitarget.h39 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
Dffitarget.h37 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dffitarget.h37 typedef signed long ffi_sarg; typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dffitarget.h45 typedef signed long ffi_sarg; typedef

12