Searched defs:bucket_index (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | slot-set.h | 58 void Insert(size_t bucket_index, size_t buckets) { in Insert() 69 bool Contains(size_t bucket_index) { in Contains() 106 void InsertAllocated(size_t bucket_index) { in InsertAllocated() 205 size_t bucket_index; in Insert() local 229 size_t bucket_index; in Contains() local 239 size_t bucket_index; in Remove() local 321 size_t bucket_index; in Lookup() local 371 for (size_t bucket_index = 0; bucket_index < buckets; bucket_index++) { in FreeEmptyBuckets() local 385 for (size_t bucket_index = 0; bucket_index < buckets; bucket_index++) { in CheckPossiblyEmptyBuckets() local 474 for (size_t bucket_index = start_bucket; bucket_index < end_bucket; in Iterate() local [all …]
|
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.c | 174 static int32_t get_sub_bucket_index(int64_t value, int32_t bucket_index, int32_t unit_magnitude) in get_sub_bucket_index() 179 static int32_t counts_index(const struct hdr_histogram* h, int32_t bucket_index, int32_t sub_bucket… in counts_index() 190 static int64_t value_from_index(int32_t bucket_index, int32_t sub_bucket_index, int32_t unit_magnit… in value_from_index() 197 int32_t bucket_index = get_bucket_index(h, value); in counts_index_for() local 205 int32_t bucket_index = (index >> h->sub_bucket_half_count_magnitude) - 1; in hdr_value_at_index() local 219 int32_t bucket_index = get_bucket_index(h, value); in hdr_size_of_equivalent_value_range() local 227 int32_t bucket_index, in size_of_equivalent_value_range_given_bucket_indices() 236 int32_t bucket_index = get_bucket_index(h, value); in lowest_equivalent_value() local 243 int32_t bucket_index, in lowest_equivalent_value_given_bucket_indices() 826 const int32_t bucket_index = get_bucket_index(iter->h, value); in move_next() local
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_cache.c | 149 unsigned bucket_index) in pb_cache_reclaim_buffer() 251 struct pb_buffer *buf, unsigned bucket_index) in pb_cache_init_entry()
|
D | pb_cache.h | 46 unsigned bucket_index; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution_test.cc | 149 const auto bucket_index = [base_log, is_2, ¶m](int32_t x) { in ChiSquaredTestImpl() local
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_bo.c | 163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 148 unsigned bucket_index = util_logbase2(size); in lima_bucket_index() local
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-internal-gen.cc | 216 TNode<WordT> bucket_index = in LoadBucket() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 71685 u16 bucket_index; member 86548 u16 bucket_index; member
|