Searched refs:nextRankStart (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c152 { U32 n, nextRankStart = 0; local
154 U32 const current = nextRankStart;
155 nextRankStart += (rankVal[n] << (n-1));
600 { U32 w, nextRankStart = 0; local
602 U32 current = nextRankStart;
603 nextRankStart += rankStats[w];
606 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
607 sizeOfSort = nextRankStart;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c1631 U32 nextRankStart; local
1646 nextRankStart = 0;
1649 U32 current = nextRankStart;
1650 nextRankStart += (rankVal[n] << (n-1));
1955 U32 w, nextRankStart = 0; local
1958 U32 current = nextRankStart;
1959 nextRankStart += rankStats[w];
1962 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1963 sizeOfSort = nextRankStart;
H A Dzstd_v02.c1634 U32 nextRankStart; local
1649 nextRankStart = 0;
1652 U32 current = nextRankStart;
1653 nextRankStart += (rankVal[n] << (n-1));
1958 U32 w, nextRankStart = 0; local
1961 U32 current = nextRankStart;
1962 nextRankStart += rankStats[w];
1965 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1966 sizeOfSort = nextRankStart;
2292 U32 w, nextRankStart local
[all...]
H A Dzstd_v01.c967 U32 nextRankStart; local
1034 nextRankStart = 0;
1037 U32 current = nextRankStart;
1038 nextRankStart += (rankVal[n] << (n-1));
H A Dzstd_v06.c2012 U32 nextRankStart; local
2027 nextRankStart = 0;
2029 U32 current = nextRankStart;
2030 nextRankStart += (rankVal[n] << (n-1));
2355 { U32 w, nextRankStart = 0; local
2357 U32 current = nextRankStart;
2358 nextRankStart += rankStats[w];
2361 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2362 sizeOfSort = nextRankStart;
H A Dzstd_v05.c1877 U32 nextRankStart; local
1892 nextRankStart = 0;
1894 U32 current = nextRankStart;
1895 nextRankStart += (rankVal[n] << (n-1));
2226 U32 w, nextRankStart = 0; local
2228 U32 current = nextRankStart;
2229 nextRankStart += rankStats[w];
2232 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2233 sizeOfSort = nextRankStart;
H A Dzstd_v04.c1783 U32 nextRankStart; local
1798 nextRankStart = 0;
1801 U32 current = nextRankStart;
1802 nextRankStart += (rankVal[n] << (n-1));
2105 U32 w, nextRankStart = 0; local
2108 U32 current = nextRankStart;
2109 nextRankStart += rankStats[w];
2112 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2113 sizeOfSort = nextRankStart;
H A Dzstd_v07.c1801 { U32 n, nextRankStart = 0; local
1803 U32 current = nextRankStart;
1804 nextRankStart += (rankVal[n] << (n-1));
2163 { U32 w, nextRankStart = 0; local
2165 U32 current = nextRankStart;
2166 nextRankStart += rankStats[w];
2169 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2170 sizeOfSort = nextRankStart;
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c386 int nextRankStart = 0; local
390 U32 const curr = nextRankStart;
391 nextRankStart += wksp->rankVal[n];
1087 { U32 w, nextRankStart = 0; local
1089 U32 curr = nextRankStart;
1090 nextRankStart += wksp->rankStats[w];
1093 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1094 rankStart[maxW+1] = nextRankStart;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c165 { U32 n, nextRankStart = 0; local
167 U32 current = nextRankStart;
168 nextRankStart += (rankVal[n] << (n-1));
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c240 { U32 n, nextRankStart = 0; local
242 U32 curr = nextRankStart;
243 nextRankStart += (rankVal[n] << (n-1));

Completed in 372 milliseconds