Home
last modified time | relevance | path

Searched refs:CDECL (Results 26 – 50 of 1690) sorted by relevance

12345678910>>...68

/dports/lang/libobjc2/libobjc2-2.1/
H A Dobjc_msgSend.aarch64.S67 bl CDECL(slowMsgLookup) // This is the only place where the CFI directives
89 .globl CDECL(objc_msgSend_fpret)
90 TYPE_DIRECTIVE(CDECL(objc_msgSend_fpret), %function)
91 .globl CDECL(objc_msgSend)
92 TYPE_DIRECTIVE(CDECL(objc_msgSend), %function)
93 .globl CDECL(objc_msgSend_stret)
94 TYPE_DIRECTIVE(CDECL(objc_msgSend_stret), %function)
95 CDECL(objc_msgSend):
96 CDECL(objc_msgSend_fpret):
97 CDECL(objc_msgSend_stret):
H A Dobjc_msgSend.arm.S107 …bl CDECL(slowMsgLookup)(PLT) // This is the only place where the CFI directives have to b…
135 .globl CDECL(objc_msgSend_fpret)
136 TYPE_DIRECTIVE(CDECL(objc_msgSend_fpret), %function)
137 .globl CDECL(objc_msgSend)
138 TYPE_DIRECTIVE(CDECL(objc_msgSend), %function)
139 CDECL(objc_msgSend):
140 CDECL(objc_msgSend_fpret):
142 .globl CDECL(objc_msgSend_stret)
143 TYPE_DIRECTIVE(CDECL(objc_msgSend_stret), %function)
144 CDECL(objc_msgSend_stret):
H A Dobjc_msgSend.x86-64.S286 .globl CDECL(objc_msgSend_fpret)
288 .globl CDECL(objc_msgSend)
290 CDECL(objc_msgSend_fpret):
291 CDECL(objc_msgSend):
293 .globl CDECL(objc_msgSend_stret)
295 CDECL(objc_msgSend_stret):
302 .globl CDECL(objc_msgSend)
304 .globl CDECL(objc_msgSend_fpret)
306 CDECL(objc_msgSend_fpret):
307 CDECL(objc_msgSend):
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Duserio.h105 int CDECL Debug_Info(const char *format, ...);
106 int CDECL Warning(unsigned int level, const char *format,...);
107 int CDECL WarningAt(unsigned int level, const char *filename, long line, unsigned long offset, cons…
108 int CDECL Error(const char *format,...);
109 int CDECL PossibleError(const char *format,...);
110 int CDECL ErrorAt(const char *filename, long line, unsigned long offset, const char *format, ...);
/dports/graphics/povray36/povray-3.6.1/source/
H A Duserio.h100 int CDECL Debug_Info(const char *format, ...);
101 int CDECL Warning(unsigned int level, const char *format,...);
102 int CDECL WarningAt(unsigned int level, const char *filename, long line, unsigned long offset, cons…
103 int CDECL Error(const char *format,...);
104 int CDECL PossibleError(const char *format,...);
105 int CDECL ErrorAt(const char *filename, long line, unsigned long offset, const char *format, ...);
/dports/games/libretro-hatari/hatari-561c07e/tests/natfeats/
H A Dnatfeats.h19 #define CDECL cdecl macro
21 #define CDECL macro
25 long CDECL nf_id(const char *);
26 long CDECL nf_call(long ID, ...);
28 int CDECL detect_nf(void);
/dports/emulators/hatari/hatari-2.2.1/tests/natfeats/
H A Dnatfeats.h19 #define CDECL cdecl macro
21 #define CDECL macro
26 long CDECL nf_id(const char *);
28 long CDECL nf_call(long ID, ...);
30 int CDECL detect_nf(void);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dlbn80386.h36 #define CDECL __cdecl macro
38 #define CDECL /*nothing*/ macro
47 void CDECL
51 bnword32 CDECL
55 bnword32 CDECL
59 bnword32 CDECL
63 unsigned CDECL
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dutils.h97 # undef CDECL
98 # define CDECL __cdecl macro
100 # define CDECL macro
108 void CDECL debug_msg (const int status, const char *printf_fmt, ...);
124 void CDECL usage (const char *printf_fmt, ...);
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Deth_win32.cc190 typedef LPADAPTER (CDECL *POpenAdapter) (LPTSTR);
191 typedef VOID (CDECL *PCloseAdapter) (LPADAPTER);
192 typedef BOOLEAN (CDECL *PSetHwFilter) (LPADAPTER, ULONG);
194 typedef BOOLEAN (CDECL *PGetAdapterNames) (PTSTR, PULONG);
195 typedef BOOLEAN (CDECL *PSendPacket) (LPADAPTER, LPPACKET, BOOLEAN);
196 typedef BOOLEAN (CDECL *PReceivePacket) (LPADAPTER, LPPACKET, BOOLEAN);
197 typedef BOOLEAN (CDECL *PSetBuff) (LPADAPTER, int);
198 typedef BOOLEAN (CDECL *PSetReadTimeout) (LPADAPTER, int);
199 typedef LPPACKET (CDECL *PAllocatePacket) (void);
200 typedef VOID (CDECL *PInitPacket) (LPPACKET, PVOID, UINT);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/www/node10/node-v10.24.1/deps/v8/src/third_party/vtune/
H A Djitprofiling.h263 #ifndef CDECL
265 # define CDECL __cdecl macro
268 # define CDECL /* not actual on x86_64 platform */
270 # define CDECL __attribute__ ((cdecl))
275 #define JITAPI CDECL
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL

12345678910>>...68