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

/freebsd-10-stable/lib/libelf/
H A Delf_update.c293 uint64_t smax, smin, tmax, tmin; local
300 tmin = t->s_offset;
301 tmax = tmin + t->s_size;
309 } else if (smax <= tmin)
/freebsd-10-stable/sbin/ping/
H A Dping.c192 double tmin = 999999999.0; /* minimum round trip time */ variable
1064 if (triptime < tmin)
1065 tmin = triptime;
1354 tmin, tsum / (nreceived + nrepeats), tmax);
1393 tmin, avg, tmax, sqrt(vari));
/freebsd-10-stable/sbin/ping6/
H A Dping6.c239 double tmin = 999999999.0; /* minimum round trip time */ variable
1524 if (triptime < tmin)
1525 tmin = 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
2525 tmin = lower_bound_in_type (type, type);
2527 tmin = TYPE_MIN_VALUE (type);
2535 min = tmin;
2581 min = tmin;

Completed in 93 milliseconds