Searched refs:timercmp (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 65 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/backends/backend/ |
H A D | magicolor.c | 2079 while (timercmp(&nowtime, &endtime, <)) { in mc_network_discovery()
|
Completed in 5 milliseconds