Searched refs:cumulative (Results 1 – 3 of 3) sorted by relevance
213 int cumulative, int current, int count, int width, int time) { in compute() argument215 nominal_actual = (cumulative * 100) / count; in compute()217 floor_actual = ((cumulative - current) * 100) / count; in compute()
113 void compute(int cumulative, int current, int count, int width, int time);
497 // The total cumulative duration (i.e. sum of past durations) that this timer