Home
last modified time | relevance | path

Searched refs:ZSTDLIB_VISIBLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/lib/
H A Dzstd.h23 #ifndef ZSTDLIB_VISIBLE
25 # define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default"))) macro
28 # define ZSTDLIB_VISIBLE
33 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBLE
35 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBLE /* It isn't required but allows to gene…
37 # define ZSTDLIB_API ZSTDLIB_VISIBLE
1081 # define ZSTDLIB_STATIC_API __declspec(dllexport) ZSTDLIB_VISIBLE
1083 # define ZSTDLIB_STATIC_API __declspec(dllimport) ZSTDLIB_VISIBLE
1085 # define ZSTDLIB_STATIC_API ZSTDLIB_VISIBLE
H A Dmodule.modulemap6 ZSTDLIB_VISIBLE, \