Searched refs:timersub (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/top-89.1.2/
H A Dcpu.c53 timersub(&tsamp->time, &tsamp->b_time, &elapsed);
54 timersub(&psamp->total_time, &psamp->b_total_time, &used);
61 timersub(&tsamp->time, &tsamp->p_time, &elapsed);
62 timersub(&psamp->total_time, &psamp->p_total_time, &used);
H A Dpower.c67 timersub(&tsamp->time, &tsamp->b_time, &elapsed);
68 timersub(&psamp->total_time, &psamp->b_total_time, &used);
76 timersub(&tsamp->time, &tsamp->p_time, &elapsed);
77 timersub(&psamp->total_time, &psamp->p_total_time, &used);
H A Dtimestat.c36 timersub(&psamp->total_time, &psamp->b_total_time, &tv);
H A Dtop.c109 timersub(&a_a->total_time, &a_a->p_total_time, &tv_a);
110 timersub(&a_b->total_time, &a_b->p_total_time, &tv_b);
204 timersub(&a_a->total_time, &a_a->p_total_time, &tv_a);
205 timersub(&a_b->total_time, &a_b->p_total_time, &tv_b);
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_bio_ops.c126 #ifndef timersub
128 #define timersub(a, b, res) do { \ macro
276 timersub(&time_deadline, &time_now, &time_left);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dprogressbar.c182 timersub(&now, &lastupdate, &wait);
259 timersub(&now, &start, &td);
333 timersub(&now, &start, &td);
380 timersub(&now, &lastupdate, &wait);
H A Dftp.c641 timersub(&tvnow, &tvthen, &tvdiff);
1697 timersub(&endtime, &now, &td);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPUnlock.c158 timersub(&lockEnd, &prefsPrivate->lockTime, &lockElapsed);
H A DSCPLock.c485 timersub(&prefsPrivate->lockTime, &lockStart, &lockElapsed);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSControl.c720 timersub( &myEndTime, &myStartTime, &myElapsedTime );
747 timersub( &myEndTime, &myStartTime, &myElapsedTime );
773 timersub( &myEndTime, &myStartTime, &myElapsedTime );
825 timersub( &myEndTime, &myStartTime, &myElapsedTime );
847 timersub( &myEndTime, &myStartTime, &myElapsedTime );
923 timersub( &myEndTime, &myStartTime, &myElapsedTime );
944 timersub( &myEndTime, &myStartTime, &myElapsedTime );
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsd.c583 #ifndef timersub
584 #define timersub(tvp, uvp, vvp) \ macro
606 timersub(&tv, lasttime, &delta);
/macosx-10.9.5/shell_cmds-175/time/
H A Dtime.c116 timersub(&after, &before, &after);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtime.h167 #define timersub(tvp, uvp, vvp) \ macro
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dtnftp.h453 #if !defined(timersub)
454 # define timersub(tvp, uvp, vvp) \ macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddefines.h435 #ifndef timersub
436 #define timersub(a, b, result) \ macro
H A Dmisc.c843 timersub(&finish, start, &diff);
884 timersub(&bw->bwend, &bw->bwstart, &bw->bwend);
895 timersub(&bw->bwstart, &bw->bwend, &bw->bwend);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollElasticityController.mm52 timersub(&now, &boottime, &uptime);
/macosx-10.9.5/text_cmds-87/md5/
H A Dmd5.c287 timersub(&after.ru_utime, &before.ru_utime, &total);
/macosx-10.9.5/BootCache-106/
H A Dkext.c149 timersub(&debug_currenttime, &debug_starttime, &debug_currenttime); \
1409 timersub(&batchend, &batchstart, &batchend);
1632 timersub(&time,
1937 timersub(&blocked_end_time,
1970 timersub(&blocked_end_time,
2325 timersub(&current_time,
2669 timersub(&endtime,
2717 timersub(&endtime,
4138 timersub(&end_time, &start_time, &end_time);
4319 timersub(
[all...]
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnotifications.c64 timersub(&tv_now, &tv_then, &tv_diff);
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dset-hostname.c322 timersub(&dnsQueryComplete, &dnsQueryStart, &dnsQueryElapsed);
H A Dsmb-configuration.c486 timersub(&dnsQueryComplete, &dnsQueryStart, &dnsQueryElapsed);
/macosx-10.9.5/system_cmds-597.90.1/iostat.tproj/
H A Diostat.c780 timersub(&cur_time, &prev_time, &busy_time);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/iostat.tproj/
H A Diostat.c780 timersub(&cur_time, &prev_time, &busy_time);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_time.c764 timersub(&tv, lasttime, &delta);

Completed in 306 milliseconds

12