Searched refs:FSE_PUBLIC_API (Results 1 – 1 of 1) sorted by relevance
| /u-boot/lib/zstd/ |
| A D | fse.h | 21 #define FSE_PUBLIC_API macro 34 FSE_PUBLIC_API unsigned FSE_versionNumber(void); /**< library version number; to be used when check… 39 FSE_PUBLIC_API size_t FSE_compressBound(size_t size); /* maximum compressed size */ 42 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */ 70 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo… 77 FSE_PUBLIC_API size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigne… 82 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog); 88 FSE_PUBLIC_API size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCount… 99 FSE_PUBLIC_API size_t FSE_compress_usingCTable(void *dst, size_t dstCapacity, const void *src, size… 151 FSE_PUBLIC_API size_t FSE_readNCount(short *normalizedCounter, unsigned *maxSymbolValuePtr, unsigne… [all …]
|
Completed in 7 milliseconds