Home
last modified time | relevance | path

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

1234

/external/libchrome/base/test/metrics/
Dhistogram_tester.h165 struct Bucket { struct
166 Bucket(HistogramBase::Sample min, HistogramBase::Count count) in Bucket() argument
175 void PrintTo(const Bucket& value, std::ostream* os); argument
/external/webrtc/rtc_base/
Drate_statistics.h74 struct Bucket { struct
81 std::deque<Bucket> buckets_; argument
/external/llvm-project/llvm/include/llvm/ADT/
DStringMap.h152 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
184 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
219 int Bucket = FindKey(Key); in find() local
226 int Bucket = FindKey(Key); in find() local
278 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
317 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local
340 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
382 : Ptr(Bucket) { in Ptr() argument
424 : base(Bucket, NoAdvance) {} in base() argument
441 : base(Bucket, NoAdvance) {} in base() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h285 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
317 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
356 int Bucket = FindKey(Key); in find() local
362 int Bucket = FindKey(Key); in find() local
395 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
434 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local
456 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
499 : Ptr(Bucket) { in Ptr() argument
540 : base(Bucket, NoAdvance) {} in base() argument
557 : base(Bucket, NoAdvance) {} in base() argument
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatset.h257 struct Bucket { struct
272 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { in MoveFrom() argument
275 void CopyFrom(uint32 i, Bucket* src, uint32 src_index) { in CopyFrom() argument
Dflatmap.h320 struct Bucket { struct
321 uint8 marker[Rep::kWidth];
324 union Storage {
349 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { in MoveFrom() argument
353 void CopyFrom(uint32 i, Bucket* src, uint32 src_index) { in CopyFrom() argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h271 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
316 int Bucket = FindKey(Key); in find() local
322 int Bucket = FindKey(Key); in find() local
350 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
379 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local
401 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
437 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
458 : Ptr(Bucket) { in Ptr() argument
/external/llvm/include/llvm/ADT/
DStringMap.h265 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
310 int Bucket = FindKey(Key); in find() local
316 int Bucket = FindKey(Key); in find() local
346 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
375 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in emplace_second() local
397 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
433 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
454 : Ptr(Bucket) { in Ptr() argument
/external/llvm/lib/Support/
DFoldingSet.cpp323 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
357 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
399 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
428 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
445 void **Bucket = GetBucketPtr(Probe); in advance() local
460 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
DSmallPtrSet.cpp50 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local
79 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local
89 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp323 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
357 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
399 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
428 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
445 void **Bucket = GetBucketPtr(Probe); in advance() local
460 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
DSmallPtrSet.cpp51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local
80 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local
90 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp324 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
358 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
400 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
429 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
446 void **Bucket = GetBucketPtr(Probe); in advance() local
461 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
DSmallPtrSet.cpp51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local
66 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp137 struct Bucket { struct
138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() function
141 const SCEV *BaseSCEV;
142 SmallVector<BucketElement, 16> Elements;
309 SmallVector<Bucket, 16> &Buckets, in addOneCandidate()
680 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep()
685 for (auto &Bucket : Buckets) in updateFormPrep() local
698 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
706 for (auto &Bucket : Buckets) { in dispFormPrep() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp135 struct Bucket { struct
136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() function
139 const SCEV *BaseSCEV;
140 SmallVector<BucketElement, 16> Elements;
310 SmallVector<Bucket, 16> &Buckets, in addOneCandidate()
689 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep()
694 for (auto &Bucket : Buckets) in updateFormPrep() local
707 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
715 for (auto &Bucket : Buckets) { in dispFormPrep() local
/external/llvm-project/llvm/lib/Support/
DFoldingSet.cpp329 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
365 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
407 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
438 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
455 void **Bucket = GetBucketPtr(Probe); in advance() local
470 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
DSmallPtrSet.cpp51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local
66 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs66 struct Bucket { struct
78 impl Bucket { argument
301 unsafe fn rehash_bucket_into(bucket: &'static Bucket, table: &mut HashTable) { in rehash_bucket_into()
334 fn lock_bucket(key: usize) -> &'static Bucket { in lock_bucket()
360 fn lock_bucket_checked(key: &AtomicUsize) -> (usize, &'static Bucket) { in lock_bucket_checked()
392 fn lock_bucket_pair(key1: usize, key2: usize) -> (&'static Bucket, &'static Bucket) { in lock_bucket_pair()
438 unsafe fn unlock_bucket_pair(bucket1: &Bucket, bucket2: &Bucket) { in unlock_bucket_pair()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h59 struct Bucket { struct
62 Cell cells[kBucketSize]; argument
82 Bucket *bucket_; argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h58 struct Bucket { struct
61 Cell cells[kBucketSize]; argument
83 Bucket *bucket_; argument
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp114 struct Bucket { struct
115 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() argument
118 const SCEV *BaseSCEV;
119 SmallVector<BucketElement, 16> Elements;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize() local
83 for (auto &Bucket : Buckets) in finalize() local
251 for (auto &Bucket : Contents.getBuckets()) { in emitHashes() local
400 for (auto &Bucket : Contents.getBuckets()) { in getUniqueTags() local
435 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets() local
444 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets() local
502 for (auto &Bucket : Contents.getBuckets()) { in emitData() local
672 for (auto &Bucket : Buckets) in print() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize() local
83 for (auto &Bucket : Buckets) in finalize() local
250 for (auto &Bucket : Contents.getBuckets()) { in emitHashes() local
398 for (auto &Bucket : Contents.getBuckets()) { in getUniqueTags() local
433 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets() local
442 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets() local
500 for (auto &Bucket : Contents.getBuckets()) { in emitData() local
674 for (auto &Bucket : Buckets) in print() local
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/core/
Dstats_pb.rb28 Bucket = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Bucket").msgclass constant

1234