Searched refs:dtime (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/usr.bin/systat/
H A Diostat.c254 double atime, dtime, rwords, wwords; local
258 dtime = etime;
260 dtime = (double)cur.timestamp[dn].tv_sec +
277 rwords / dtime, rxfer / dtime);
279 wprintw(wnd, "%5.1f", atime / dtime);
282 wwords / dtime, cur.wxfer[dn] / dtime);
287 histogram(rwords / dtime, 50, 0.5);
289 histogram(rxfer / dtime, 5
[all...]
H A Dvmstat.c881 double atime, dtime; local
885 dtime = etime;
887 dtime = (double)cur.timestamp[dn].tv_sec +
894 putint((int)(cur.seek[dn]/dtime+0.5), r, c, DISKCOLWIDTH);
896 putint((int)((cur.rxfer[dn]+cur.wxfer[dn])/dtime+0.5),
899 puthumanint_sticky((cur.rbytes[dn] + cur.wbytes[dn]) / dtime + 0.5,
905 atime = atime * 100.0 / dtime;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Ddtime.c1 /* Implementation of the dtime intrinsic.
77 extern GFC_REAL_4 dtime (gfc_array_r4 *t);
78 export_proto(dtime); variable
81 dtime (gfc_array_r4 *t) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Ddtime.c1 /* Implementation of the dtime intrinsic.
77 extern GFC_REAL_4 dtime (gfc_array_r4 *t);
78 export_proto(dtime); variable
81 dtime (gfc_array_r4 *t) function
/netbsd-current/usr.sbin/iostat/
H A Diostat.c583 double atime, dtime, mbps; local
612 dtime = drive_time(etime, dn);
616 (cur.rxfer[dn] + cur.wxfer[dn]) / dtime);
637 mbps /= dtime;
647 double atime, dtime; local
676 dtime = drive_time(etime, dn);
681 (cur.rxfer[dn] + cur.wxfer[dn]) / dtime);
687 (double)(1024 * 1024) / dtime);
692 (void)printf(" %*.2f", c3, atime / dtime);
700 double atime, dtime, kbp local
810 double atime, await, abusysum, awaitsum, dtime; local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_leapsec.c70 vint64 dtime; /* due time (current era end) */ member in struct:leap_head
309 } else if (ucmpv64(&ts64, &pt->head.dtime) >= 0) {
325 last = addv64i32(&pt->head.dtime, 3); /* get boundary */
333 pt->head.dtime.D_s.lo);
355 due32 = pt->head.dtime.D_s.lo;
739 pt->head.dtime = pt->head.ebase;
890 pt->head.dtime = pt->head.ttime;
892 pt->head.dtime = addv64i32(
902 pt->head.dtime = pt->head.ttime;
/netbsd-current/usr.bin/ipcs/
H A Dipcs.c371 show_shminfo(time_t atime, time_t dtime, time_t c_time, int ipcid, u_int64_t key, argument
379 cvt_time(dtime, dtime_buf, sizeof(dtime_buf));
/netbsd-current/sbin/savecore/
H A Dsavecore.c834 struct timeval dtime; local
837 if (KREAD(kd_dump, dump_nl[X_TIME].n_value, &dtime) != 0) {
842 dumptime = dtime.tv_sec;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-osdata.c968 TIME_T atime, dtime, ctime; local
978 &atime, &dtime, &ctime);
996 time_from_time_t (dtime_str, sizeof (dtime_str), dtime);
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-osdata.c1022 TIME_T atime, dtime, ctime; local
1032 &atime, &dtime, &ctime);
1050 time_from_time_t (dtime_str, sizeof (dtime_str), dtime);
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c1152 double dtime; local
1162 dtime = cur.cp_etime;
1164 dtime = (double)cur.timestamp[dn].tv_sec +
1171 (cur.rxfer[dn] + cur.wxfer[dn]) / dtime);
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c1317 ARG_INT(dtime);
1320 report_return(delay_output(dtime));
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A DMakefile.am160 intrinsics/dtime.c \
H A DMakefile.in122 @LIBGFOR_MINIMAL_FALSE@intrinsics/dtime.c \
410 @LIBGFOR_MINIMAL_FALSE@ ctime.lo date_and_time.lo dtime.lo \
1808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtime.Plo@am__quote@
6511 dtime.lo: intrinsics/dtime.c
6512 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtime.lo -MD -MP -MF $(DEPDIR)/dtime.Tpo -c -o dtime.lo `test -f 'intrinsics/dtime.c' || echo '$(srcdir)/'`intrinsics/dtime
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A DMakefile.am168 intrinsics/dtime.c \
H A DMakefile.in122 @LIBGFOR_MINIMAL_FALSE@intrinsics/dtime.c \
422 @LIBGFOR_MINIMAL_FALSE@ ctime.lo date_and_time.lo dtime.lo \
1932 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtime.Plo@am__quote@
7151 dtime.lo: intrinsics/dtime.c
7152 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtime.lo -MD -MP -MF $(DEPDIR)/dtime.Tpo -c -o dtime.lo `test -f 'intrinsics/dtime.c' || echo '$(srcdir)/'`intrinsics/dtime
[all...]
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dxinput.h4048 uint32_t dtime; member in struct:xcb_input_barrier_hit_event_t

Completed in 336 milliseconds