Searched refs:bucket_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h65 uint32_t bucket_count; // The number of buckets in this hash table member in struct:MappedHash::Header
74 bucket_count (0),
92 sizeof(bucket_count) +
113 s.Printf ("header.bucket_count = 0x%8.8x %u\n", bucket_count, bucket_count);
125 sizeof (bucket_count) +
163 bucket_count = data.GetU32 (&offset);
234 header.bucket_count = 0;
250 header.bucket_count
434 const uint32_t bucket_count = m_header.bucket_count; local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h85 uint32_t bucket_count; // The number of buckets in this hash table. member in struct:llvm::DwarfAccelTable::TableHeader
96 hash_function(dwarf::DW_hash_function_djb), bucket_count(0),
104 << "Bucket Count: " << bucket_count << "\n"
H A DDwarfAccelTable.cpp54 Header.bucket_count = num / 4;
56 Header.bucket_count = num / 2;
58 Header.bucket_count = num > 0 ? num : 1;
91 Buckets.resize(Header.bucket_count);
93 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
108 Asm->EmitInt32(Header.bucket_count);
/freebsd-10.3-release/contrib/libstdc++/include/debug/
H A Dhash_map.h241 using _Base::bucket_count;
H A Dhash_multimap.h225 using _Base::bucket_count;
H A Dhash_multiset.h206 using _Base::bucket_count;
H A Dhash_set.h216 using _Base::bucket_count;
/freebsd-10.3-release/contrib/libstdc++/include/ext/
H A Dhashtable.h419 bucket_count() const function in class:hashtable

Completed in 172 milliseconds