Searched defs:iteration_max (Results 1 - 1 of 1) sorted by relevance

/external/netperf/
H A Dnetsh.c207 int iteration_max; variable
443 iteration_max = 1;
570 iteration_max = convert(arg1);
575 /* if the iteration_max is < iteration_min make iteration_max
577 if (iteration_max < iteration_min) iteration_max = iteration_min;
579 if (iteration_max < 3) iteration_max = 3;
582 if (iteration_max > 3
[all...]

Completed in 69 milliseconds