Lines Matching defs:tot
560 double tot;
575 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
577 if (tot > max) {
578 max = tot;
582 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
584 if (tot > max)
585 max = tot;
597 double tot;
613 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
616 pbi = tot / max;
673 double tot;
688 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
689 if (tot > max)
690 max = tot;
692 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
693 if (tot > max) {
694 max = tot;
707 double tot, pbo;
724 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo)
728 pbo = tot / max;