Searched refs:allocateBuckets (Results 1 – 4 of 4) sorted by relevance
47 h.allocateBuckets()52 func (h *histogram) allocateBuckets() { func179 h.allocateBuckets()205 h.allocateBuckets()273 h.allocateBuckets()
649 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() function879 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
647 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() function879 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
710 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() function946 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