weightTotal 169 lib/zstd/entropy_common.c U32 weightTotal; weightTotal 204 lib/zstd/entropy_common.c weightTotal = 0; weightTotal 211 lib/zstd/entropy_common.c weightTotal += (1 << huffWeight[n]) >> 1; weightTotal 214 lib/zstd/entropy_common.c if (weightTotal == 0) weightTotal 219 lib/zstd/entropy_common.c U32 const tableLog = BIT_highbit32(weightTotal) + 1; weightTotal 226 lib/zstd/entropy_common.c U32 const rest = total - weightTotal;