Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libusb/src/libusb/os/
Dpoll_windows.h109 #if !defined(TIMESPEC_TO_TIMEVAL)
110 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
Dthreads_windows.c194 TIMESPEC_TO_TIMEVAL(&cur_time, &cur_time_ns); in usbi_cond_timedwait()
196 TIMESPEC_TO_TIMEVAL(&targ_time, abstime); in usbi_cond_timedwait()
/external/chromium_org/third_party/libevent/compat/sys/
D_time.h61 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
D_libevent_time.h61 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/external/libusb/libusb/
Dio.c1083 TIMESPEC_TO_TIMEVAL(&transfer->timeout, &current_time); in calculate_timeout()
1711 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts); in handle_timeouts_locked()
2134 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()
/external/chromium_org/third_party/libusb/src/libusb/
Dio.c1224 TIMESPEC_TO_TIMEVAL(&transfer->timeout, &current_time); in calculate_timeout()
1865 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts); in handle_timeouts_locked()
2375 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()
/external/elfutils/0.153/src/
Dstrip.c329 TIMESPEC_TO_TIMEVAL (&tv[0], &pre_st.st_atim); in process_file()
330 TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.st_mtim); in process_file()