Home | History | Annotate | Download | only in parseutil

Lines Matching defs:lowmax

538 	register unsigned int i, lowmax, highmax, cutoff, span;
568 lowmax = 0;
593 lowmax++;
612 if (lowmax)
614 cutoff /= lowmax;
623 lowmax = 0; /* weighted sum */
632 lowmax += histbuf[i] * i;
641 lowmax += highmax / 2;
650 lowmax /= highmax;
654 lowmax = 0;
685 * lowmax <= cutoff(initial guess) <= highmax
690 * find the minimum between lowmax and highmax (detecting
693 span = cutoff = lowmax;
694 for (i = lowmax; i <= highmax; i++)
721 DPRINTF(("parse: cvt_rawdcf: lower maximum %d, higher maximum %d, cutoff %d\n", lowmax, highmax, cutoff));