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
940
ULARGE_INTEGER
rtime
;
local
973
rtime
.LowPart = filetime.dwLowDateTime;
974
rtime
.HighPart = filetime.dwHighDateTime;
975
rtime
.QuadPart -= epoch_time;
976
tp->tv_sec = (long)(
rtime
.QuadPart / 10000000);
977
tp->tv_nsec = (long)((
rtime
.QuadPart % 10000000)*100);
[
all
...]
windows_usb.c
2234
ULARGE_INTEGER
rtime
;
local
[
all
...]
Completed in 74 milliseconds