Lines Matching defs:lowmax
408 unsigned int i, lowmax, highmax, cutoff, span;
426 lowmax = 0;
445 lowmax++;
456 if (lowmax)
458 cutoff /= lowmax;
467 lowmax = 0;
473 lowmax+=histbuf[i] * i;
479 lowmax += highmax / 2;
483 lowmax /= highmax;
487 lowmax = 0;
510 span = cutoff = lowmax;
511 for (i = lowmax; i <= highmax; i++)
527 parseprintf(DD_RAWDCF,("parse: cvt_rawdcf: lower maximum %d, higher maximum %d, cutoff %d\n", lowmax, highmax, cutoff));