OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_counter
(Results
1 - 3
of
3
) sorted by null
/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/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c
231
int64_t
end_counter
= 0;
local
244
end_counter
= rdtsc();
246
cycles[i] =
end_counter
- start_counter;
lp_test_blend.c
497
int64_t
end_counter
= 0;
local
521
end_counter
= rdtsc();
523
cycles[i] =
end_counter
- start_counter;
569
int64_t
end_counter
= 0;
local
601
end_counter
= rdtsc();
603
cycles[i] =
end_counter
- start_counter;
Completed in 278 milliseconds