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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 230 int64_t start_counter = 0; local
242 start_counter = rdtsc();
246 cycles[i] = end_counter - start_counter;
lp_test_blend.c 496 int64_t start_counter = 0; local
519 start_counter = rdtsc();
523 cycles[i] = end_counter - start_counter;
568 int64_t start_counter = 0; local
599 start_counter = rdtsc();
603 cycles[i] = end_counter - start_counter;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 230 int64_t start_counter = 0; local
242 start_counter = rdtsc();
246 cycles[i] = end_counter - start_counter;
lp_test_blend.c 496 int64_t start_counter = 0; local
519 start_counter = rdtsc();
523 cycles[i] = end_counter - start_counter;
568 int64_t start_counter = 0; local
599 start_counter = rdtsc();
603 cycles[i] = end_counter - start_counter;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 270 void start_counter(double *pc_freq, __int64 *counter_start) function
289 void start_counter(void) function
316 start_counter(&pc_freq, &counter_start);
327 start_counter();

Completed in 1840 milliseconds