Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
H A Dpindent.py208 end_counter = 0
215 end_counter += 1
227 if begin_counter - end_counter < 0:
229 elif begin_counter - end_counter > 0:
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c246 int64_t end_counter = 0; in test_one() local
259 end_counter = rdtsc(); in test_one()
261 cycles[i] = end_counter - start_counter; in test_one()
H A Dlp_test_blend.c481 int64_t end_counter = 0; in test_one() local
508 end_counter = rdtsc(); in test_one()
510 cycles[i] = end_counter - start_counter; in test_one()

Completed in 3 milliseconds