| /external/cronet/base/task/sequence_manager/ |
| D | timing_wheel.h | 111 const size_t bucket_index = CalculateBucketIndex(delay); in Insert() local 129 const size_t bucket_index = handle.bucket_index(); in Remove() local 180 const size_t bucket_index = (i + last_updated_bucket_index_) % WheelSize; in Top() local 202 bool IsBounded(const size_t bucket_index, const size_t element_index) const { in IsBounded() 211 const size_t bucket_index = last_updated_bucket_index_ + nb_buckets_passed; in CalculateBucketIndex() local 219 void ExtractElementsFromBucket(const size_t bucket_index, in ExtractElementsFromBucket()
|
| D | timing_wheel.cc | 37 size_t TimingWheelHandle::bucket_index() const { in bucket_index() function in base::sequence_manager::internal::TimingWheelHandle 45 TimingWheelHandle::TimingWheelHandle(size_t bucket_index, size_t element_index) in TimingWheelHandle()
|
| /external/cronet/base/allocator/partition_allocator/ |
| D | thread_cache_unittest.cc | 157 uint16_t bucket_index = SizeToIndex(size); in FillThreadCacheAndReturnIndex() local 252 size_t bucket_index = in TEST_P() local 262 size_t bucket_index = FillThreadCacheAndReturnIndex(kMediumSize, 1000); in TEST_P() local 269 size_t bucket_index = FillThreadCacheAndReturnIndex(kMediumSize, allocations); in TEST_P() local 290 size_t bucket_index = FillThreadCacheAndReturnIndex(kSmallSize); in TEST_P() local 365 uint16_t bucket_index = in FillThreadCacheAndReturnIndex() local 563 size_t bucket_index = FillThreadCacheAndReturnIndex( in TEST_P() local 598 size_t bucket_index = in ThreadMain() local 655 int bucket_index, in ThreadDelegateForPurgeAll() 701 size_t bucket_index = FillThreadCacheAndReturnIndex(kSmallSize); in TEST_P() local [all …]
|
| D | thread_cache.h | 470 size_t bucket_index, in MaybePutInCache() 506 PA_ALWAYS_INLINE uintptr_t ThreadCache::GetFromCache(size_t bucket_index, in GetFromCache()
|
| D | gwp_asan_support.cc | 39 uint16_t bucket_index = in MapRegion() local
|
| D | partition_bucket_lookup.h | 121 uint16_t bucket_index = 0; in BucketIndexLookup() local
|
| D | partition_alloc_unittest.cc | 427 size_t bucket_index = SizeToIndex(real_size); in GetNumPagesPerSlotSpan() local 440 size_t bucket_index = SizeToIndex(real_size); in GetFullSlotSpan() local 852 size_t bucket_index = in TEST_P() local 1806 size_t bucket_index = SizeToIndex(big_size + ExtraAllocSize(allocator)); in TEST_P() local 2059 size_t bucket_index; in TEST_P() local 2193 size_t bucket_index = SizeToIndex(big_size + ExtraAllocSize(allocator)); in TEST_P() local 3400 size_t bucket_index = in TEST_P() local 3775 size_t bucket_index = SizeToIndex(small_size - ExtraAllocSize(allocator)); in TEST_P() local 5160 size_t bucket_index = in TEST_P() local
|
| /external/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 | 45 unsigned bucket_index; member
|
| /external/webrtc/modules/audio_coding/neteq/ |
| D | underrun_optimizer.cc | 60 int bucket_index = histogram_.Quantile(histogram_quantile_); in Update() local
|
| D | reorder_optimizer.cc | 40 int bucket_index = MinimizeCostFunction(base_delay_ms); in Update() local
|
| /external/webrtc/third_party/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
|
| /external/cronet/third_party/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
|
| /external/tensorflow/third_party/absl/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
|
| /external/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
|
| /external/rust/crates/grpcio-sys/grpc/third_party/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
|
| /external/openscreen/third_party/abseil/src/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
|
| /external/libtextclassifier/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
|
| /external/angle/third_party/abseil-cpp/absl/random/ |
| D | log_uniform_int_distribution_test.cc | 148 const auto bucket_index = [base_log, is_2, ¶m](int32_t x) { in ChiSquaredTestImpl() local
|
| /external/mesa3d/src/panfrost/lib/ |
| D | pan_bo.c | 161 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
|
| /external/libchrome/base/metrics/ |
| D | sample_vector.cc | 36 const size_t bucket_index = GetBucketIndex(value); in Accumulate() local
|
| D | histogram_samples.cc | 281 size_t bucket_index) in SingleSampleIterator()
|
| /external/mesa3d/src/gallium/drivers/lima/ |
| D | lima_bo.c | 148 unsigned bucket_index = util_logbase2(size); in lima_bucket_index() local
|
| /external/cronet/base/metrics/ |
| D | histogram_threadsafe_unittest.cc | 109 size_t bucket_index = GetBucketIndex(sample, ranges); in StoreActualSample() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | lookup_table_op.cc | 536 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
|