Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c93 static U32 sum_u32(const unsigned table[], size_t nbElts) in sum_u32() function
126 U32 const prevsum = sum_u32(table, lastEltIndex+1); in ZSTD_scaleStats()
231 optPtr->litLengthSum = sum_u32(baseLLfreqs, MaxLL+1); in ZSTD_rescaleFreqs()
247 optPtr->offCodeSum = sum_u32(baseOFCfreqs, MaxOff+1); in ZSTD_rescaleFreqs()