OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_clock
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/bench/
mem-memcpy.c
92
static u64
get_clock
(void)
function
130
clock_start =
get_clock
();
132
clock_end =
get_clock
();
/external/qemu/
qemu-timer.h
106
static inline int64_t
get_clock
(void)
function
117
static inline int64_t
get_clock
(void)
function
/external/e2fsprogs/lib/uuid/
gen_uuid.c
305
static int
get_clock
(uint32_t *clock_high, uint32_t *clock_low,
function
572
get_clock
(&clock_mid, &uu.time_low, &uu.clock_seq, num);
Completed in 4541 milliseconds