HomeSort by relevance Sort by last modified time
    Searched refs:get_clock (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/uuid/
gen_uuid.c 262 static int get_clock(uint32_t *clock_high, uint32_t *clock_low, function
487 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num);
  /external/qemu/
vl-android.c 708 static int64_t get_clock(void) function
733 static int64_t get_clock(void) function
808 ti = get_clock();
818 timers_state.cpu_clock_offset -= get_clock();
1191 return get_clock() / 1000000;
1208 return get_clock();
    [all...]
vl.c 784 static int64_t get_clock(void) function
809 static int64_t get_clock(void) function
882 ti = get_clock();
892 timers_state.cpu_clock_offset -= get_clock();
1265 return get_clock() / 1000000;
    [all...]

Completed in 66 milliseconds