Lines Matching defs:weights
2932 const int32_t *weights;
2948 weights = (const int32_t *)
3388 const unsigned char *weights;
3400 weights = (const unsigned char *)
3430 size_t len = weights[idx2];
3433 if (weights[idx] == len)
3440 && (weights[idx + 1 + cnt]
3441 == weights[idx2 + 1 + cnt]))
6349 const int32_t *weights;
6361 weights = (const wint_t *)
6401 len = weights[idx2];
6409 if (idx2 != 0 && len == weights[idx])
6412 while (cnt < len && (weights[idx + 1 + cnt]
6413 == weights[idx2 + 1 + cnt]))