Home
last modified time | relevance | path

Searched defs:bucket_index (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache_unittest.cc178 uint16_t bucket_index = SizeToIndex(raw_size); in FillThreadCacheAndReturnIndex() local
276 size_t bucket_index = in TEST_P() local
286 size_t bucket_index = FillThreadCacheAndReturnIndex(kMediumSize, 1000); in TEST_P() local
293 size_t bucket_index = FillThreadCacheAndReturnIndex(kMediumSize, allocations); in TEST_P() local
307 size_t bucket_index = FillThreadCacheAndReturnIndex(kSmallSize); in TEST_P() local
388 uint16_t bucket_index = in FillThreadCacheAndReturnIndex() local
610 size_t bucket_index = FillThreadCacheAndReturnIndex( in TEST_P() local
647 size_t bucket_index = in ThreadMain() local
733 int bucket_index, in ThreadDelegateForPurgeAll()
780 size_t bucket_index = FillThreadCacheAndReturnIndex(kSmallSize); in TEST_P() local
[all …]
H A Dthread_cache.h490 size_t bucket_index, in MaybePutInCache()
526 PA_ALWAYS_INLINE uintptr_t ThreadCache::GetFromCache(size_t bucket_index, in GetFromCache()
H A Dpartition_alloc_unittest.cc457 size_t bucket_index = SizeToIndex(real_size); in GetNumPagesPerSlotSpan() local
469 size_t bucket_index = SizeToIndex(real_size); in GetFullSlotSpan() local
872 size_t bucket_index = in TEST_P() local
898 size_t bucket_index = in TEST_P() local
1860 size_t bucket_index = SizeToIndex(big_size + ExtraAllocSize(allocator)); in TEST_P() local
2119 size_t bucket_index; in TEST_P() local
2254 size_t bucket_index = SizeToIndex(big_size + ExtraAllocSize(allocator)); in TEST_P() local
3492 size_t bucket_index = in TEST_P() local
3932 size_t bucket_index = SizeToIndex(small_size - ExtraAllocSize(allocator)); in TEST_P() local
5378 size_t bucket_index = in TEST_P() local
H A Dgwp_asan_support.cc35 uint16_t bucket_index = PartitionRoot::SizeToBucketIndex( in MapRegion() local
H A Dpartition_bucket_lookup.h85 uint16_t bucket_index = 0; in BucketIndexLookup() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.cpp349 const auto& bucket_index = variable_locators_[variable_index]; in mark_variable_ready_dense() local
438 const auto& bucket_index = variable_locators_[variable_index]; in mark_variable_ready_sparse() local
792 const auto& bucket_index = variable_locators_[index]; in get_param_from_index() local
887 const auto& bucket_index = variable_locators_[variable_index]; in mark_variable_ready() local
991 size_t bucket_index, in get_variables_for_bucket()
1023 void Reducer::mark_bucket_ready(size_t bucket_index) { in mark_bucket_ready()
1088 for (const auto bucket_index : c10::irange(bucket_count)) { in initialize_buckets() local
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DByteBucketArray.h57 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; variable
69 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; in editItemAt() local
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/storage/
H A Dpackage_table.rs42 pub bucket_index: u32, field
54 let bucket_index = PackageTableNode::find_bucket_index(package.package_name, num_buckets); in new() localVariable
H A Dflag_table.rs42 pub bucket_index: u32, field
53 let bucket_index = FlagTableNode::find_bucket_index(package_id, flag_name, num_buckets); in new() localVariable
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dhash_table.h133 Index bucket_index = hasher_.Hash(key) % hash_buckets_; in Insert() local
149 Index bucket_index = hash_value % hash_buckets_; in Lookup() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c174 unsigned bucket_index) in pb_cache_reclaim_buffer()
278 struct pb_buffer_lean *buf, unsigned bucket_index) in pb_cache_init_entry()
H A Dpb_cache.h44 unsigned bucket_index; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp3588 std::size_t bucket_index = this->hash_to_bucket(key_hash); in find_node_impl() local
3637 std::size_t bucket_index = this->hash_to_bucket(key_hash); in extract_by_key() local
3687 std::size_t bucket_index = this->hash_to_bucket(key_hash); in add_node_unique() local
4016 std::size_t bucket_index = this->node_bucket(n); in extract_by_iterator_unique() local
4039 std::size_t bucket_index = this->hash_to_bucket(key_hash); in erase_key_unique() local
4054 std::size_t bucket_index = this->node_bucket(i); in erase_nodes_unique() local
4200 std::size_t bucket_index = this->hash_to_bucket(key_hash); in add_node_equiv() local
4382 std::size_t bucket_index = this->node_bucket(i); in extract_by_iterator_equiv() local
4411 std::size_t bucket_index = this->hash_to_bucket(key_hash); in erase_key_equiv() local
4432 std::size_t bucket_index = this->node_bucket(i); in erase_nodes_equiv() local
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/
H A Dhook_states.py14 def get_key(self, bucket_index): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_table_op.cc536 int64_t bucket_index = key_hash & bit_mask; in Find() local
710 int64_t bucket_index = key_hash & bit_mask; in DoInsert() local
771 int64_t bucket_index = key_hash & bit_mask; in DoRemove() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dunderrun_optimizer.cc60 int bucket_index = histogram_.Quantile(histogram_quantile_); in Update() local
H A Dreorder_optimizer.cc40 int bucket_index = MinimizeCostFunction(base_delay_ms); in Update() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dflag_table_query.rs49 let bucket_index = FlagTableNode::find_bucket_index(package_id, flag, num_buckets); in find_flag_read_context() localVariable
H A Dpackage_table_query.rs49 let bucket_index = PackageTableNode::find_bucket_index(package, num_buckets); in find_package_read_context() localVariable
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_bo.c17 unsigned bucket_index = util_logbase2(size); in agx_bucket_index() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc149 const auto bucket_index = [base_log, is_2, &param](int32_t x) { in ChiSquaredTestImpl() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/
H A Dlog_uniform_int_distribution_test.cc149 const auto bucket_index = [base_log, is_2, &param](int32_t x) { in ChiSquaredTestImpl() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution_test.cc148 const auto bucket_index = [base_log, is_2, &param](int32_t x) { in ChiSquaredTestImpl() local
/aosp_15_r20/external/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution_test.cc148 const auto bucket_index = [base_log, is_2, &param](int32_t x) { in ChiSquaredTestImpl() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution_test.cc149 const auto bucket_index = [base_log, is_2, &param](int32_t x) { in ChiSquaredTestImpl() local

123