Searched defs:EXPORT (Results 1 – 12 of 12) sorted by relevance
16 #define EXPORT(x) __declspec(dllexport) x macro18 #define EXPORT(x) x macro368 EXPORT(xxx_library) *library_get(void) in EXPORT() function490 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function491 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function492 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function493 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function494 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function495 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function496 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function[all …]
24 #define EXPORT _declspec(dllexport) macro26 #define EXPORT macro
7 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro544 EXPORT(xxx_library) *library_get(void) in EXPORT() function650 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function651 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function652 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function653 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function654 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function655 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function656 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function657 EXPORT(unsigned long) __stdcall s_tf_L(unsigned long c) { U; return c/3; } in EXPORT() function[all …]
4 #define EXPORT __declspec(dllexport) macro
129 AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) definition133 AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) definition
31 #define EXPORT macro
37 #define EXPORT macro
18 #define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__) macro
274 EXPORT, enumerator
436 EXPORT, // exp on SI+ enumerator
53 #define EXPORT(symbol) .globl symbol; symbol: macro
1799 #define EXPORT BIT(3) /* exported variable/function */ macro