Searched refs:tot (Results 1 – 2 of 2) sorted by relevance
792 int tot = 0, st = 0; in percent_hitm() local802 tot = total->rmt_hitm; in percent_hitm()806 tot = total->lcl_hitm; in percent_hitm()810 tot = total->tot_hitm; in percent_hitm()815 p = tot ? (double) st / tot : 0; in percent_hitm()881 static double percent(u32 st, u32 tot) in percent() argument883 return tot ? 100. * (double) st / (double) tot : 0; in percent()
2949 tot = bsym_start + boff + 1 - sym_start - off2950 if tot <= 0 or tot > 16384:2960 buf_sz = tot + 162961 buf = create_string_buffer(tot + 16)2966 while tot > 0:2981 tot -= cnt