Searched refs:HUF_compressWeights (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 98 #define HUF_compressWeights zfs_HUF_compressWeights macro
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 62 static size_t HUF_compressWeights (void* dst, size_t dstSize, const void* weightTable, size_t wtSiz… in HUF_compressWeights() function 127 { CHECK_V_F(hSize, HUF_compressWeights(op+1, maxDstSize-1, huffWeight, maxSymbolValue) ); in HUF_writeCTable()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 8427 static size_t HUF_compressWeights (void* dst, size_t dstSize, const void* weightTable, size_t wtSiz… in HUF_compressWeights() function 8497 { CHECK_V_F(hSize, HUF_compressWeights(op+1, maxDstSize-1, huffWeight, maxSymbolValue) ); in HUF_writeCTable()
|