Searched refs:tmin (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_update.c369 uint64_t tmax, tmin; local
376 tmin = t->ex_start;
377 tmax = tmin + t->ex_size;
385 } else if (smax <= tmin) {
/freebsd-13-stable/sbin/ping/
H A Dping.c206 static double tmin = 999999999.0; /* minimum round trip time */ variable
1204 if (triptime < tmin)
1205 tmin = triptime;
1436 tmin, tsum / (nreceived + nrepeats), tmax);
1475 tmin, avg, tmax, sqrt(vari));
H A Dping6.c253 static double tmin = 999999999.0; /* minimum round trip time */ variable
1647 if (triptime < tmin)
1648 tmin = triptime;
2352 tmin, avg, tmax, dev);
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c1442 uniform,tmin,tmax uniform delay between tmin and tmax
1444 exp,tavg,tmin exponential distribution with average tavg
1445 and minimum tmin (corresponds to an exponential
1446 distribution with argument 1/(tavg-tmin) )

Completed in 70 milliseconds