Home | History | Annotate | Download | only in libparse

Lines Matching defs:highmax

410 	unsigned int i, lowmax, highmax, cutoff, span;
470 highmax = 0;
476 highmax += histbuf[i];
481 lowmax += highmax / 2;
483 if (highmax)
485 lowmax /= highmax;
492 highmax = 0;
497 highmax+=histbuf[i] * i;
505 highmax /= cutoff;
509 highmax = BITS-1;
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));