Home
last modified time | relevance | path

Searched refs:ZDICTLIB_STATIC_API (Results 1 – 6 of 6) sorted by relevance

/external/zstd/lib/
Dzdict.h288 #ifndef ZDICTLIB_STATIC_API
290 # define ZDICTLIB_STATIC_API __declspec(dllexport) ZDICTLIB_VISIBLE macro
292 # define ZDICTLIB_STATIC_API __declspec(dllimport) ZDICTLIB_VISIBLE
294 # define ZDICTLIB_STATIC_API ZDICTLIB_VISIBLE
352 ZDICTLIB_STATIC_API size_t ZDICT_trainFromBuffer_cover(
374 ZDICTLIB_STATIC_API size_t ZDICT_optimizeTrainFromBuffer_cover(
395 ZDICTLIB_STATIC_API size_t ZDICT_trainFromBuffer_fastCover(void *dictBuffer,
418 ZDICTLIB_STATIC_API size_t ZDICT_optimizeTrainFromBuffer_fastCover(void* dictBuffer,
443 ZDICTLIB_STATIC_API size_t ZDICT_trainFromBuffer_legacy(
473 ZDICTLIB_STATIC_API
Dmodule.modulemap19 ZDICTLIB_STATIC_API, \
DREADME.md186 `ZSTDLIB_STATIC_API` and `ZDICTLIB_STATIC_API` can be overridden to control the visibility
/external/zstd/build/cmake/lib/
DCMakeLists.txt24 set(ZDICTLIB_STATIC_API "" CACHE STRING "Visibility for ZDICTLIB_STATIC_API API") variable
30 set_property(CACHE ZDICTLIB_STATIC_API PROPERTY STRINGS "" "hidden" "default" "protected" "internal…
152 add_definition(libzstd_static ZDICTLIB_STATIC_API)
/external/zstd/lib/dictBuilder/
Dfastcover.c548 ZDICTLIB_STATIC_API size_t
617 ZDICTLIB_STATIC_API size_t
Dcover.c779 ZDICTLIB_STATIC_API size_t ZDICT_trainFromBuffer_cover(
1167 ZDICTLIB_STATIC_API size_t ZDICT_optimizeTrainFromBuffer_cover(