Lines Matching refs:_round
80 unsigned int _round, cycle;
91 for (_round = 1; _round <= config->rounds; _round++)
92 total_time += _round * (config->sleep + config->load);
95 for (_round = 0; _round < config->rounds; _round++) {
112 printf("_round %i: doing %u cycles with %u calculations"
113 " for %lius\n", _round + 1, config->cycles,
117 _round, load_time, sleep_time);