Home
last modified time | relevance | path

Searched defs:timersub (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/ndk_musl_include/sys/
Dtime.h42 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
/third_party/musl/include/sys/
Dtime.h43 #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/
Dtime.h43 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
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/
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/
Dtime.h70 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h311 #define timersub(tvp, uvp, vvp) \ macro
/third_party/alsa-utils/aplay/
Daplay.c1605 #define timersub(a, b, result) \ macro
/third_party/mksh/
Dsh.h341 #define timersub(tvp,uvp,vvp) \ macro