Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dfse.h30 # define FSE_PUBLIC_API __attribute__ ((visibility ("default"))) macro
32 # define FSE_PUBLIC_API __declspec(dllexport) macro
36 # define FSE_PUBLIC_API macro
64 FSE_PUBLIC_API size_t FSE_compress(void* dst, size_t dstCapacity,
77 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
157 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
165 FSE_PUBLIC_API void FSE_freeCTable (FSE_CTable* ct);
230 FSE_PUBLIC_API size_t FSE_readNCount (short* normalizedCounter,
237 FSE_PUBLIC_API size_t FSE_readNCount_bmi2(short* normalizedCounter,
244 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog);
[all …]