Searched refs:timer_tp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c47 struct timespec timer_tp; variable in typeref:struct:timespec
913 timer_tp.tv_sec = (long)(hires_counter.QuadPart / hires_frequency);
914 timer_tp.tv_nsec = (long)(((hires_counter.QuadPart % hires_frequency)/1000) * hires_ticks_to_ps);
918 wince_clock_gettime(USBI_CLOCK_REALTIME, &timer_tp);
953 *tp = timer_tp;
H A Dwindows_usb.c111 struct timespec timer_tp; variable in typeref:struct:timespec
2209 timer_tp.tv_sec = (long)(hires_counter.QuadPart / hires_frequency);
2210 timer_tp.tv_nsec = (long)(((hires_counter.QuadPart % hires_frequency)/1000) * hires_ticks_to_ps);
2214 windows_clock_gettime(USBI_CLOCK_REALTIME, &timer_tp);
2246 *tp = timer_tp;

Completed in 1942 milliseconds