Searched defs:EXPORT (Results 1 – 13 of 13) 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 …]
8 #define EXPORT(x) __declspec(dllexport) x macro10 #define EXPORT(x) x macro375 EXPORT(xxx_library) *library_get(void) in EXPORT() function495 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function496 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function497 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function498 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function499 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function500 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function501 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function[all …]
4 #define EXPORT __declspec(dllexport) macro
31 #define EXPORT macro
7 #define EXPORT __attribute__((visibility("default"))) macro
129 AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) definition133 AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) definition
37 #define EXPORT macro
18 #define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__) macro
274 EXPORT, enumerator
412 EXPORT, // exp on SI+ enumerator
83 #define EXPORT(symbol) \ macro
1727 #define EXPORT BIT(3) /* exported variable/function */ macro