OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
902
timer_tp
.tv_sec = (long)(hires_counter.QuadPart / hires_frequency);
903
timer_tp
.tv_nsec = (long)(((hires_counter.QuadPart % hires_frequency)/1000) * hires_ticks_to_ps);
907
wince_clock_gettime(USBI_CLOCK_REALTIME, &
timer_tp
);
942
*tp =
timer_tp
;
[
all
...]
windows_usb.c
111
struct timespec
timer_tp
;
variable in typeref:struct:timespec
[
all
...]
Completed in 44 milliseconds