Lines Matching refs:tot
786 int tot = 0, st = 0;
796 tot = total->rmt_hitm;
800 tot = total->lcl_hitm;
804 tot = total->tot_hitm;
809 p = tot ? (double) st / tot : 0;
875 static double percent(int st, int tot)
877 return tot ? 100. * (double) st / (double) tot : 0;
2572 const char *display = str ?: "tot";
2574 if (!strcmp(display, "tot"))