Searched refs:nextRankVal (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c624 U32 nextRankVal = 0; local
627 U32 current = nextRankVal;
628 nextRankVal += rankStats[w] << (w+rescale);
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1985 U32 nextRankVal = 0; local
1991 U32 current = nextRankVal;
1992 nextRankVal += rankStats[w] << (w+rescale);
2319 U32 nextRankVal = 0; local
2325 U32 current = nextRankVal;
2326 nextRankVal += rankStats[w] << (w+rescale);
H A Dzstd_v03.c1982 U32 nextRankVal = 0; local
1988 U32 current = nextRankVal;
1989 nextRankVal += rankStats[w] << (w+rescale);
H A Dzstd_v06.c2379 U32 nextRankVal = 0; local
2382 U32 current = nextRankVal;
2383 nextRankVal += rankStats[w] << (w+rescale);
H A Dzstd_v05.c2251 U32 nextRankVal = 0; local
2256 U32 current = nextRankVal;
2257 nextRankVal += rankStats[w] << (w+rescale);
H A Dzstd_v04.c2132 U32 nextRankVal = 0; local
2138 U32 current = nextRankVal;
2139 nextRankVal += rankStats[w] << (w+rescale);
H A Dzstd_v07.c2187 U32 nextRankVal = 0; local
2190 U32 current = nextRankVal;
2191 nextRankVal += rankStats[w] << (w+rescale);
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c1110 U32 nextRankVal = 0; local
1113 U32 curr = nextRankVal;
1114 nextRankVal += wksp->rankStats[w] << (w+rescale);

Completed in 290 milliseconds