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.c151 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument
174 *hasZeroWeights = 0; in HUF_readCTable()
177 *hasZeroWeights |= (w == 0); in HUF_readCTable()
H A Dzstd_compress.c2913 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local
2915 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy()
2919 if (!hasZeroWeights) in ZSTD_loadCEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h232 …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()