Lines Matching refs:base
236 /* Prepare base value per rank */
428 U16 base;
551 /* Compute base and set curr to base.
554 * We attribute each symbol to lowerRank's base value, because we want to know where
561 rankPosition[lowerRank].base++;
564 assert(rankPosition[RANK_POSITION_TABLE_SIZE - 1].base == 0);
567 rankPosition[n-1].base += rankPosition[n].base;
568 rankPosition[n-1].curr = rankPosition[n-1].base;
583 U32 const bucketSize = rankPosition[n].curr-rankPosition[n].base;
584 U32 const bucketStartIdx = rankPosition[n].base;