Home
last modified time | relevance | path

Searched refs:CDECL (Results 1 – 14 of 14) 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/base/
Dnative_library.h24 #if defined(OS_WIN) && !defined(CDECL)
25 #define CDECL __cdecl macro
27 #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/zlib/src/contrib/vstudio/
Dreadme.txt51 is exporting the functions using the CDECL convention. See the file
/external/open-vcdiff/src/zlib/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/qemu/distrib/zlib-1.2.3/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h229 # define ZEXPORTVA FAR CDECL
/external/zlib/src/
Dzconf.h333 # define ZEXPORTVA FAR CDECL
Dzconf.h.in333 # define ZEXPORTVA FAR CDECL
Dzconf.h.cmakein335 # define ZEXPORTVA FAR CDECL
/external/zlib/
Dzconf.h333 # 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);