Searched defs:TIMEVAL_TO_TIMESPEC (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/
H A Dscpmisc.h63 #ifndef TIMEVAL_TO_TIMESPEC
64 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h57 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
H A D_time.h57 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
/external/v8/src/
H A Dplatform-cygwin.cc554 #ifndef TIMEVAL_TO_TIMESPEC
555 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ macro
581 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
H A Dplatform-linux.cc893 #ifndef TIMEVAL_TO_TIMESPEC
894 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ macro
920 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
H A Dplatform-openbsd.cc681 #ifndef TIMEVAL_TO_TIMESPEC
682 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ macro
708 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
H A Dplatform-solaris.cc610 #ifndef TIMEVAL_TO_TIMESPEC
611 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ macro
650 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
/external/openssh/
H A Ddefines.h451 #ifndef TIMEVAL_TO_TIMESPEC
452 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
/external/tcpdump/
H A DsctpConstants.h535 #ifndef TIMEVAL_TO_TIMESPEC
536 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ macro

Completed in 279 milliseconds