Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c150 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument
173 *hasZeroWeights = 0; in HUF_readCTable()
176 *hasZeroWeights |= (w == 0); in HUF_readCTable()
H A Dzstd_compress.c2912 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local
2914 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy()
2918 if (!hasZeroWeights) in ZSTD_loadCEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h231 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
/freebsd/sys/contrib/zstd/lib/common/
H A Dhuf.h248 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
/freebsd/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()