Home | History | Annotate | Download | only in src

Lines Matching defs:badness

430   int badness = -pattern_length;
445 badness += 1 - shift; // at most zero, so badness cannot increase.
456 // Badness increases by the number of characters we have
460 badness
461 if (badness > 0) {
513 // Badness is a count of how much work we have done. When we have
516 int badness = -10 - (pattern_length << 2);
522 badness++;
523 if (badness <= 0) {
546 badness += j;