Searched refs:countindex (Results 1 – 1 of 1) sorted by relevance
396 int countindex; /* amount of seconds stored in the speeder array */ in progress_calc() local416 countindex = ((p->speeder_c >= CURR_TIME)? CURR_TIME:p->speeder_c) - 1; in progress_calc()419 if(countindex) { in progress_calc()