Home
last modified time | relevance | path

Searched defs:ZDICTLIB_STATIC_API (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zstd/lib/
H A Dzdict.h282 # define ZDICTLIB_STATIC_API __declspec(dllexport) ZDICTLIB_VISIBLE macro
284 # define ZDICTLIB_STATIC_API __declspec(dllimport) ZDICTLIB_VISIBLE macro
286 # define ZDICTLIB_STATIC_API ZDICTLIB_VISIBLE macro
/aosp_15_r20/external/zstd/build/cmake/lib/
H A DCMakeLists.txt24 set(ZDICTLIB_STATIC_API "" CACHE STRING "Visibility for ZDICTLIB_STATIC_API API") variable