Home
last modified time | relevance | path

Searched refs:ZDICTLIB_VISIBLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h23 #ifndef ZDICTLIB_VISIBLE
26 # define ZDICTLIB_VISIBLE ZDICTLIB_VISIBILITY macro
28 # define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))
30 # define ZDICTLIB_VISIBLE
43 # define ZDICTLIB_API __declspec(dllexport) ZDICTLIB_VISIBLE
45 # define ZDICTLIB_API __declspec(dllimport) ZDICTLIB_VISIBLE /* It isn't required but allows to ge…
47 # define ZDICTLIB_API ZDICTLIB_VISIBLE
290 # define ZDICTLIB_STATIC_API __declspec(dllexport) ZDICTLIB_VISIBLE
292 # define ZDICTLIB_STATIC_API __declspec(dllimport) ZDICTLIB_VISIBLE
294 # define ZDICTLIB_STATIC_API ZDICTLIB_VISIBLE
H A Dmodule.modulemap16 ZDICTLIB_VISIBLE, \
H A DREADME.md184 - The C compiler macros `ZSTDLIB_VISIBLE`, `ZSTDERRORLIB_VISIBLE` and `ZDICTLIB_VISIBLE`