Home
last modified time | relevance | path

Searched refs:num_buckets (Results 1 - 18 of 18) sorted by relevance

/third_party/libdrm/etnaviv/
H A Detnaviv_bo_cache.c35 unsigned i = cache->num_buckets; in add_bucket()
41 cache->num_buckets++; in add_bucket()
77 for (i = 0; i < cache->num_buckets; i++) { in etna_bo_cache_cleanup()
103 for (i = 0; i < cache->num_buckets; i++) { in get_bucket()
H A Detnaviv_priv.h57 unsigned num_buckets; member
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo_cache.c32 unsigned i = cache->num_buckets; in add_bucket()
38 cache->num_buckets++; in add_bucket()
74 for (i = 0; i < cache->num_buckets; i++) { in etna_bo_cache_cleanup()
101 for (i = 0; i < cache->num_buckets; i++) { in get_bucket()
H A Detnaviv_priv.h63 unsigned num_buckets; member
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo_cache.c36 unsigned int i = cache->num_buckets; in add_bucket()
42 cache->num_buckets++; in add_bucket()
89 for (i = 0; i < cache->num_buckets; i++) { in fd_bo_cache_cleanup()
117 for (i = 0; i < cache->num_buckets; i++) { in get_bucket()
H A Dfreedreno_priv.h115 int num_buckets; member
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h143 HASH_TO_BKT(_hd_hh_item->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \
159 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \
221 (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS; \
319 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _ha_bkt); \
342 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _ha_bkt); \
457 (head)->hh.tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
473 HASH_TO_BKT(_hd_hh_del->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \
524 for (_bkt_i = 0; _bkt_i < (head)->hh.tbl->num_buckets; ++_bkt_i) { \
839 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets * 2U); \
844 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets *
1094 unsigned num_buckets, log2_num_buckets; global() member
[all...]
/third_party/libdrm/intel/
H A Duthash.h124 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \
179 (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS; \
264 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _ha_bkt); \
300 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _ha_bkt); \
342 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
365 HASH_TO_BKT( _hd_hh_del->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \
408 for( _bkt_i = 0; _bkt_i < (head)->hh.tbl->num_buckets; _bkt_i++) { \
798 2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
801 2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
804 (((tbl->num_items & ((tbl->num_buckets*
1032 unsigned num_buckets, log2_num_buckets; global() member
[all...]
H A Dintel_bufmgr_gem.c124 int num_buckets; member
400 for (i = 0; i < bufmgr_gem->num_buckets; i++) { in drm_intel_gem_bo_bucket_for_size()
1212 for (i = 0; i < bufmgr_gem->num_buckets; i++) { in drm_intel_gem_cleanup_bo_cache()
1971 for (i = 0; i < bufmgr_gem->num_buckets; i++) { in drm_intel_bufmgr_gem_destroy()
3012 unsigned int i = bufmgr_gem->num_buckets; in add_bucket()
3018 bufmgr_gem->num_buckets++; in add_bucket()
/third_party/libdrm/freedreno/
H A Dfreedreno_bo_cache.c38 unsigned int i = cache->num_buckets; in add_bucket()
44 cache->num_buckets++; in add_bucket()
89 for (i = 0; i < cache->num_buckets; i++) { in fd_bo_cache_cleanup()
116 for (i = 0; i < cache->num_buckets; i++) { in get_bucket()
H A Dfreedreno_priv.h78 int num_buckets; member
/third_party/node/deps/v8/src/logging/
H A Dcounters.h167 int num_buckets() const { return num_buckets_; } in num_buckets() function in v8::internal::Histogram
180 void Initialize(const char* name, int min, int max, int num_buckets, in Initialize() argument
185 num_buckets_ = num_buckets; in Initialize()
255 TimedHistogramResolution resolution, int num_buckets, in Initialize()
257 Histogram::Initialize(name, min, max, num_buckets, counters); in Initialize()
270 TimedHistogramResolution resolution, int num_buckets, in NestedTimedHistogram()
273 Initialize(name, min, max, resolution, num_buckets, counters); in NestedTimedHistogram()
507 #define HR(name, caption, min, max, num_buckets) \
640 #define HR(name, caption, min, max, num_buckets) Histogram name##_;
254 Initialize(const char* name, int min, int max, TimedHistogramResolution resolution, int num_buckets, Counters* counters) Initialize() argument
269 NestedTimedHistogram(const char* name, int min, int max, TimedHistogramResolution resolution, int num_buckets, Counters* counters) NestedTimedHistogram() argument
H A Dcounters.cc114 int num_buckets; in Counters() member
116 #define HR(name, caption, min, max, num_buckets) \ in Counters()
117 {&Counters::name##_, #caption, min, max, num_buckets}, in Counters()
124 histogram.num_buckets, this); in Counters()
272 #define HR(name, caption, min, max, num_buckets) name##_.Reset(); in ResetCreateHistogramFunction()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c203 int num_buckets; member
285 struct bo_cache_bucket **cache_bucket, int **num_buckets) in bucket_info_for_heap()
290 *num_buckets = &bufmgr->num_buckets; in bucket_info_for_heap()
294 *num_buckets = &bufmgr->num_local_buckets; in bucket_info_for_heap()
298 *num_buckets = &bufmgr->num_local_preferred_buckets; in bucket_info_for_heap()
303 *num_buckets = NULL; in bucket_info_for_heap()
307 assert(**num_buckets < BUCKET_ARRAY_SIZE); in bucket_info_for_heap()
346 int *num_buckets; in bucket_for_size() local
348 bucket_info_for_heap(bufmgr, heap, &buckets, &num_buckets); in bucket_for_size()
284 bucket_info_for_heap(struct iris_bufmgr *bufmgr, enum iris_heap heap, struct bo_cache_bucket **cache_bucket, int **num_buckets) bucket_info_for_heap() argument
2107 int *num_buckets; add_bucket() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c149 int num_buckets; member
250 return (index < bufmgr->num_buckets) ? in bucket_for_size()
675 for (i = 0; i < bufmgr->num_buckets; i++) { in cleanup_bo_cache()
1149 for (int i = 0; i < bufmgr->num_buckets; i++) { in crocus_bufmgr_destroy()
1477 unsigned int i = bufmgr->num_buckets; in add_bucket()
1483 bufmgr->num_buckets++; in add_bucket()
/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.cc32 int num_buckets = capacity / kLoadFactor; in Allocate() local
35 HashTableStartIndex() + num_buckets + (capacity * kEntrySize), in Allocate()
38 for (int i = 0; i < num_buckets; ++i) { in Allocate()
41 table->SetNumberOfBuckets(num_buckets); in Allocate()
675 int num_buckets = capacity / kLoadFactor; in Initialize() local
678 SetNumberOfBuckets(num_buckets); in Initialize()
686 num_buckets + num_chains); in Initialize()
693 for (int i = 0; i < num_buckets; ++i) { in Initialize()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2645 cache_behaviour_histogram->num_buckets()); in Compile()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc6619 counters->liftoff_bailout_reasons()->num_buckets());

Completed in 41 milliseconds