Searched refs:tmax (Results 1 – 7 of 7) sorted by relevance
703 my ( $tmax, $code ) = @_;707 if ( not defined $tmax or $tmax == 0 ) {708 $tmax = $default_for;709 } elsif ( $tmax < 0 ) {710 $tmax = -$tmax;713 die "countit($tmax, ...): timelimit cannot be less than $min_for.\n"714 if $tmax < $min_for;728 my $tpra = 0.1 * $tmax; # Target/time practice.754 $n = int( $n * ( 1.05 * $tmax / $tc ) );765 last if $ttot >= $tmax;[all …]
484 if (triptime > tmax) in check_reply()485 tmax = triptime; in check_reply()684 if (triptime > tmax) in check_reply()685 tmax = triptime; in check_reply()1007 if (triptime > tmax) in check_reply()1008 tmax = triptime; in check_reply()
123 extern long long tmax;
524 if (triptime > tmax) in check_reply6()525 tmax = triptime; in check_reply6()826 if (triptime > tmax) in check_reply6()827 tmax = triptime; in check_reply6()
186 long long tmax; variable1713 waittime = 2 * tmax / MICROSEC; in schedule_sigalrm()2380 (double)tmax / 1000, sd / 1000); in finish()
90 wchar_t tmax; /* maximum code for wctype */ member
1054 hrtime_t tmax; in mc_onlinespare() local1118 tmax = gethrtime() + MIN(mc_swapdonetime, 120) * 1000000000ULL; in mc_onlinespare()1128 gethrtime() < tmax); in mc_onlinespare()