Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h192 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
/src/sys/contrib/zstd/lib/common/
H A Dhuf.h248 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
/src/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c221 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument
231 *hasZeroWeights = (rankVal[0] > 0); in HUF_readCTable()
H A Dzstd_compress.c4325 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local
4327 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy()
4331 if (!hasZeroWeights) in ZSTD_loadCEntropy()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c293 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument
303 *hasZeroWeights = (rankVal[0] > 0); in HUF_readCTable()
H A Dzstd_compress.c5073 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local
5075 (size_t)(dictEnd-dictPtr), &hasZeroWeights); in ZSTD_loadCEntropy()
5079 if (!hasZeroWeights && maxSymbolValue == 255) in ZSTD_loadCEntropy()