Home
last modified time | relevance | path

Searched refs:weightTotal (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dentropy_common.c169 U32 weightTotal; in HUF_readStats_wksp() local
204 weightTotal = 0; in HUF_readStats_wksp()
211 weightTotal += (1 << huffWeight[n]) >> 1; in HUF_readStats_wksp()
214 if (weightTotal == 0) in HUF_readStats_wksp()
219 U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_wksp()
226 U32 const rest = total - weightTotal; in HUF_readStats_wksp()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dentropy_common.c266 U32 weightTotal; in HUF_readStats_body() local
295 weightTotal = 0; in HUF_readStats_body()
299 weightTotal += (1 << huffWeight[n]) >> 1; in HUF_readStats_body()
301 if (weightTotal == 0) return ERROR(corruption_detected); in HUF_readStats_body()
304 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_body()
309 U32 const rest = total - weightTotal; in HUF_readStats_body()

Completed in 2 milliseconds