Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
A Dhuf.h247 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
/linux/lib/zstd/compress/
A Dhuf_compress.c160 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument
169 *hasZeroWeights = (rankVal[0] > 0); in HUF_readCTable()
A Dzstd_compress.c3151 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local
3153 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy()
3157 if (!hasZeroWeights) in ZSTD_loadCEntropy()

Completed in 18 milliseconds