HomeSort by relevance Sort by last modified time
    Searched refs:MAX_COUNTER (Results 1 - 8 of 8) 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/chromium_org/net/disk_cache/
stats.h 51 MAX_COUNTER
97 int64 counters_[MAX_COUNTER];
stats.cc 21 int64 counters[disk_cache::Stats::MAX_COUNTER];
66 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER,
159 DCHECK(an_event >= MIN_COUNTER && an_event < MAX_COUNTER);
164 DCHECK(counter >= MIN_COUNTER && counter < MAX_COUNTER);
169 DCHECK(counter >= MIN_COUNTER && counter < MAX_COUNTER);
181 for (int i = MIN_COUNTER; i < MAX_COUNTER; i++) {
  /external/dropbear/
random.c 35 #define MAX_COUNTER 1<<30
196 if (counter > MAX_COUNTER) {
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 74 disk_cache::Stats::MAX_COUNTER * sizeof(int64);
90 for (int i = 0; i < disk_cache::Stats::MAX_COUNTER; i++)

Completed in 1000 milliseconds