HomeSort by relevance Sort by last modified time
    Searched refs:iteration_max (Results 1 - 6 of 6) sorted by null

  /external/netperf/
netsh.c 207 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 > 30) iteration_max = 30
    [all...]
netsh.h 101 extern int iteration_max;
nettest_sdp.c 287 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
733 if (iteration_max > 1) {
    [all...]
nettest_bsd.c     [all...]
nettest_sctp.c 461 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
943 if (iteration_max > 1) {
    [all...]
nettest_xti.c 603 if (iteration_max > 1) {
641 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
    [all...]

Completed in 119 milliseconds