Lines Matching defs:weights
3451 unsigned char *weights;
3467 weights = (unsigned char *) zdebug_table;
3483 WEIGHTS. */
3499 /* We no longer need SCRATCH. Start recording weights. We need up to
3500 256 bytes of weights and 64 bytes of rank counts, so it won't overlap
3531 weights[count] = (unsigned char) pt->symbol;
3532 weights[count + 1] = (unsigned char) fse_table[state2].symbol;
3556 weights[count] = pt->symbol;
3568 weights[count] = (unsigned char) pt->symbol;
3569 weights[count + 1] = (unsigned char) fse_table[state1].symbol;
3593 weights[count] = pt->symbol;
3615 weights[i] = b >> 4;
3616 weights[i + 1] = b & 0xf;
3620 weight_mark = (uint32_t *) (weights + 256);
3627 w = weights[i];
3650 /* Work out the last weight value, which is omitted because the weights must
3675 weights[count] = high_bit + 1;
3686 /* Change WEIGHT_MARK from a count of weights to the index of the first
3711 weight = weights[i];