/external/libvpx/libvpx/vpx_ports/ |
D | vpx_timer.h | 33 #ifndef timersub 34 #define timersub(a, b, result) \ macro 92 timersub(&t->end, &t->begin, &diff); in vpx_usec_timer_elapsed() 100 #ifndef timersub 101 #define timersub(a, b, result) macro
|
/external/dropbear/ |
D | scpmisc.h | 51 #ifndef timersub 52 #define timersub(a, b, result) \ macro
|
D | scp.c | 784 timersub(&bwend, &bwstart, &bwend); in bwlimit() 795 timersub(&bwstart, &bwend, &bwend); in bwlimit()
|
/external/libusb_aah/libusb/os/ |
D | poll_windows.h | 98 #if !defined(timersub) 99 #define timersub(a, b, result) \ macro
|
D | threads_windows.c | 195 timersub(&targ_time, &cur_time, &delta_time); in usbi_cond_timedwait()
|
/external/linux-tools-perf/bench/ |
D | sched-pipe.c | 87 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
D | mem-memcpy.c | 153 timersub(&tv_end, &tv_start, &tv_diff); in do_memcpy_gettimeofday()
|
D | sched-messaging.c | 316 timersub(&stop, &start, &diff); in bench_sched_messaging()
|
/external/chromium/third_party/libevent/compat/sys/ |
D | _time.h | 94 #define timersub(tvp, uvp, vvp) \ macro
|
D | _libevent_time.h | 94 #define timersub(tvp, uvp, vvp) \ macro
|
/external/chromium/third_party/libevent/ |
D | evutil.h | 124 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp))
|
/external/openssh/ |
D | defines.h | 439 #ifndef timersub 440 #define timersub(a, b, result) \ macro
|
D | misc.c | 845 timersub(&finish, start, &diff); in ms_subtract_diff() 886 timersub(&bw->bwend, &bw->bwstart, &bw->bwend); in bandwidth_limit() 897 timersub(&bw->bwstart, &bw->bwend, &bw->bwend); in bandwidth_limit()
|
/external/qemu/ |
D | osdep.h | 147 #define qemu_timersub timersub
|
/external/dhcpcd/ |
D | eloop.c | 307 timersub(&timeouts->when, &now, &tv); in start_eloop()
|
D | ipv6rs.c | 714 timersub(&expire, &now, <); in ipv6rs_expire() 735 timersub(&rao->expire, &now, <); in ipv6rs_expire()
|
/external/mksh/src/ |
D | funcs.c | 1918 timersub(&tvlim, &tv, &tv); in c_read() 2564 timersub(&ru1.ru_utime, &ru0.ru_utime, &usrtime); in timex() 2566 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime); in timex() 2571 timersub(&tv1, &tv0, &tv1); in timex()
|
D | jobs.c | 1315 timersub(&j->usrtime, &ru0.ru_utime, &j->usrtime); in j_sigchld() 1317 timersub(&j->systime, &ru0.ru_stime, &j->systime); in j_sigchld()
|
D | sh.h | 284 #ifndef timersub 285 #define timersub(tvp, uvp, vvp) \ macro
|
/external/libusb/libusb/ |
D | io.c | 2140 timersub(next_timeout, &cur_tv, tv); in libusb_get_next_timeout()
|
/external/libusb_aah/libusb/ |
D | io.c | 2362 timersub(next_timeout, &cur_tv, tv); in libusb_get_next_timeout()
|
/external/linux-tools-perf/ |
D | android.patch | 59 timersub(&tv_end, &tv_start, &tv_diff);
|