| /external/python/cpython2/Modules/_ctypes/ |
| D | _ctypes_test.c | 16 #define EXPORT(x) __declspec(dllexport) x macro 18 #define EXPORT(x) x macro 368 EXPORT(xxx_library) *library_get(void) in EXPORT() function 490 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function 491 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function 492 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function 493 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function 494 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function 495 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function 496 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function [all …]
|
| /external/skia/tests/ |
| D | CanvasStateHelpers.h | 24 #define EXPORT _declspec(dllexport) macro 26 #define EXPORT macro
|
| /external/python/cpython3/Modules/_ctypes/ |
| D | _ctypes_test.c | 7 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro 544 EXPORT(xxx_library) *library_get(void) in EXPORT() function 650 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function 651 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function 652 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function 653 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function 654 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function 655 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function 656 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function 657 EXPORT(unsigned long) __stdcall s_tf_L(unsigned long c) { U; return c/3; } in EXPORT() function [all …]
|
| /external/llvm-project/polly/lib/External/isl/include/isl/ |
| D | list.h | 20 #define ISL_DECLARE_LIST_TYPE2(EL,EXPORT) \ argument 28 #define ISL_DECLARE_LIST_FN3(EL,CONSTRUCTOR,EXPORT) \ argument
|
| /external/llvm-project/lld/test/COFF/ |
| D | imports-gnu-autoexport.s | 15 EXPORT: Export { label
|
| /external/llvm-project/llvm/test/tools/llvm-symbolizer/Inputs/ |
| D | coff-exports.cpp | 4 #define EXPORT __declspec(dllexport) macro
|
| /external/llvm/test/tools/llvm-symbolizer/Inputs/ |
| D | coff-exports.cpp | 4 #define EXPORT __declspec(dllexport) macro
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-use-override-ms.cpp | 4 #define EXPORT __declspec(dllexport) macro
|
| /external/speex/win32/ |
| D | config.h | 31 #define EXPORT macro
|
| /external/speex/ |
| D | configure.ac | 129 AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) definition 133 AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) definition
|
| /external/speex/ti/ |
| D | config.h | 37 #define EXPORT macro
|
| /external/capstone/bindings/vb6/ |
| D | vbCapstone.cpp | 18 #define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__) macro
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.h | 274 EXPORT, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.h | 436 EXPORT, // exp on SI+ enumerator
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | Template.h | 504 #define EXPORT(DERIVED, BASE) macro
|
| /external/google-breakpad/src/common/android/include/asm-mips/ |
| D | asm.h | 53 #define EXPORT(symbol) .globl symbol; symbol: macro
|
| /external/mksh/src/ |
| D | sh.h | 1799 #define EXPORT BIT(3) /* exported variable/function */ macro
|