/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 224 #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
|
D | ittnotify_config.h | 75 #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/ |
D | jitprofiling.h | 263 #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
|
D | ittnotify_config.h | 114 #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/ |
D | pepper_plugin_thread_delegate.h | 11 #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;
|
D | pepper_plugin_thread_delegate.cc | 19 base::TimeDelta delay, void(CDECL function)(void*), void* data) { in RunOnPluginThread()
|
/external/chromium_org/mojo/apps/js/ |
D | main.cc | 14 #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/ |
D | sample_app.cc | 17 #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/ |
D | native_library.h | 24 #if defined(OS_WIN) && !defined(CDECL) 25 #define CDECL __cdecl macro 27 #define CDECL macro
|
/external/chromium_org/base/ |
D | native_library.h | 23 #if defined(OS_WIN) && !defined(CDECL) 24 #define CDECL __cdecl macro 26 #define CDECL macro
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 29 * 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/ |
D | zconf.h | 229 # define ZEXPORTVA FAR CDECL
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zconf.h | 229 # define ZEXPORTVA FAR CDECL
|
/external/qemu/distrib/zlib-1.2.3/ |
D | zconf.h | 229 # define ZEXPORTVA FAR CDECL
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
D | zconf.h | 229 # define ZEXPORTVA FAR CDECL
|
/external/zlib/src/contrib/vstudio/ |
D | readme.txt | 56 is exporting the functions using the CDECL convention. See the file
|
/external/chromium_org/third_party/zlib/ |
D | zconf.h | 304 # define ZEXPORTVA FAR CDECL
|
/external/zlib/src/ |
D | zconf.h | 336 # define ZEXPORTVA FAR CDECL
|
D | zconf.h.cmakein | 338 # define ZEXPORTVA FAR CDECL
|
D | zconf.h.in | 336 # define ZEXPORTVA FAR CDECL
|
/external/zlib/ |
D | zconf.h | 336 # define ZEXPORTVA FAR CDECL
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 342 #ifndef CDECL 344 #define CDECL __cdecl macro 346 #define CDECL macro
|
D | bochs.h | 469 void CDECL bx_signal_handler(int signum);
|