Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtime.h43 #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 Dtime.h43 #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 Dtime.h70 #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 Dtime.h43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
/third_party/musl/include/sys/
H A Dtime.h43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h62 timersub(&now, &start_, &elapsed); in GetElapsed()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H A Dhackbench.c361 timersub(&stop, &start, &diff); in main()
/third_party/mksh/
H A Dfuncs.c1741 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 Djobs.c1396 timersub(&j->usrtime, &ru0.ru_utime, &j->usrtime);
1398 timersub(&j->systime, &ru0.ru_stime, &j->systime);
H A Dsh.h340 #ifndef timersub
341 #define timersub(tvp,uvp,vvp) \ macro
/third_party/libsnd/programs/
H A Dsndfile-play.c313 timersub (&now, &tstamp, &diff) ; in alsa_write_float()
/third_party/alsa-utils/aplay/
H A Daplay.c1655 #ifndef timersub
1656 #define timersub(a, b, result) \ macro
1707 timersub(&now, &tstamp, &diff);

Completed in 19 milliseconds