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

  /external/netperf/src/
netsh.c 196 int iteration_max = 1; variable
727 iteration_max = convert(arg1);
732 /* if the iteration_max is < iteration_min make iteration_max
734 if (iteration_max < iteration_min) iteration_max = iteration_min;
736 if (iteration_max < 3) iteration_max = 3;
739 if (iteration_max > 30) iteration_max = 30
    [all...]
netsh.h 155 extern int iteration_max;
nettest_sdp.c 287 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
733 if (iteration_max > 1) {
985 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
    [all...]
nettest_sctp.c 450 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
931 if (iteration_max > 1) {
    [all...]
nettest_xti.c 602 if (iteration_max > 1) {
640 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
    [all...]
nettest_bsd.c     [all...]
nettest_omni.c     [all...]

Completed in 174 milliseconds