Home
last modified time | relevance | path

Searched refs:allocateBuckets (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/trace/
Dhistogram.go47 h.allocateBuckets()
52 func (h *histogram) allocateBuckets() { func
179 h.allocateBuckets()
205 h.allocateBuckets()
273 h.allocateBuckets()
/external/llvm/include/llvm/ADT/
DDenseMap.h649 if (allocateBuckets(other.NumBuckets)) { in copyFrom()
659 if (allocateBuckets(InitBuckets)) { in init()
671 allocateBuckets(std::max<unsigned>(64, static_cast<unsigned>(NextPowerOf2(AtLeast-1)))); in grow()
724 bool allocateBuckets(unsigned Num) { in allocateBuckets() function
879 new (getLargeRep()) LargeRep(allocateBuckets(other.getNumBuckets())); in copyFrom()
888 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
926 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()
936 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()
1022 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h647 if (allocateBuckets(other.NumBuckets)) { in copyFrom()
657 if (allocateBuckets(InitBuckets)) { in init()
669 allocateBuckets(std::max<unsigned>(64, static_cast<unsigned>(NextPowerOf2(AtLeast-1)))); in grow()
722 bool allocateBuckets(unsigned Num) { in allocateBuckets() function
879 new (getLargeRep()) LargeRep(allocateBuckets(other.getNumBuckets())); in copyFrom()
888 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
926 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()
936 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()
1023 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h710 if (allocateBuckets(other.NumBuckets)) { in copyFrom()
720 if (allocateBuckets(InitBuckets)) { in init()
732 allocateBuckets(std::max<unsigned>(64, static_cast<unsigned>(NextPowerOf2(AtLeast-1)))); in grow()
787 bool allocateBuckets(unsigned Num) { in allocateBuckets() function
946 new (getLargeRep()) LargeRep(allocateBuckets(other.getNumBuckets())); in copyFrom()
955 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
993 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()
1003 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()
1097 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets() function