Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dentropy_common.c139 U32 weightTotal; in HUF_readStats_wksp() local
174 weightTotal = 0; in HUF_readStats_wksp()
181 weightTotal += (1 << huffWeight[n]) >> 1; in HUF_readStats_wksp()
184 if (weightTotal == 0) in HUF_readStats_wksp()
189 U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_wksp()
196 U32 const rest = total - weightTotal; in HUF_readStats_wksp()

Completed in 3 milliseconds