Searched refs:HUF_compressWeights (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h98 #define HUF_compressWeights zfs_HUF_compressWeights macro
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c56 /* HUF_compressWeights() :
62 static size_t HUF_compressWeights (void* dst, size_t dstSize, const void* weightTable, size_t wtSize) function
127 { CHECK_V_F(hSize, HUF_compressWeights(op+1, maxDstSize-1, huffWeight, maxSymbolValue) );
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8421 /* HUF_compressWeights() :
8427 static size_t HUF_compressWeights (void* dst, size_t dstSize, const void* weightTable, size_t wtSize) function
8497 { CHECK_V_F(hSize, HUF_compressWeights(op+1, maxDstSize-1, huffWeight, maxSymbolValue) );
[all...]

Completed in 268 milliseconds