Home
last modified time | relevance | path

Searched refs:total_sec (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/camdd/
H A Dcamdd.c3165 long double mb_sec, total_sec; local
3177 total_sec = total_ns;
3178 total_sec /= 1000000000;
3187 other_dev->device_name, total_sec);
/freebsd/crypto/openssh/
H A Dmisc.c660 double val, total_sec = 0.0, multiplier; in convtime_double() local
720 total_sec += val * multiplier; in convtime_double()
725 return total_sec; in convtime_double()