Searched refs:tmax (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_vc.c746 struct timeval tv, tdiff, tmax; local
750 tmax.tv_sec = tmax.tv_usec = 0;
764 if (timercmp(&tdiff, &tmax, >)) {
765 tmax = tdiff;
/freebsd-13-stable/sbin/ping/
H A Dping.c207 static double tmax = 0.0; /* maximum round trip time */ variable
1000 intvl.tv_sec = 2 * tmax / 1000;
1206 if (triptime > tmax)
1207 tmax = triptime;
1436 tmin, tsum / (nreceived + nrepeats), tmax);
1475 tmin, avg, tmax, sqrt(vari));
H A Dping6.c254 static double tmax = 0.0; /* maximum round trip time */ variable
1266 intvl.tv_sec = 2 * tmax / 1000;
1649 if (triptime > tmax)
1650 tmax = triptime;
2352 tmin, avg, tmax, dev);
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_update.c369 uint64_t tmax, tmin; local
377 tmax = tmin + t->ex_size;
379 if (tmax <= start) {
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c1442 uniform,tmin,tmax uniform delay between tmin and tmax

Completed in 92 milliseconds