OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rand_tv
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
slice-test.c
95
GTimeVal
rand_tv
;
local
96
g_get_current_time (&
rand_tv
);
97
rand_accu =
rand_tv
.tv_usec + (
rand_tv
.tv_sec << 16);
160
GTimeVal
rand_tv
;
local
161
g_get_current_time (&
rand_tv
);
162
rand_accu =
rand_tv
.tv_usec + (
rand_tv
.tv_sec << 16);
Completed in 23 milliseconds