Searched refs:FSE_PUBLIC_API (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse.h | 27 * FSE_PUBLIC_API : control library symbols visibility 30 # define FSE_PUBLIC_API __attribute__ ((visibility ("default"))) macro 32 # define FSE_PUBLIC_API __declspec(dllexport) macro 34 # define FSE_PUBLIC_API __declspec(dllimport) /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/ macro 36 # define FSE_PUBLIC_API macro 50 FSE_PUBLIC_API unsigned FSE_versionNumber(void); /*< library version number; to be used when checking dll version */ 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, 84 FSE_PUBLIC_API size_t FSE_compressBound(size_t size); /* maximum compressed size */ 87 FSE_PUBLIC_API unsigne [all...] |
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse.h | 49 * FSE_PUBLIC_API : control library symbols visibility 51 #define FSE_PUBLIC_API macro 64 FSE_PUBLIC_API unsigned FSE_versionNumber(void); /**< library version number; to be used when checking dll version */ 69 FSE_PUBLIC_API size_t FSE_compressBound(size_t size); /* maximum compressed size */ 72 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */ 100 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue); 107 FSE_PUBLIC_API size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_t srcSize, unsigned maxSymbolValue); 112 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog); 118 FSE_PUBLIC_API size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog); 129 FSE_PUBLIC_API size_ [all...] |
Completed in 1 milliseconds