Home
last modified time | relevance | path

Searched defs:FUN (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c580 #define FFI_INIT_TRAMPOLINE_WIN64(TRAMP,FUN,CTX,MASK) \ argument
600 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
611 #define FFI_INIT_TRAMPOLINE_RAW_THISCALL(TRAMP,FUN,CTX,SIZE) \ argument
638 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX) \ argument
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.c276 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN) \ argument
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c754 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c904 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX,FLAGS) \ argument
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp380 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j) in EmitStageAndOperandCycleData() local