OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_countdown
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/timetest/
timetest.c
63
int
print_countdown
= 1;
local
87
if(
print_countdown
!= print_interval)
89
if(--
print_countdown
== 0) {
94
print_countdown
= print_interval;
Completed in 871 milliseconds