Home
last modified time | relevance | path

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

/third_party/boost/libs/system/test/
Dthrow_test.cpp20 # define EXPORT BOOST_SYMBOL_EXPORT macro
22 # define EXPORT macro
Dsingle_instance_1.cpp8 # define EXPORT BOOST_SYMBOL_EXPORT macro
10 # define EXPORT macro
Dsingle_instance_2.cpp8 # define EXPORT BOOST_SYMBOL_EXPORT macro
10 # define EXPORT macro
Dstd_single_instance_1.cpp8 # define EXPORT BOOST_SYMBOL_EXPORT macro
10 # define EXPORT macro
Dstd_single_instance_2.cpp8 # define EXPORT BOOST_SYMBOL_EXPORT macro
10 # define EXPORT macro
/third_party/boost/libs/core/test/
Dlib_typeid.cpp9 # define EXPORT BOOST_SYMBOL_EXPORT macro
11 # define EXPORT macro
/third_party/boost/libs/function/test/
Dthrow_bad_function_call.cpp9 # define EXPORT BOOST_SYMBOL_EXPORT macro
11 # define EXPORT macro
Dreturn_function.cpp9 # define EXPORT BOOST_SYMBOL_EXPORT macro
11 # define EXPORT macro
Dmixed_cxxstd.cpp9 # define EXPORT BOOST_SYMBOL_EXPORT macro
11 # define EXPORT macro
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_bitreversal2.S39 #define EXPORT PUBLIC macro
43 #define EXPORT xdef macro
51 #define EXPORT .global macro
59 #define EXPORT .global macro
/third_party/boost/libs/smart_ptr/test/
Ddll_test_lib.cpp14 # define EXPORT BOOST_SYMBOL_EXPORT macro
16 # define EXPORT macro
/third_party/python/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 …]
/third_party/skia/tests/
DCanvasStateHelpers.h26 #define EXPORT macro
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ps_data/
Dps_data_prefetch.h26 #define EXPORT __attribute__((visibility("default"))) macro
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_buffer_mgr.h30 #define EXPORT __attribute__((visibility("default"))) macro
/third_party/pulseaudio/src/utils/
Dpax11publish.c45 enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP; in main() enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h436 EXPORT, // exp on SI+ enumerator
/third_party/mksh/
Dsh.h1797 #define EXPORT BIT(3) /* exported variable/function */ macro