Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dhistogram.h39 std::vector<size_t> buckets_; variable
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h294 BucketList *buckets_; variable
750 BucketList *buckets_; variable
/external/cronet/third_party/icu/source/i18n/unicode/
Dalphaindex.h294 BucketList *buckets_; variable
750 BucketList *buckets_; variable
/external/icu/libicu/cts_headers/unicode/
Dalphaindex.h294 BucketList *buckets_; variable
750 BucketList *buckets_; variable
/external/tensorflow/tensorflow/core/lib/monitoring/
Dsampler.h103 std::unique_ptr<Buckets> buckets_; variable
262 std::unique_ptr<Buckets> buckets_; variable
/external/leveldb/util/
Dhistogram.h39 double buckets_[kNumBuckets]; variable
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.h111 std::vector<uint64> buckets_; variable
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.h96 std::vector<double> buckets_; variable
/external/webrtc/rtc_base/
Drate_statistics.h81 std::deque<Bucket> buckets_; variable
/external/cronet/base/sampling_heap_profiler/
Dlock_free_address_hash_set.h88 std::vector<std::atomic<Node*>> buckets_; variable
/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.h98 std::vector<subtle::AtomicWord> buckets_; variable
/external/cronet/base/task/sequence_manager/
Dtiming_wheel.h239 std::array<std::vector<T>, WheelSize> buckets_; variable
/external/cronet/third_party/brotli/enc/
Dhash_longest_match_quickly_inc.h43 uint32_t* buckets_; /* uint32_t[BUCKET_SIZE]; */ member
Dhash_longest_match_inc.h54 uint32_t* buckets_; /* uint32_t[bucket_size * block_size]; */ member
Dhash_longest_match64_inc.h57 uint32_t* buckets_; /* uint32_t[bucket_size * block_size]; */ member
Dhash_to_binary_tree_inc.h41 uint32_t* buckets_; /* uint32_t[BUCKET_SIZE]; */ member
/external/brotli/c/enc/
Dhash_longest_match_quickly_inc.h43 uint32_t* buckets_; /* uint32_t[BUCKET_SIZE]; */ member
Dhash_longest_match_inc.h54 uint32_t* buckets_; /* uint32_t[bucket_size * block_size]; */ member
Dhash_longest_match64_inc.h57 uint32_t* buckets_; /* uint32_t[bucket_size * block_size]; */ member
Dhash_to_binary_tree_inc.h41 uint32_t* buckets_; /* uint32_t[BUCKET_SIZE]; */ member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp308 bucket_type* buckets_; member in asio::detail::hash_map
/external/cronet/base/allocator/partition_allocator/
Dthread_cache.h426 Bucket buckets_[kBucketCount]; in PA_COMPONENT_EXPORT() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Denum_set.h459 std::vector<Bucket> buckets_; variable
/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h354 std::vector<Bucket> buckets_; variable
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs241 …private readonly pbc::RepeatedField<global::Grpc.Core.Bucket> buckets_ = new pbc::RepeatedField<gl… field in Grpc.Core.Histogram