Home
last modified time | relevance | path

Searched defs:EXPORT (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c16 #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/python/cpython3/Modules/_ctypes/
D_ctypes_test.c8 #define EXPORT(x) __declspec(dllexport) x macro
10 #define EXPORT(x) x macro
375 EXPORT(xxx_library) *library_get(void) in EXPORT() function
495 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function
496 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function
497 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function
498 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function
499 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function
500 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function
501 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function
[all …]
/external/llvm/test/tools/llvm-symbolizer/Inputs/
Dcoff-exports.cpp4 #define EXPORT __declspec(dllexport) macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-symbolizer/Inputs/
Dcoff-exports.cpp4 #define EXPORT __declspec(dllexport) macro
/external/speex/win32/
Dconfig.h31 #define EXPORT macro
/external/honggfuzz/examples/badcode/targets/
Dbadcode2.c7 #define EXPORT __attribute__((visibility("default"))) macro
/external/speex/
Dconfigure.ac129 AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) definition
133 AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) definition
/external/speex/ti/
Dconfig.h37 #define EXPORT macro
/external/capstone/bindings/vb6/
DvbCapstone.cpp18 #define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__) macro
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h274 EXPORT, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h412 EXPORT, // exp on SI+ enumerator
/external/u-boot/arch/mips/include/asm/
Dasm.h83 #define EXPORT(symbol) \ macro
/external/mksh/src/
Dsh.h1727 #define EXPORT BIT(3) /* exported variable/function */ macro