Searched refs:NBucket (Results 1 – 9 of 9) sorted by relevance
3070 size_t NBucket = HashTable->nbucket; in printHashHistogram() local3079 if (NChain == 0 || NBucket == 0) in printHashHistogram()3082 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram()3085 for (size_t B = 0; B < NBucket; B++) { in printHashHistogram()3097 for (size_t B = 0; B < NBucket; B++) in printHashHistogram()3101 OS << "Histogram for bucket list length (total of " << NBucket in printHashHistogram()3107 (Count[I] * 100.0) / NBucket, in printHashHistogram()3114 size_t NBucket = GnuHashTable->nbuckets; in printHashHistogram() local3125 if (Chains.size() == 0 || NBucket == 0) in printHashHistogram()3128 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram()[all …]
188 NBucket: [[NBUCKET]]232 NBucket: [[NBUCKET=0x2]]
261 NBucket: [[NBUCKET]]
448 NBucket: [[NBUCKET=1]]
4846 size_t NBucket = HashTable.nbucket; in printHashHistogram() local4855 if (NChain == 0 || NBucket == 0) in printHashHistogram()4858 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram()4861 for (size_t B = 0; B < NBucket; B++) { in printHashHistogram()4884 for (size_t B = 0; B < NBucket; B++) in printHashHistogram()4888 OS << "Histogram for bucket list length (total of " << NBucket in printHashHistogram()4894 (Count[I] * 100.0) / NBucket, in printHashHistogram()4915 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram() local4916 if (Chains.empty() || NBucket == 0) in printGnuHashHistogram()4920 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram()[all …]
1233 uint32_t NBucket = Data.getU32(Cur); in dumpHashSection() local1235 if (Content.size() != (2 + NBucket + NChain) * 4) { in dumpHashSection()1242 S->Bucket.emplace(NBucket); in dumpHashSection()
335 Optional<llvm::yaml::Hex64> NBucket; member
1179 (!Section.NBucket.hasValue() && !Section.NChain.hasValue())); in sectionMapping()1181 IO.mapOptional("NBucket", Section.NBucket); in sectionMapping()
1462 Section.NBucket.getValueOr(llvm::yaml::Hex64(Section.Bucket->size())), in writeSectionContent()