HomeSort by relevance Sort by last modified time
    Searched defs:MAX_COUNTER (Results 1 - 4 of 4) 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_org/net/disk_cache/blockfile/
stats.h 50 MAX_COUNTER
93 int64 counters_[MAX_COUNTER];
stats.cc 25 int64 counters[disk_cache::Stats::MAX_COUNTER];
70 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; i < MAX_COUNTER; i++) {

Completed in 106 milliseconds