Lines Matching defs:rankStart
326 U32 rankStart[HUF_TABLELOG_ABSOLUTEMAX + 1];
368 /* Compute symbols and rankStart given rankVal:
376 * rankStart contains the offset where each rank belongs in the DTable.
377 * rankStart[0] is not filled because there are no entries in the table for
388 wksp->rankStart[n] = curr;
394 wksp->symbols[wksp->rankStart[w]++] = (BYTE)(n+u);
399 wksp->symbols[wksp->rankStart[w]++] = (BYTE)n;
412 int rankStart=0;
416 int uStart = rankStart;
470 rankStart += symbolCount * length;
933 const sortedSymbol_t* sortedSymbols, U32 const* rankStart,
973 int const begin = rankStart[w];
974 int const end = rankStart[w+1];
988 const U32* rankStart, rankValCol_t *rankValOrigin, const U32 maxWeight,
999 int const begin = (int)rankStart[w];
1000 int const end = (int)rankStart[w+1];
1017 sortedList, rankStart,
1058 U32 *rankStart;
1064 rankStart = wksp->rankStart0 + 1;
1087 rankStart[w] = curr;
1089 rankStart[0] = nextRankStart; /* put all 0w symbols at the end of sorted list*/
1090 rankStart[maxW+1] = nextRankStart;
1097 U32 const r = rankStart[w]++;
1100 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */