Searched refs:timersub (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 70 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
|
/third_party/musl/include/sys/ |
H A D | time.h | 43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.h | 62 timersub(&now, &start_, &elapsed); in GetElapsed()
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | hackbench.c | 361 timersub(&stop, &start, &diff); in main()
|
/third_party/mksh/ |
H A D | funcs.c | 1741 timersub(&tvlim, &tv, &tv); in c_read() 2421 timersub(&ru1.ru_utime, &ru0.ru_utime, &usrtime); in timex() 2423 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime); in timex() 2428 timersub(&tv1, &tv0, &tv1); in timex()
|
H A D | jobs.c | 1396 timersub(&j->usrtime, &ru0.ru_utime, &j->usrtime); 1398 timersub(&j->systime, &ru0.ru_stime, &j->systime);
|
H A D | sh.h | 340 #ifndef timersub 341 #define timersub(tvp,uvp,vvp) \ macro
|
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 313 timersub (&now, &tstamp, &diff) ; in alsa_write_float()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 1655 #ifndef timersub 1656 #define timersub(a, b, result) \ macro 1707 timersub(&now, &tstamp, &diff);
|
Completed in 18 milliseconds