/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/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 223 #ifndef CDECL 225 # define CDECL __cdecl macro 228 # define CDECL /* not actual on x86_64 platform */ 230 # define CDECL __attribute__ ((cdecl)) 235 #define JITAPI CDECL
|
D | ittnotify_config.h | 74 #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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 223 #ifndef CDECL 225 # define CDECL __cdecl macro 228 # define CDECL /* not actual on x86_64 platform */ 230 # define CDECL __attribute__ ((cdecl)) 235 #define JITAPI CDECL
|
D | ittnotify_config.h | 74 #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
|
/external/fastrpc/inc/ |
D | AEEStdDef.h | 154 #ifndef CDECL 156 #define CDECL __cdecl macro 158 #define CDECL macro
|
/external/libchrome/base/debug/ |
D | dump_without_crashing.cc | 13 void(CDECL* dump_without_crashing_function_)() = nullptr; variable 29 void SetDumpWithoutCrashingFunction(void (CDECL *function)()) { in SetDumpWithoutCrashingFunction()
|
D | dump_without_crashing.h | 31 BASE_EXPORT void SetDumpWithoutCrashingFunction(void (CDECL *function)());
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 143 #if !defined(CDECL) 145 #define CDECL __cdecl macro 147 #define CDECL macro
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-types-json.cpp | 15 #define CDECL __attribute__((cdecl)) macro 16 typedef void (CDECL *TestMacroQualifiedType)();
|
/external/libchrome/base/ |
D | compiler_specific.h | 196 #if !defined(CDECL) 198 #define CDECL __cdecl macro 200 #define CDECL macro
|
/external/rust/crates/libz-sys/src/zlib/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/rust/crates/libz-sys/src/zlib-ng/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/rust/crates/libz-sys/src/zlib/contrib/vstudio/ |
D | readme.txt | 66 is exporting the functions using the CDECL convention. See the file
|
/external/libwebsockets/win32port/zlib/ |
D | zconf.h | 302 # define ZEXPORTVA FAR CDECL
|
/external/zlib/ |
D | zconf.h | 375 # define ZEXPORTVA FAR CDECL
|
/external/python/cpython2/Modules/zlib/ |
D | zconf.h | 359 # define ZEXPORTVA FAR CDECL
|
D | zconf.h.in | 359 # define ZEXPORTVA FAR CDECL
|
D | zconf.h.cmakein | 361 # define ZEXPORTVA FAR CDECL
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zconf.h | 359 # define ZEXPORTVA FAR CDECL
|
D | zconf.h.cmakein | 361 # define ZEXPORTVA FAR CDECL
|
D | zconf.h.in | 359 # define ZEXPORTVA FAR CDECL
|
/external/angle/third_party/zlib/ |
D | zconf.h | 371 # define ZEXPORTVA FAR CDECL
|