Home
last modified time | relevance | path

Searched refs:timercmp (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtime.h38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtime.h38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtime.h65 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtime.h38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
/third_party/musl/include/sys/
H A Dtime.h38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
/third_party/backends/backend/
H A Dmagicolor.c2079 while (timercmp(&nowtime, &endtime, <)) { in mc_network_discovery()

Completed in 5 milliseconds