Lines Matching refs:diff
559 int diff;
564 diff = (stop - start);
575 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
582 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
596 int diff;
602 diff = (stop - start);
613 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
672 int diff;
677 diff = (stop - start);
688 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
692 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
706 int start, stop, diff;
713 diff = (stop - start);
725 / diff;