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

/freebsd-10-stable/sys/dev/digi/
H A Ddigireg.h53 volatile u_short tmax; member in struct:board_chan
H A Ddigi.c576 port->txbufsize = bc->tmax + 1;
/freebsd-10-stable/lib/libc/rpc/
H A Dsvc_vc.c745 struct timeval tv, tdiff, tmax; local
749 tmax.tv_sec = tmax.tv_usec = 0;
763 if (timercmp(&tdiff, &tmax, >)) {
764 tmax = tdiff;
/freebsd-10-stable/sbin/ping/
H A Dping.c193 double tmax = 0.0; /* maximum round trip time */ variable
890 intvl.tv_sec = 2 * tmax / 1000;
1066 if (triptime > tmax)
1067 tmax = triptime;
1354 tmin, tsum / (nreceived + nrepeats), tmax);
1393 tmin, avg, tmax, sqrt(vari));
/freebsd-10-stable/lib/libelf/
H A Delf_update.c293 uint64_t smax, smin, tmax, tmin; local
301 tmax = tmin + t->s_size;
303 if (tmax <= smin) {
/freebsd-10-stable/sbin/ping6/
H A Dping6.c240 double tmax = 0.0; /* maximum round trip time */ variable
1180 intvl.tv_sec = 2 * tmax / 1000;
1526 if (triptime > tmax)
1527 tmax = triptime;
2252 tmin, avg, tmax, dev);
/freebsd-10-stable/contrib/gcc/
H A Dtree-vrp.c2478 tree init, step, chrec, tmin, tmax, min, max, type; local
2529 tmax = upper_bound_in_type (type, type);
2531 tmax = TYPE_MAX_VALUE (type);
2536 max = tmax;
2596 max = tmax;

Completed in 199 milliseconds