Home
last modified time | relevance | path

Searched refs:FFI_TRAMPOLINE_SIZE (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffitarget.h123 #define FFI_TRAMPOLINE_SIZE 24 macro
127 #define FFI_TRAMPOLINE_SIZE 52 macro
130 #define FFI_TRAMPOLINE_SIZE 29 macro
134 #define FFI_TRAMPOLINE_SIZE 10 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffitarget.h160 # define FFI_TRAMPOLINE_SIZE 32 macro
164 # define FFI_TRAMPOLINE_SIZE 48 macro
166 # define FFI_TRAMPOLINE_SIZE 24 macro
169 # define FFI_TRAMPOLINE_SIZE 40 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffitarget.h55 # define FFI_TRAMPOLINE_SIZE (8 * 5) /* 5 bundles */ macro
57 # define FFI_TRAMPOLINE_SIZE (8 * 3) /* 3 bundles */ macro
61 # define FFI_TRAMPOLINE_SIZE 8 /* 1 bundle */ macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dppc-ffitarget.h87 # define FFI_TRAMPOLINE_SIZE 48 macro
89 # define FFI_TRAMPOLINE_SIZE 24 macro
91 # define FFI_TRAMPOLINE_SIZE 40 macro
Dx86-ffitarget.h81 # define FFI_TRAMPOLINE_SIZE 24 macro
84 # define FFI_TRAMPOLINE_SIZE 10 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
Dffitarget.h56 #define FFI_TRAMPOLINE_SIZE (8*4) macro
59 #define FFI_TRAMPOLINE_SIZE (5*4) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dffitarget.h60 #define FFI_TRAMPOLINE_SIZE 32 macro
62 #define FFI_TRAMPOLINE_SIZE 16 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dffitarget.h67 #define FFI_TRAMPOLINE_SIZE 24 macro
69 #define FFI_TRAMPOLINE_SIZE 16 macro
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffitarget.h77 #define FFI_TRAMPOLINE_SIZE 29 macro
80 #define FFI_TRAMPOLINE_SIZE 15 macro
Dffi.h218 char tramp[FFI_TRAMPOLINE_SIZE];
235 char tramp[FFI_TRAMPOLINE_SIZE];
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/
Dffitarget.h71 #define FFI_TRAMPOLINE_SIZE 32 macro
73 #define FFI_TRAMPOLINE_SIZE 40 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h234 #define FFI_TRAMPOLINE_SIZE 20 macro
239 #define FFI_TRAMPOLINE_SIZE 52 macro
241 #define FFI_TRAMPOLINE_SIZE 20 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dffi.c349 rtems_cache_flush_multiple_data_lines( codeloc, FFI_TRAMPOLINE_SIZE ); in ffi_prep_closure_loc()
351 Ssystem(S_FLUSHCACHE, codeloc, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc()
354 FLUSH_CACHE_BOTH, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc()
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE 16 macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.h220 char tramp[FFI_TRAMPOLINE_SIZE];
233 char tramp[FFI_TRAMPOLINE_SIZE];
Dffitarget.h44 #define FFI_TRAMPOLINE_SIZE 12 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/
Dffitarget.h46 #define FFI_TRAMPOLINE_SIZE 15 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE (12) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE 24 /* Really the following struct, which */ macro
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
Dffitarget.h46 #define FFI_TRAMPOLINE_SIZE 0x14 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffitarget.h51 #define FFI_TRAMPOLINE_SIZE (4*8) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE 16 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE 12 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE 24 macro
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
Dffitarget.h50 #define FFI_TRAMPOLINE_SIZE 24 macro

123