Searched refs:timercmp (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/include/sys/ |
D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | time.h | 37 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 65 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 1127 #define timercmp(tvp, uvp, cmp) \ macro
|
D | sctp_timer.c | 622 if (timercmp(&now, &chk->rec.data.timetodrop, >)) {
|
D | sctp_indata.c | 3397 if (timercmp(&now, &tp1->rec.data.timetodrop, >)) { 3825 if (timercmp(&now, &tp1->rec.data.timetodrop, >)) {
|
D | sctp_input.c | 2745 if (timercmp(&now, &time_expires, >))
|
/third_party/NuttX/ |
D | ReleaseNotes | 10317 and timercmp() as macros. These are non-POSIX interfaces, but
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 2979 +/* Define if timercmp is defined in <sys/time.h> */ 3255 +/* Define if timercmp is defined in <sys/time.h> */
|