Searched defs:FFI_INIT_TRAMPOLINE (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dffi.c276 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN) \ macro
297 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_SYSV);
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ macro
329 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \
367 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV,
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffi.c600 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ macro
672 FFI_INIT_TRAMPOLINE (&closure->tramp[0],
697 FFI_INIT_TRAMPOLINE (&closure->tramp[0],
750 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV,
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
H A Dffi.c904 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX,FLAGS) \ macro
926 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_SYSV, codeloc,
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dffi.c754 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ macro
795 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \

Completed in 224 milliseconds