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

/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c135 U32 rankStart[HUF_TABLELOG_ABSOLUTEMAX + 1]; member in struct:__anon10962
173 /* Compute symbols and rankStart given rankVal:
181 * rankStart contains the offset where each rank belongs in the DTable.
182 * rankStart[0] is not filled because there are no entries in the table for
193 wksp->rankStart[n] = curr;
199 wksp->symbols[wksp->rankStart[w]++] = (BYTE)(n+u);
204 wksp->symbols[wksp->rankStart[w]++] = (BYTE)n;
217 int rankStart=0; local
221 int uStart = rankStart;
275 rankStart
569 HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
621 U32 *rankStart; local
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1885 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
1909 sortedRank = rankStart[minWeight];
1937 U32* const rankStart = rankStart0+1; local
1967 rankStart[w] = current;
1969 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1979 U32 r = rankStart[w]++;
1983 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2204 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart,
2230 symbolStartPos = rankStart[minWeight];
2248 sortedSymbols, sortedListSize, rankStart,
1883 HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
2202 HUF_fillDTableX6LevelN(HUF_DDescX6* DDescription, HUF_DSeqX6* DSequence, int sizeLog, const rankVal_t rankValOrigin, const U32 consumed, const int minWeight, const U32 maxWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart, const U32 nbBitsBaseline, HUF_DSeqX6 baseSeq, HUF_DDescX6 DDesc) argument
2273 U32* const rankStart = rankStart0+1; local
[all...]
H A Dzstd_v03.c1882 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
1906 sortedRank = rankStart[minWeight];
1934 U32* const rankStart = rankStart0+1; local
1964 rankStart[w] = current;
1966 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1976 U32 r = rankStart[w]++;
1980 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
1880 HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
H A Dzstd_v04.c2033 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2057 sortedRank = rankStart[minWeight];
2085 U32* const rankStart = rankStart0+1; local
2114 rankStart[w] = current;
2116 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2126 U32 r = rankStart[w]++;
2130 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2031 HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
H A Dzstd_v05.c2159 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2181 sortedRank = rankStart[minWeight];
2207 U32* const rankStart = rankStart0+1; local
2234 rankStart[w] = current;
2236 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2245 U32 r = rankStart[w]++;
2249 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2157 HUFv05_fillDTableX4(HUFv05_DEltX4* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
H A Dzstd_v06.c2291 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2313 sortedRank = rankStart[minWeight];
2337 U32* const rankStart = rankStart0+1; local
2363 rankStart[w] = current;
2365 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2373 U32 const r = rankStart[w]++;
2377 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2289 HUFv06_fillDTableX4(HUFv06_DEltX4* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
H A Dzstd_v07.c2098 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2120 sortedRank = rankStart[minWeight];
2144 U32* const rankStart = rankStart0+1; local
2171 rankStart[w] = current;
2173 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2181 U32 const r = rankStart[w]++;
2185 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2096 HUFv07_fillDTableX4(HUFv07_DEltX4* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c21860 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
21882 sortedRank = rankStart[minWeight];
21910 U32 *rankStart; local
21932 rankStart = rankStart0 + 1;
21953 rankStart[w] = current;
21955 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
21963 U32 const r = rankStart[w]++;
21967 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
21858 HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32 sortedListSize, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
[all...]

Completed in 329 milliseconds