Home
last modified time | relevance | path

Searched refs:CDECL (Results 76 – 100 of 1690) sorted by relevance

12345678910>>...68

/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A Dconfig.h98 #ifdef CDECL
99 #undef CDECL
103 #define CDECL __cdecl macro
105 #define CDECL macro
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A Dconfig.h102 #ifdef CDECL
103 #undef CDECL
107 #define CDECL __cdecl macro
109 #define CDECL macro
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A Dconfig.h102 #ifdef CDECL
103 #undef CDECL
107 #define CDECL __cdecl macro
109 #define CDECL macro
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vtune/
H A Djitprofiling.h542 #ifndef CDECL
544 # define CDECL __cdecl macro
547 # define CDECL /* not actual on x86_64 platform */
549 # define CDECL __attribute__ ((cdecl))
554 #define JITAPI CDECL
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/tools_api/prototype/
H A Dittnotify.h88 #ifndef CDECL
90 # define CDECL __cdecl macro
93 # define CDECL __attribute__ ((cdecl)) macro
95 # define CDECL /* actual only on x86 platform */ macro
112 #define ITTAPI CDECL
113 #define LIBITTAPI CDECL
116 #define ITTAPI_CALL CDECL
117 #define LIBITTAPI_CALL CDECL
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/tools_api/internal/
H A Dittnotify.h88 #ifndef CDECL
90 # define CDECL __cdecl macro
93 # define CDECL __attribute__ ((cdecl)) macro
95 # define CDECL /* actual only on x86 platform */ macro
112 #define ITTAPI CDECL
113 #define LIBITTAPI CDECL
116 #define ITTAPI_CALL CDECL
117 #define LIBITTAPI_CALL CDECL
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A Dstdinc.h61 # ifndef CDECL
62 # define CDECL _cdecl macro
67 # ifndef CDECL
68 # define CDECL macro
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Datari_example.c11 #define CDECL cdecl macro
14 #define CDECL macro
69 long CDECL(*nfGetID) (const char *);
70 long CDECL(*nfCall) (long ID, ...);
/dports/devel/cssc/CSSC-1.4.1/src/
H A Ddefaults.h51 #ifndef CDECL
53 #define CDECL __cdecl macro
55 #define CDECL macro
/dports/games/zhlt/zhlt-3.4/common/
H A Dlog.cpp151 void CDECL OpenLog(const int clientid) in OpenLog()
199 void CDECL CloseLog() in CloseLog()
281 void CDECL Error(const char* const error, ...) in Error()
321 void CDECL Fatal(assume_msgs msgid, const char* const warning, ...) in Fatal()
351 void CDECL PrintOnce(const char* const warning, ...) in PrintOnce()
378 void CDECL Warning(const char* const warning, ...) in Warning()
397 void CDECL Verbose(const char* const warning, ...) in Verbose()
417 void CDECL Developer(developer_level_t level, const char* const warning, ...) in Developer()
476 void CDECL Log(const char* const warning, ...) in Log()
H A Dwin32fix.h28 #undef CDECL
32 #define CDECL __cdecl macro
49 #define CDECL macro
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSTables.h92 #ifndef CDECL
93 #define CDECL macro
118 typedef void (CDECL *MIPSDisFunc)(MIPSOpcode opcode, char *out);
119 typedef void (CDECL *MIPSInterpretFunc)(MIPSOpcode opcode);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPSTables.h92 #ifndef CDECL
93 #define CDECL macro
118 typedef void (CDECL *MIPSDisFunc)(MIPSOpcode opcode, char *out);
119 typedef void (CDECL *MIPSInterpretFunc)(MIPSOpcode opcode);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSTables.h92 #ifndef CDECL
93 #define CDECL macro
118 typedef void (CDECL *MIPSDisFunc)(MIPSOpcode opcode, char *out);
119 typedef void (CDECL *MIPSInterpretFunc)(MIPSOpcode opcode);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DMacroAssemblerCodeRef.h59 #ifndef CDECL
61 #define CDECL __cdecl macro
63 #define CDECL __attribute__ ((__cdecl)) macro
152 FunctionPtr(returnType (CDECL *value)()) in FunctionPtr()
159 FunctionPtr(returnType (CDECL *value)(argType1)) in FunctionPtr()
166 FunctionPtr(returnType (CDECL *value)(argType1, argType2)) in FunctionPtr()
173 FunctionPtr(returnType (CDECL *value)(argType1, argType2, argType3)) in FunctionPtr()
180 FunctionPtr(returnType (CDECL *value)(argType1, argType2, argType3, argType4)) in FunctionPtr()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DMacroAssemblerCodeRef.h59 #ifndef CDECL
61 #define CDECL __cdecl macro
63 #define CDECL __attribute__ ((__cdecl)) macro
152 FunctionPtr(returnType (CDECL *value)()) in FunctionPtr()
159 FunctionPtr(returnType (CDECL *value)(argType1)) in FunctionPtr()
166 FunctionPtr(returnType (CDECL *value)(argType1, argType2)) in FunctionPtr()
173 FunctionPtr(returnType (CDECL *value)(argType1, argType2, argType3)) in FunctionPtr()
180 FunctionPtr(returnType (CDECL *value)(argType1, argType2, argType3, argType4)) in FunctionPtr()
/dports/www/node10/node-v10.24.1/deps/v8/src/third_party/vtune/
H A Dittnotify_config.h114 #ifndef CDECL
116 # define CDECL __cdecl macro
119 # define CDECL /* not actual on x86_64 platform */ macro
121 # define CDECL __attribute__ ((cdecl)) macro
138 #define ITTAPI CDECL
139 #define LIBITTAPI CDECL
142 #define ITTAPI_CALL CDECL
143 #define LIBITTAPI_CALL CDECL
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dmpglib_interface.c48 int CDECL lame_decode_init(void);
49 int CDECL lame_decode(
54 int CDECL lame_decode_headers(
60 int CDECL lame_decode1(
65 int CDECL lame_decode1_headers(
71 int CDECL lame_decode1_headersB(
79 int CDECL lame_decode_exit(void);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dmpglib_interface.c48 int CDECL lame_decode_init(void);
49 int CDECL lame_decode(
54 int CDECL lame_decode_headers(
60 int CDECL lame_decode1(
65 int CDECL lame_decode1_headers(
71 int CDECL lame_decode1_headersB(
79 int CDECL lame_decode_exit(void);
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dmisc.h119 CDECL const char *get_home();
120 CDECL const char *get_lftp_config_dir();
121 CDECL const char *get_lftp_data_dir();
122 CDECL const char *get_lftp_cache_dir();
/dports/games/openttd/openttd-12.1/src/
H A Dstdafx.h128 # define CDECL macro
160 # define CDECL macro
209 # define CDECL _cdecl macro
237 # define ZEXPORT CDECL
244 # define FT_EXPORT( x ) extern "C" x CDECL
431 void NORETURN CDECL usererror(const char *str, ...) WARN_FORMAT(1, 2);
432 void NORETURN CDECL error(const char *str, ...) WARN_FORMAT(1, 2);
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dmpglib_interface.c48 int CDECL lame_decode_init(void);
49 int CDECL lame_decode(
54 int CDECL lame_decode_headers(
60 int CDECL lame_decode1(
65 int CDECL lame_decode1_headers(
71 int CDECL lame_decode1_headersB(
79 int CDECL lame_decode_exit(void);
/dports/audio/faudio/FAudio-21.01/cpp/
H A DXAPOFX.cpp35 void* CDECL XAPOFX_INTERNAL_Malloc(size_t size) in XAPOFX_INTERNAL_Malloc()
39 void CDECL XAPOFX_INTERNAL_Free(void* ptr) in XAPOFX_INTERNAL_Free()
43 void* CDECL XAPOFX_INTERNAL_Realloc(void* ptr, size_t size) in XAPOFX_INTERNAL_Realloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h74 #ifndef CDECL
76 # define CDECL __cdecl macro
79 # define CDECL /* not actual on x86_64 platform */ macro
81 # define CDECL __attribute__ ((cdecl)) macro
98 #define ITTAPI CDECL
99 #define LIBITTAPI CDECL
102 #define ITTAPI_CALL CDECL
103 #define LIBITTAPI_CALL CDECL
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h74 #ifndef CDECL
76 # define CDECL __cdecl macro
79 # define CDECL /* not actual on x86_64 platform */ macro
81 # define CDECL __attribute__ ((cdecl)) macro
98 #define ITTAPI CDECL
99 #define LIBITTAPI CDECL
102 #define ITTAPI_CALL CDECL
103 #define LIBITTAPI_CALL CDECL

12345678910>>...68