Home
last modified time | relevance | path

Searched refs:CDECL (Results 1 – 20 of 20) 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/swiftshader/third_party/llvm-7.0/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/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/libchrome/base/debug/
Ddump_without_crashing.cc13 void(CDECL* dump_without_crashing_function_)() = nullptr; variable
29 void SetDumpWithoutCrashingFunction(void (CDECL *function)()) { in SetDumpWithoutCrashingFunction()
Ddump_without_crashing.h31 BASE_EXPORT void SetDumpWithoutCrashingFunction(void (CDECL *function)());
/external/libchrome/base/
Dcompiler_specific.h196 #if !defined(CDECL)
198 #define CDECL __cdecl macro
200 #define CDECL macro
/external/pdfium/third_party/base/
Dcompiler_specific.h200 #if !defined(CDECL)
202 #define CDECL __cdecl macro
204 #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.txt66 is exporting the functions using the CDECL convention. See the file
/external/python/cpython2/Modules/zlib/
Dzconf.h359 # define ZEXPORTVA FAR CDECL
Dzconf.h.in359 # define ZEXPORTVA FAR CDECL
Dzconf.h.cmakein361 # define ZEXPORTVA FAR CDECL
/external/zlib/
Dzconf.h359 # define ZEXPORTVA FAR CDECL
/external/zlib/src/
Dzconf.h359 # define ZEXPORTVA FAR CDECL
Dzconf.h.cmakein361 # define ZEXPORTVA FAR CDECL
Dzconf.h.in359 # define ZEXPORTVA FAR CDECL
/external/u-boot/include/u-boot/
Dzlib.h280 # define ZEXPORTVA FAR CDECL