Searched refs:FSE_PUBLIC_API (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 33 # 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 …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 870 # define FSE_PUBLIC_API __attribute__ ((visibility ("default"))) macro 872 # define FSE_PUBLIC_API __declspec(dllexport) 876 # define FSE_PUBLIC_API 904 FSE_PUBLIC_API size_t FSE_compress(void* dst, size_t dstCapacity, 917 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity, 979 FSE_PUBLIC_API size_t FSE_normalizeCount(short* normalizedCounter, unsigned tableLog, 991 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize, 999 FSE_PUBLIC_API void FSE_freeCTable (FSE_CTable* ct); 1064 FSE_PUBLIC_API size_t FSE_readNCount (short* normalizedCounter, 1071 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog); [all …]
|