Home
last modified time | relevance | path

Searched refs:get_clock (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dcpus.c341 ti = get_clock(); in cpu_get_clock()
351 timers_state.cpu_clock_offset -= get_clock(); in cpu_enable_ticks()
Dqemu-timer.c551 return get_clock(); in qemu_clock_get_ns()
/external/qemu/include/qemu/
Dtimer.h717 static inline int64_t get_clock(void) in get_clock() function
728 static inline int64_t get_clock(void) in get_clock() function
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c309 static int get_clock(uint32_t *clock_high, uint32_t *clock_low, in get_clock() function
577 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num); in uuid__generate_time()