Home
last modified time | relevance | path

Searched refs:CDECL (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h224 #ifndef CDECL
226 # define CDECL __cdecl macro
229 # define CDECL /* not actual on x86_64 platform */
231 # define CDECL __attribute__ ((cdecl))
236 #define JITAPI CDECL
Dittnotify_config.h75 #ifndef CDECL
77 # define CDECL __cdecl macro
80 # define CDECL /* not actual on x86_64 platform */ macro
82 # define CDECL __attribute__ ((cdecl)) macro
99 #define ITTAPI CDECL
100 #define LIBITTAPI CDECL
103 #define ITTAPI_CALL CDECL
104 #define LIBITTAPI_CALL CDECL
/external/chromium_org/v8/src/third_party/vtune/
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
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
/external/chromium_org/remoting/client/plugin/
Dpepper_plugin_thread_delegate.h11 #if defined(OS_WIN) && !defined(CDECL)
12 #define CDECL __cdecl macro
14 #define CDECL macro
29 base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
Dpepper_plugin_thread_delegate.cc19 base::TimeDelta delay, void(CDECL function)(void*), void* data) { in RunOnPluginThread()
/external/chromium_org/mojo/apps/js/
Dmain.cc14 #if !defined(CDECL)
15 #define CDECL __cdecl macro
19 #define CDECL macro
40 extern "C" MOJO_APPS_JS_EXPORT MojoResult CDECL MojoMain(MojoHandle pipe) { in MojoMain()
/external/chromium_org/mojo/examples/sample_app/
Dsample_app.cc17 #if !defined(CDECL)
18 #define CDECL __cdecl macro
22 #define CDECL macro
39 extern "C" SAMPLE_APP_EXPORT MojoResult CDECL MojoMain(MojoHandle pipe) { in MojoMain()
/external/chromium/base/
Dnative_library.h24 #if defined(OS_WIN) && !defined(CDECL)
25 #define CDECL __cdecl macro
27 #define CDECL macro
/external/chromium_org/base/
Dnative_library.h23 #if defined(OS_WIN) && !defined(CDECL)
24 #define CDECL __cdecl macro
26 #define CDECL macro
/external/zlib/src/win32/
DDLL_FAQ.txt29 * The calling convention of functions is "C" (CDECL).
134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling
139 (For readability, we use CDECL to refer to the convention
146 Win32), but the standard C functions use CDECL. If a user
160 faster than CDECL, and it works with variable-argument
161 functions, just like CDECL. It is unfortunate that, in spite
168 The remaining fact is that CDECL is the default convention.
/external/open-vcdiff/src/zlib/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/qemu/distrib/zlib-1.2.3/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/zlib/src/contrib/vstudio/
Dreadme.txt56 is exporting the functions using the CDECL convention. See the file
/external/chromium_org/third_party/zlib/
Dzconf.h304 # define ZEXPORTVA FAR CDECL
/external/zlib/src/
Dzconf.h336 # define ZEXPORTVA FAR CDECL
Dzconf.h.cmakein338 # define ZEXPORTVA FAR CDECL
Dzconf.h.in336 # define ZEXPORTVA FAR CDECL
/external/zlib/
Dzconf.h336 # define ZEXPORTVA FAR CDECL
/external/qemu-pc-bios/bochs/
Dconfig.h.in342 #ifndef CDECL
344 #define CDECL __cdecl macro
346 #define CDECL macro
Dbochs.h469 void CDECL bx_signal_handler(int signum);