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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 235 int64_t end_counter = 0; local
248 end_counter = rdtsc();
250 cycles[i] = end_counter - start_counter;
lp_test_blend.c 478 int64_t end_counter = 0; local
505 end_counter = rdtsc();
507 cycles[i] = end_counter - start_counter;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 210 end_counter = 0
217 end_counter = end_counter + 1
229 if begin_counter - end_counter < 0:
231 elif begin_counter - end_counter > 0:
  /external/python/cpython2/Tools/scripts/
pindent.py 210 end_counter = 0
217 end_counter += 1
229 if begin_counter - end_counter < 0:
231 elif begin_counter - end_counter > 0:
  /external/python/cpython3/Tools/scripts/
pindent.py 208 end_counter = 0
215 end_counter += 1
227 if begin_counter - end_counter < 0:
229 elif begin_counter - end_counter > 0:

Completed in 231 milliseconds