Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dfse.h33 # define FSE_PUBLIC_API __attribute__ ((visibility ("default"))) macro
35 # define FSE_PUBLIC_API __declspec(dllexport)
39 # define FSE_PUBLIC_API
67 FSE_PUBLIC_API size_t FSE_compress(void* dst, size_t dstCapacity,
80 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
160 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
168 FSE_PUBLIC_API void FSE_freeCTable (FSE_CTable* ct);
233 FSE_PUBLIC_API size_t FSE_readNCount (short* normalizedCounter,
240 FSE_PUBLIC_API size_t FSE_readNCount_bmi2(short* normalizedCounter,
247 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog);
[all …]