Lines Matching +full:50 +full:k
167 "/0% /10 /20 /30 /40 /50 /60 /70 /80 /90 /100"); in labeliostat()
227 "/0% /10 /20 /30 /40 /50 /60 /70 /80 /90 /100"); in barlabels()
319 histogram(mb_per_second, 50, .5); in devstats()
321 histogram(transfers_per_second, 50, .5); in devstats()
324 histogram(kb_per_transfer, 50, .5); in devstats()
344 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE); in stat1()
351 int k; in histogram() local
354 k = MIN(v, colwidth); in histogram()
357 k -= strlen(buf); in histogram()
358 while (k--) in histogram()
363 while (k--) in histogram()