Home | History | Annotate | Download | only in src

Lines Matching refs:badness

438   int badness = -pattern_length;
453 badness += 1 - shift; // at most zero, so badness cannot increase.
464 // Badness increases by the number of characters we have
468 badness += (pattern_length - j) - last_char_shift;
469 if (badness > 0) {
521 // Badness is a count of how much work we have done. When we have
524 int badness = -10 - (pattern_length << 2);
530 badness++;
531 if (badness <= 0) {
554 badness += j;