Home | History | Annotate | Download | only in legacy

Lines Matching defs:rankStart

1820                            const U32* rankStart, rankVal_t rankValOrigin, const U32 maxWeight,
1844 sortedRank = rankStart[minWeight];
1872 U32* const rankStart = rankStart0+1;
1902 rankStart[w] = current;
1904 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1914 U32 r = rankStart[w]++;
1918 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */
2139 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart,
2165 symbolStartPos = rankStart[minWeight];
2183 sortedSymbols, sortedListSize, rankStart,
2208 U32* const rankStart = rankStart0+1;
2236 rankStart[w] = current;
2238 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
2248 U32 r = rankStart[w]++;
2252 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */