Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dhuf.h194 size_t HUF_writeCTable (void* dst, size_t maxDstSize, const HUF_CElt* CTable, unsigned maxSymbolVal…
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h142 #define HUF_writeCTable zfs_HUF_writeCTable macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c108 size_t HUF_writeCTable (void* dst, size_t maxDstSize, in HUF_writeCTable() function
807 { CHECK_V_F(hSize, HUF_writeCTable (op, dstSize, table->CTable, maxSymbolValue, huffLog) ); in HUF_compress_internal()
H A Dzstd_compress_superblock.c131 size_t const hSize = HUF_writeCTable( in ZSTD_buildSuperBlockEntropy_literal()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c815 { size_t const hhSize = HUF_writeCTable(dstPtr, maxDstSize, hufTable, 255, huffLog); in ZDICT_analyzeEntropy()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2348 size_t HUF_writeCTable (void* dst, size_t maxDstSize, const HUF_CElt* CTable, unsigned maxSymbolVal…
8478 size_t HUF_writeCTable (void* dst, size_t maxDstSize, in HUF_writeCTable() function
9067 { CHECK_V_F(hSize, HUF_writeCTable (op, dstSize, table->CTable, maxSymbolValue, huffLog) ); in HUF_compress_internal()
11839 size_t const hSize = HUF_writeCTable( in ZSTD_buildSuperBlockEntropy_literal()