Lines Matching defs:weights
3004 const int32_t *weights;
3020 weights = (const int32_t *)
3455 const unsigned char *weights;
3467 weights = (const unsigned char *)
3497 size_t len = weights[idx2];
3500 if (weights[idx] == len)
3507 && (weights[idx + 1 + cnt]
3508 == weights[idx2 + 1 + cnt]))
6544 const int32_t *weights;
6556 weights = (const wint_t *)
6596 len = weights[idx2];
6604 if (idx2 != 0 && len == weights[idx])
6607 while (cnt < len && (weights[idx + 1 + cnt]
6608 == weights[idx2 + 1 + cnt]))