Lines Matching defs:runs
61 int allocation, runs;
76 for (runs = NUM_OF_RUNS * allocation + 1;
77 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) {
78 sum_bw_imc += bw_imc[runs];
79 sum_bw_resc += bw_resc[runs];
107 int runs;
117 runs = 0;
128 bw_imc[runs] = strtoul(token_array[3], NULL, 0);
130 bw_resc[runs] = strtoul(token_array[5], NULL, 0);
131 runs++;