Lines Matching refs:weights
2991 const int32_t *weights; variable
3007 weights = (const int32_t *)
3442 const unsigned char *weights; variable
3454 weights = (const unsigned char *)
3484 size_t len = weights[idx2];
3487 if (weights[idx] == len)
3494 && (weights[idx + 1 + cnt]
3495 == weights[idx2 + 1 + cnt]))
6527 const int32_t *weights; local
6539 weights = (const wint_t *)
6579 len = weights[idx2];
6587 if (idx2 != 0 && len == weights[idx])
6590 while (cnt < len && (weights[idx + 1 + cnt]
6591 == weights[idx2 + 1 + cnt]))