Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | poll_windows.h | 109 #if !defined(TIMESPEC_TO_TIMEVAL) 110 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
|
D | threads_windows.c | 194 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.h | 61 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
|
D | _libevent_time.h | 61 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
|
/external/libusb/libusb/ |
D | io.c | 1083 TIMESPEC_TO_TIMEVAL(&transfer->timeout, ¤t_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/ |
D | io.c | 1224 TIMESPEC_TO_TIMEVAL(&transfer->timeout, ¤t_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/ |
D | strip.c | 329 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()
|