Searched refs:get_clock (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Dqemu-timer.h106 static inline int64_t get_clock(void) function
117 static inline int64_t get_clock(void) function
H A Dqemu-timer.c138 ti = get_clock();
164 timers_state.cpu_clock_offset -= get_clock();
652 return get_clock() / 1000000;
669 return get_clock();
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c305 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 3877 milliseconds