Searched defs:num_buckets (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/logging/ |
H A D | counters.cc | 114 int num_buckets; in Counters() member
|
H A D | counters.h | 167 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 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
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_priv.h | 78 int num_buckets; member
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_priv.h | 57 unsigned num_buckets; member
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 63 unsigned num_buckets; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.cc | 32 int num_buckets = capacity / kLoadFactor; in Allocate() local 675 int num_buckets = capacity / kLoadFactor; in Initialize() local
|
/third_party/libdrm/intel/ |
H A D | uthash.h | 1032 unsigned num_buckets, log2_num_buckets; global() member [all...] |
H A D | intel_bufmgr_gem.c | 124 int num_buckets; member
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 115 int num_buckets; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 149 int num_buckets; member
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 1094 unsigned num_buckets, log2_num_buckets; global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.c | 203 int num_buckets; member 346 int *num_buckets; in bucket_for_size() local 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...] |
Completed in 20 milliseconds