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

/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c330 U32 rankStart[HUF_TABLELOG_ABSOLUTEMAX + 1]; member in struct:__anon126
372 /* Compute symbols and rankStart given rankVal:
380 * rankStart contains the offset where each rank belongs in the DTable.
381 * rankStart[0] is not filled because there are no entries in the table for
392 wksp->rankStart[n] = curr;
398 wksp->symbols[wksp->rankStart[w]++] = (BYTE)(n+u);
403 wksp->symbols[wksp->rankStart[w]++] = (BYTE)n;
416 int rankStart=0; local
420 int uStart = rankStart;
474 rankStart
935 HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 targetLog, const U32 consumedBits, const U32* rankVal, const int minWeight, const int maxWeight1, const sortedSymbol_t* sortedSymbols, U32 const* rankStart, U32 nbBitsBaseline, U16 baseSeq) argument
990 HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, const sortedSymbol_t* sortedList, const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline) argument
1062 U32 *rankStart; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c511 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
533 sortedRank = rankStart[minWeight];
561 U32 *rankStart; local
583 rankStart = rankStart0 + 1;
604 rankStart[w] = current;
606 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
614 U32 const r = rankStart[w]++;
618 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
509 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
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1881 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
1905 sortedRank = rankStart[minWeight];
1933 U32* const rankStart = rankStart0+1; local
1963 rankStart[w] = current;
1965 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1975 U32 r = rankStart[w]++;
1979 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2200 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart,
2226 symbolStartPos = rankStart[minWeight];
2244 sortedSymbols, sortedListSize, rankStart,
1879 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
2198 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
2269 U32* const rankStart = rankStart0+1; local
[all...]
H A Dzstd_v03.c1878 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
1902 sortedRank = rankStart[minWeight];
1930 U32* const rankStart = rankStart0+1; local
1960 rankStart[w] = current;
1962 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1972 U32 r = rankStart[w]++;
1976 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
1876 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_v06.c2287 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2309 sortedRank = rankStart[minWeight];
2333 U32* const rankStart = rankStart0+1; local
2359 rankStart[w] = current;
2361 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2369 U32 const r = rankStart[w]++;
2373 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2285 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_v05.c2155 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2177 sortedRank = rankStart[minWeight];
2203 U32* const rankStart = rankStart0+1; local
2230 rankStart[w] = current;
2232 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2241 U32 r = rankStart[w]++;
2245 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2153 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_v04.c2029 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2053 sortedRank = rankStart[minWeight];
2081 U32* const rankStart = rankStart0+1; local
2110 rankStart[w] = current;
2112 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2122 U32 r = rankStart[w]++;
2126 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2027 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_v07.c2094 const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
2116 sortedRank = rankStart[minWeight];
2140 U32* const rankStart = rankStart0+1; local
2167 rankStart[w] = current;
2169 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2177 U32 const r = rankStart[w]++;
2181 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2092 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

Completed in 239 milliseconds