Home
last modified time | relevance | path

Searched defs:EXPORT (Results 1 – 12 of 12) 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/skia/tests/
DCanvasStateHelpers.h24 #define EXPORT _declspec(dllexport) macro
26 #define EXPORT macro
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c7 #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/test/tools/llvm-symbolizer/Inputs/
Dcoff-exports.cpp4 #define EXPORT __declspec(dllexport) 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/win32/
Dconfig.h31 #define EXPORT macro
/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-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h436 EXPORT, // exp on SI+ enumerator
/external/google-breakpad/src/common/android/include/asm-mips/
Dasm.h53 #define EXPORT(symbol) .globl symbol; symbol: macro
/external/mksh/src/
Dsh.h1799 #define EXPORT BIT(3) /* exported variable/function */ macro