Home
last modified time | relevance | path

Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/include/sys/
Dtime.h53 #define TIMESPEC_TO_TIMEVAL(tv, ts) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h53 #define TIMESPEC_TO_TIMEVAL(tv, ts) ( \ macro
/third_party/musl/ndk_musl_include/sys/
Dtime.h52 #define TIMESPEC_TO_TIMEVAL(tv, ts) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h53 #define TIMESPEC_TO_TIMEVAL(tv, ts) ( \ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h53 #define TIMESPEC_TO_TIMEVAL(tv, ts) ( \ macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h80 #define TIMESPEC_TO_TIMEVAL(tv, ts) ( \ macro
/third_party/libusb/libusb/
Dlibusbi.h265 #ifndef TIMESPEC_TO_TIMEVAL
266 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
Dio.c2587 TIMESPEC_TO_TIMEVAL(tv, &next_timeout); in libusb_get_next_timeout()