OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hires_counter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c
863
LARGE_INTEGER
hires_counter
, li_frequency;
local
901
if (QueryPerformanceCounter(&
hires_counter
) != 0) {
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);
[
all
...]
windows_usb.c
2159
LARGE_INTEGER
hires_counter
, li_frequency;
local
[
all
...]
Completed in 235 milliseconds