/third_party/grpc/tools/run_tests/performance/ |
D | massage_qps_stats_helpers.py | 18 def _threshold_for_count_below(buckets, boundaries, count_below): argument 40 def percentile(buckets, pctl, boundaries): argument
|
/third_party/boost/libs/intrusive/test/ |
D | unordered_test.hpp | 56 typename unordered_type::bucket_type buckets [BucketSize]; in test_all() local 77 typename unordered_type::bucket_type buckets [BucketSize]; in test_all() local 105 typename unordered_type::bucket_type buckets [BucketSize]; in test_impl() local 129 typename unordered_type::bucket_type buckets [BucketSize]; in test_sort() local 156 typename unordered_set_type::bucket_type buckets [BucketSize]; in test_insert() local 215 typename unordered_type::bucket_type buckets [BucketSize]; in test_insert() local 338 typename unordered_type::bucket_type buckets [BucketSize]; in test_insert() local 401 typename unordered_type::bucket_type buckets [BucketSize]; in test_swap() local 629 typename unordered_type::bucket_type buckets[BucketSize]; in test_find() local
|
D | recursive_test.cpp | 34 USet::bucket_type buckets[1]; member in Foo 53 USet::bucket_type buckets[1]; in instantiate() local
|
/third_party/boost/libs/intrusive/example/ |
D | doc_bucket_traits.cpp | 47 custom_bucket_traits(BucketPtr buckets) in custom_bucket_traits() 71 BucketType buckets[custom_bucket_traits::NumBuckets]; in main() local
|
D | doc_map.cpp | 59 UnorderedMap::bucket_type buckets[100]; in main() local
|
D | doc_iterator_from_value.cpp | 65 unordered_set_t::bucket_type buckets[MaxElem]; in main() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | unique_cpu_kernel.h | 137 … const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in SegmentToBuckets() 184 auto &buckets = *buckets_ptr; in GatherSegmentsToBuckets() local 292 …d UniqueEachBucket(const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in UniqueEachBucket() 329 …ic void MergeBuckets(const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets, in MergeBuckets() 368 std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> buckets; in BucketUnique() local
|
D | sparse_optimizer_cpu_kernel.h | 110 std::vector<std::shared_ptr<BucketSparseGradient<T>>> buckets; in BucketReduceSparseGradient() local 206 … const std::vector<std::shared_ptr<BucketSparseGradient<T>>> &buckets) { in CopySegmentIndicesToBucket() 237 auto &buckets = *buckets_ptr; in GatherSegmentIndicesToOutputBucket() local 382 const std::vector<std::shared_ptr<BucketSparseGradient<T>>> &buckets, in ReduceBucketSparseGradientToWorkspace()
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Core/ |
D | Histogram.php | 19 private $buckets; variable in Grpc\\Core\\Histogram
|
/third_party/grpc/src/proto/grpc/core/ |
D | stats.proto | 25 repeated Bucket buckets = 1; field
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | encoder_dict.h | 33 const uint16_t* buckets; member
|
D | hash_longest_match_quickly_inc.h | 58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
D | hash_longest_match64_inc.h | 113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
D | hash_to_binary_tree_inc.h | 72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
/third_party/node/deps/brotli/c/enc/ |
D | encoder_dict.h | 33 const uint16_t* buckets; member
|
D | hash_longest_match_quickly_inc.h | 58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
D | hash_longest_match64_inc.h | 113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
D | hash_to_binary_tree_inc.h | 72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local 124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
|
/third_party/glib/glib/tests/ |
D | gpoll.c | 174 gint buckets[], in bucketize() 197 print_buckets (gint buckets[], in print_buckets() 250 gint buckets[BUCKET_COUNT]; in test_gpoll() local
|
/third_party/grpc/src/php/tests/qps/ |
D | histogram.php | 30 private $buckets; variable in Histogram
|
/third_party/boost/boost/interprocess/indexes/ |
D | iunordered_set_index.hpp | 175 bucket_ptr buckets = alloc.allocate(num); in create_buckets() local 184 ( bucket_ptr buckets, size_type old_size in shrink_buckets() 237 (allocator_type &alloc, bucket_ptr buckets, size_type num) in destroy_buckets()
|
/third_party/libdrm/ |
D | xf86drmHash.h | 44 HashBucketPtr buckets[HASH_SIZE]; member
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Histogram.cs | 44 readonly uint[] buckets; field in Grpc.IntegrationTesting.Histogram
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_cache.h | 54 struct list_head *buckets; member
|
/third_party/typescript/src/services/ |
D | documentRegistry.ts | 121 const buckets = new Map<string, ESMap<Path, DocumentRegistryEntry>>(); constant
|