| /src/external/gpl3/gdb/dist/gdbsupport/ |
| run-time-clock.cc | 50 microseconds stime = timeval_to_microseconds (&rusage.ru_stime); variable 52 system = system_cpu_time_clock::time_point (stime);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| run-time-clock.cc | 50 microseconds stime = timeval_to_microseconds (&rusage.ru_stime); variable 52 system = system_cpu_time_clock::time_point (stime);
|
| /src/usr.bin/at/ |
| stime.c | 1 /* $NetBSD: stime.c,v 1.7 2008/07/21 14:19:21 lukem Exp $ */ 42 __RCSID("$NetBSD: stime.c,v 1.7 2008/07/21 14:19:21 lukem Exp $"); 51 #include "stime.h" 56 stime(char *arg) function
|
| /src/games/hack/ |
| hack.wield.c | 134 const char *stime; local 163 stime = (amount * amount == 1) ? "moment" : "while"; 165 aobjnam(uwep, "glow"), color, stime);
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-parse.h | 34 system_cpu_time_clock::time_point stime; member in struct:mi_timestamp
|
| mi-main.c | 2264 run_time_clock::now (tv->utime, tv->stime); 2293 duration<double> stime = end->stime - start->stime; 2298 wallclock.count (), utime.count (), stime.count ()); 2292 duration<double> stime = end->stime - start->stime; local
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-parse.h | 34 system_cpu_time_clock::time_point stime; member in struct:mi_timestamp
|
| mi-main.c | 2270 run_time_clock::now (tv->utime, tv->stime); 2299 duration<double> stime = end->stime - start->stime; 2304 wallclock.count (), utime.count (), stime.count ()); 2298 duration<double> stime = end->stime - start->stime; local
|
| /src/usr.bin/systat/ |
| pigs.c | 64 uint64_t stime[CPUSTATES]; variable 150 (void) fetch_cptime(stime); 211 t += cputime[i] - stime[i]; 215 pt[nproc].pt_pctcpu = (cputime[CP_IDLE] - stime[CP_IDLE]) / t; 217 stime[i] = cputime[i];
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_vblank.c | 646 ktime_t stime, etime; local 695 * and bounding timestamps stime, etime, pre/post query. 700 &stime, &etime, 711 duration_ns = ktime_to_ns(etime) - ktime_to_ns(stime);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_leapsec.c | 35 uint32_t stime; /* schedule limit (a month before transition) */ member in struct:leap_info 50 vint64 stime; /* schedule time (when we take notice) */ member in struct:leap_head 252 ts = subv64u32(&ts, pt->info[idx].stime); 332 if (ucmpv64(&ts64, &pt->head.stime) < 0) 388 return ucmpv64(&pt->head.ttime, &pt->head.stime) >= 0; 718 pt->head.stime = pt->head.ebase; 879 pt->head.stime = subv64u32( 880 &pt->head.ttime, pt->info[idx].stime); 884 pt->head.stime = pt->head.ttime; 971 li.stime = ttime.D_s.lo - starttime.D_s.lo [all...] |
| jupiter.h | 81 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jgpos 125 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jchan 141 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jvis 159 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jid 171 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:juser 188 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jpulse 202 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jeup
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| func.c | 620 uint32_t stime; local 624 stime = ebase.simtime - sregs->simstart; /* Total simulated time */ 645 ((float) (stime - sregs->pwdtime - sregs->fholdt - sregs->finst)) 652 (float) (stime - sregs->pwdtime) / (float) sregs->ninst); 654 sregs->freq, sregs->freq * (float) sregs->ninst / (float) (stime - sregs->pwdtime), 656 (float) (stime - sregs->pwdtime), 657 sregs->freq * (float) sregs->finst / (float) (stime - sregs->pwdtime)); 661 100.0 * (1.0 - ((float) sregs->pwdtime / (float) stime))); 663 100.0 / (sregs->tottime / ((double) (stime) / (sregs->freq * 1.0E6))));
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| func.c | 620 uint32_t stime; local 624 stime = ebase.simtime - sregs->simstart; /* Total simulated time */ 645 ((float) (stime - sregs->pwdtime - sregs->fholdt - sregs->finst)) 652 (float) (stime - sregs->pwdtime) / (float) sregs->ninst); 654 sregs->freq, sregs->freq * (float) sregs->ninst / (float) (stime - sregs->pwdtime), 656 (float) (stime - sregs->pwdtime), 657 sregs->freq * (float) sregs->finst / (float) (stime - sregs->pwdtime)); 661 100.0 * (1.0 - ((float) sregs->pwdtime / (float) stime))); 663 100.0 / (sregs->tottime / ((double) (stime) / (sregs->freq * 1.0E6))));
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 1148 TIME_T stime, rtime, ctime; local 1155 &stime, &rtime, &ctime); 1172 time_from_time_t (stime_str, sizeof (stime_str), stime);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 1148 TIME_T stime, rtime, ctime; local 1155 &stime, &rtime, &ctime); 1172 time_from_time_t (stime_str, sizeof (stime_str), stime);
|
| /src/sys/kern/ |
| tty.c | 1968 struct timeval now, stime; local 1973 stime.tv_usec = 0; /* XXX gcc */ 1974 stime.tv_sec = 0; /* XXX gcc */ 2048 getmicrotime(&stime); 2052 getmicrotime(&stime); 2057 slp = t - diff(now, stime); 2064 getmicrotime(&stime); 2068 slp = t - diff(now, stime); 2645 struct timeval utime, stime; local 2757 calcru(pick, &utime, &stime, NULL, NULL) [all...] |
| /src/external/bsd/ntp/dist/sntp/ |
| main.c | 67 time_t stime; member in struct:sent_pkt_tag 689 spkt->stime = tv_xmt.tv_sec - JAN_1970; 740 if (0 == spkt->stime || spkt->done) 742 age = start_cb.tv_sec - spkt->stime;
|