OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtime
(Results
1 - 4
of
4
) sorted by null
/external/eigen/bench/
sparse_randomsetter.cpp
41
static double
rtime
;
variable
56
std::cout << "std::map => \t" << t.value()-
rtime
83
rtime
= t.value();
84
std::cout << "
rtime
= " <<
rtime
<< " (" << dummy << ")\n\n";
99
// std::cout << "gnu::hash_map => \t" << t.value()-
rtime
108
// std::cout << "google::dense => \t" << t.value()-
rtime
117
// std::cout << "google::sparse => \t" << t.value()-
rtime
/external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.c
180
ULARGE_INTEGER
rtime
;
local
189
rtime
.LowPart = filetime.dwLowDateTime;
190
rtime
.HighPart = filetime.dwHighDateTime;
191
rtime
.QuadPart -= epoch_time;
192
cur_time_ns.tv_sec = (long)(
rtime
.QuadPart / 10000000);
193
cur_time_ns.tv_nsec = (long)((
rtime
.QuadPart % 10000000)*100);
wince_usb.c
929
ULARGE_INTEGER
rtime
;
local
962
rtime
.LowPart = filetime.dwLowDateTime;
963
rtime
.HighPart = filetime.dwHighDateTime;
964
rtime
.QuadPart -= epoch_time;
965
tp->tv_sec = (long)(
rtime
.QuadPart / 10000000);
966
tp->tv_nsec = (long)((
rtime
.QuadPart % 10000000)*100);
[
all
...]
windows_usb.c
2223
ULARGE_INTEGER
rtime
;
local
[
all
...]
Completed in 128 milliseconds