Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dhuf.h249 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
/dragonfly/contrib/zstd/lib/compress/
H A Dhuf_compress.c144 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument
153 *hasZeroWeights = (rankVal[0] > 0); in HUF_readCTable()
H A Dzstd_compress.c3178 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local
3180 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy()
3184 if (!hasZeroWeights) in ZSTD_loadCEntropy()