HomeSort by relevance Sort by last modified time
    Searched refs:max_buckets (Results 1 - 6 of 6) sorted by null

  /external/qemu/android/utils/
refset.c 33 unsigned index = hash & (s->max_buckets-1);
42 if (index >= s->max_buckets)
43 index -= s->max_buckets;
51 unsigned index = hash & (s->max_buckets-1);
65 index = (index + AREFSET_STEP) & (s->max_buckets-1);
74 if (item == NULL || s->max_buckets == 0)
92 for (nn = 0; nn < s->max_buckets; nn++) {
103 s->max_buckets = newSet.max_buckets;
117 if (s->max_buckets == 0
    [all...]
refset.h 62 int __refset_max = (_set)->max_buckets; \
  /art/runtime/base/
histogram.h 43 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets = 100);
histogram-inl.h 44 size_t max_buckets)
48 max_buckets_(max_buckets),
timing_logger.cc 100 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? 16 : 100; local
102 histograms_[label] = new Histogram<uint64_t>(label.c_str(), 50, max_buckets);
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 1573 milliseconds