Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/binutils/
Dsrconv.c1469 int total_sec = ptr->nsections; in wr_sc() local
1477 = (struct myinfo *) calloc (total_sec, sizeof (struct myinfo)); in wr_sc()
1480 for (i = 0; i < total_sec; i++) in wr_sc()
1493 for (i = 0; i < total_sec; i++) in wr_sc()
1506 for (i = 1; i < total_sec; i++) in wr_sc()
/freebsd-12-stable/usr.sbin/camdd/
Dcamdd.c3045 long double mb_sec, total_sec; local
3057 total_sec = total_ns;
3058 total_sec /= 1000000000;
3067 other_dev->device_name, total_sec);