Lines Matching defs:rankStart
379 U32 rankStart[HUF_TABLELOG_ABSOLUTEMAX + 1];
415 /* Compute symbols and rankStart given rankVal:
423 * rankStart contains the offset where each rank belongs in the DTable.
424 * rankStart[0] is not filled because there are no entries in the table for
434 wksp->rankStart[n] = curr;
440 wksp->symbols[wksp->rankStart[w]++] = (BYTE)(n+u);
445 wksp->symbols[wksp->rankStart[w]++] = (BYTE)n;
457 int rankStart = 0;
461 int uStart = rankStart;
515 rankStart += symbolCount * length;
1071 const sortedSymbol_t* sortedSymbols, U32 const* rankStart,
1111 int const begin = rankStart[w];
1112 int const end = rankStart[w+1];
1126 const U32* rankStart, rankValCol_t* rankValOrigin, const U32 maxWeight,
1137 int const begin = (int)rankStart[w];
1138 int const end = (int)rankStart[w+1];
1155 sortedList, rankStart,
1189 U32 *rankStart;
1195 rankStart = wksp->rankStart0 + 1;
1218 rankStart[w] = curr;
1220 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1221 rankStart[maxW+1] = nextRankStart;
1228 U32 const r = rankStart[w]++;
1231 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */