Home | History | Annotate | Download | only in libparse

Lines Matching defs:lowmax

410 	unsigned int i, lowmax, highmax, cutoff, span;
428 lowmax = 0;
447 lowmax++;
458 if (lowmax)
460 cutoff /= lowmax;
469 lowmax = 0;
475 lowmax+=histbuf[i] * i;
481 lowmax += highmax / 2;
485 lowmax /= highmax;
489 lowmax = 0;
512 span = cutoff = lowmax;
513 for (i = lowmax; i <= highmax; i++)
529 parseprintf(DD_RAWDCF,("parse: cvt_rawdcf: lower maximum %d, higher maximum %d, cutoff %d\n", lowmax, highmax, cutoff));