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

/freebsd-11.0-release/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-11.0-release/lib/libc/rpc/
H A Dsvc_vc.c744 struct timeval tv, tdiff, tmax; local
748 tmax.tv_sec = tmax.tv_usec = 0;
762 if (timercmp(&tdiff, &tmax, >)) {
763 tmax = tdiff;
/freebsd-11.0-release/sbin/ping/
H A Dping.c199 static double tmax = 0.0; /* maximum round trip time */ variable
988 intvl.tv_sec = 2 * tmax / 1000;
1163 if (triptime > tmax)
1164 tmax = triptime;
1451 tmin, tsum / (nreceived + nrepeats), tmax);
1490 tmin, avg, tmax, sqrt(vari));
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Delf_update.c363 uint64_t tmax, tmin; local
371 tmax = tmin + t->ex_size;
373 if (tmax <= start) {
/freebsd-11.0-release/sbin/ping6/
H A Dping6.c239 static double tmax = 0.0; /* maximum round trip time */ variable
1188 intvl.tv_sec = 2 * tmax / 1000;
1531 if (triptime > tmax)
1532 tmax = triptime;
2257 tmin, avg, tmax, dev);
/freebsd-11.0-release/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 196 milliseconds