Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dentropy_common.c268 U32 weightTotal; in HUF_readStats_body() local
297 weightTotal = 0; in HUF_readStats_body()
301 weightTotal += (1 << huffWeight[n]) >> 1; in HUF_readStats_body()
303 if (weightTotal == 0) return ERROR(corruption_detected); in HUF_readStats_body()
306 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_body()
311 U32 const rest = total - weightTotal; in HUF_readStats_body()