Searched refs:lastWeight (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c204 U32 const lastWeight = BIT_highbit32(rest) + 1; local
206 huffWeight[oSize] = (BYTE)lastWeight;
207 rankStats[lastWeight]++;
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dentropy_common.c322 U32 const lastWeight = BIT_highbit32(rest) + 1; local
324 huffWeight[oSize] = (BYTE)lastWeight;
325 rankStats[lastWeight]++;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1024 U32 lastWeight = FSE_highbit32(rest) + 1; local
1026 huffWeight[oSize] = (BYTE)lastWeight;
1027 rankVal[lastWeight]++;
H A Dzstd_v03.c1602 U32 lastWeight = BIT_highbit32(rest) + 1; local
1604 huffWeight[oSize] = (BYTE)lastWeight;
1605 rankStats[lastWeight]++;
H A Dzstd_v06.c1909 U32 const lastWeight = BITv06_highbit32(rest) + 1; local
1911 huffWeight[oSize] = (BYTE)lastWeight;
1912 rankStats[lastWeight]++;
H A Dzstd_v05.c1849 U32 lastWeight = BITv05_highbit32(rest) + 1; local
1851 huffWeight[oSize] = (BYTE)lastWeight;
1852 rankStats[lastWeight]++;
H A Dzstd_v04.c1755 U32 lastWeight = BIT_highbit32(rest) + 1; local
1757 huffWeight[oSize] = (BYTE)lastWeight;
1758 rankStats[lastWeight]++;
H A Dzstd_v07.c1361 U32 const lastWeight = BITv07_highbit32(rest) + 1; local
1363 huffWeight[oSize] = (BYTE)lastWeight;
1364 rankStats[lastWeight]++;
H A Dzstd_v02.c1605 U32 lastWeight = BIT_highbit32(rest) + 1; local
1607 huffWeight[oSize] = (BYTE)lastWeight;
1608 rankStats[lastWeight]++;

Completed in 313 milliseconds