HomeSort by relevance Sort by last modified time
    Searched refs:timer_tp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 47 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;
    [all...]
windows_usb.c 111 struct timespec timer_tp; variable in typeref:struct:timespec
    [all...]

Completed in 144 milliseconds