Searched refs:HUF_writeCTable (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | huf.h | 194 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 D | zstd_compat_wrapper.h | 142 #define HUF_writeCTable zfs_HUF_writeCTable macro
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 108 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 D | zstd_compress_superblock.c | 131 size_t const hSize = HUF_writeCTable( in ZSTD_buildSuperBlockEntropy_literal()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 815 { size_t const hhSize = HUF_writeCTable(dstPtr, maxDstSize, hufTable, 255, huffLog); in ZDICT_analyzeEntropy()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2348 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()
|