Lines Matching defs:weight
389 BYTE weight;
418 const U32 weight = sortedSymbols[s].weight;
419 const U32 nbBits = nbBitsBaseline - weight;
421 const U32 start = rankVal[weight];
432 rankVal[weight] += length;
453 const U32 weight = sortedList[s].weight;
454 const U32 nbBits = nbBitsBaseline - weight;
455 const U32 start = rankVal[weight];
478 rankVal[weight] += length;
537 /* Get start index of each weight */
549 /* sort symbols by weight */
556 sortedSymbol[r].weight = (BYTE)w;
558 rankStart[0] = 0; /* forget 0w symbols; this is beginning of weight(1) */