OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_COUNTER
(Results
1 - 5
of
5
) sorted by null
/external/qemu/telephony/
test1.c
15
#define
MAX_COUNTER
10
26
printf( "tick %d/%d a %.2fs\n", counter,
MAX_COUNTER
, now/1000. );
27
if (counter <
MAX_COUNTER
)
test2.c
19
#define
MAX_COUNTER
30
32
printf( "tick %d/%d a %.2fs\n", counter,
MAX_COUNTER
, now/1000. );
33
if (counter <
MAX_COUNTER
)
/external/chromium/net/disk_cache/
stats.h
49
MAX_COUNTER
88
int64 counters_[
MAX_COUNTER
];
stats.cc
21
int64 counters[disk_cache::Stats::
MAX_COUNTER
];
65
COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::
MAX_COUNTER
,
178
DCHECK(an_event > MIN_COUNTER || an_event <
MAX_COUNTER
);
183
DCHECK(counter > MIN_COUNTER || counter <
MAX_COUNTER
);
188
DCHECK(counter > MIN_COUNTER || counter <
MAX_COUNTER
);
200
for (int i = MIN_COUNTER + 1; i <
MAX_COUNTER
; i++) {
/external/dropbear/
random.c
35
#define
MAX_COUNTER
1<<30
196
if (counter >
MAX_COUNTER
) {
Completed in 117 milliseconds