HomeSort by relevance Sort by last modified time
    Searched full:pc_freq (Results 1 - 1 of 1) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 175 static double pc_freq; variable
260 double get_counter(__int64 *counter_start, double *pc_freq)
266 x = x / (*pc_freq);
270 void start_counter(double *pc_freq, __int64 *counter_start)
277 *pc_freq = x / 1000.0;
316 start_counter(&pc_freq, &counter_start);
319 time_ms = get_counter(&counter_start, &pc_freq);

Completed in 147 milliseconds