Home | History | Annotate | Download | only in libiberty

Lines Matching full:weights

2928 			    const int32_t *weights;
2944 weights = (const int32_t *)
3384 const unsigned char *weights;
3396 weights = (const unsigned char *)
3426 size_t len = weights[idx2];
3429 if (weights[idx] == len)
3436 && (weights[idx + 1 + cnt]
3437 == weights[idx2 + 1 + cnt]))
6345 const int32_t *weights;
6357 weights = (const wint_t *)
6397 len = weights[idx2];
6405 if (idx2 != 0 && len == weights[idx])
6408 while (cnt < len && (weights[idx + 1 + cnt]
6409 == weights[idx2 + 1 + cnt]))