Searched refs:FSE_optimalTableLog (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c62 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max);
250 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max);
H A Dfse_compress.c339 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) function
658 tableLog = FSE_optimalTableLog(tableLog, srcSize, maxSymbolValue);
H A Dhuf_compress.c87 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max);
270 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max);
H A Dfse_compress.c379 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) function
698 tableLog = FSE_optimalTableLog(tableLog, srcSize, maxSymbolValue);
H A Dhuf_compress.c113 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue);
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h115 #define FSE_optimalTableLog zfs_FSE_optimalTableLog macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h131 /*! FSE_optimalTableLog():
135 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue);
191 If you are unsure of which tableLog value to use, you can ask FSE_optimalTableLog(),
308 /**< same as FSE_optimalTableLog(), which used `minus==2` */
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h131 /*! FSE_optimalTableLog():
135 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue);
197 If you are unsure of which tableLog value to use, you can ask FSE_optimalTableLog(),
321 /**< same as FSE_optimalTableLog(), which used `minus==2` */

Completed in 146 milliseconds