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

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMappedHash.h53 uint32_t bucket_count = 0; // The number of buckets in this hash table member in struct:MappedHash::Header
66 sizeof(bucket_count) + sizeof(hashes_count) +
80 s.Printf("header.bucket_count = 0x%8.8x %u\n", bucket_count,
81 bucket_count);
92 sizeof(bucket_count) + sizeof(hashes_count) +
122 bucket_count = data.GetU32(&offset);
167 &offset, m_header.bucket_count * sizeof(uint32_t));
180 m_header.bucket_count > 0;
185 if (m_hash_indexes && bucket_idx < m_header.bucket_count)
209 const uint32_t bucket_count = m_header.bucket_count; local
[all...]
/openbsd-current/gnu/llvm/lldb/examples/synthetic/
H A Dunordered_multi.py12 self.bucket_count = None
18 self.bucket_count = None
43 self.bucket_count = bl_ptr.GetChildMemberWithName('__second_').GetChildMemberWithName(
45 logger >> "Bucket count = %r" % self.bucket_count
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A DContainerBenchmarks.h144 const auto bucket_count = c.bucket_count(); local
146 c.rehash(bucket_count + 1);
147 c.rehash(bucket_count);
/openbsd-current/gnu/gcc/libstdc++-v3/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;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c3446 unsigned bucket_count;
3527 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
3530 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
3579 idx = idx & (map->bucket_count - 1);
3610 idx = idx & (map->bucket_count - 1);
3432 unsigned bucket_count; member in struct:value_map_hash_table_struct
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dhashtable.h418 bucket_count() const function in class:hashtable
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_hashtable.h363 size_type bucket_count() const { return _M_buckets.size(); } function in class:__gnu_cxx::hashtable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c4347 unsigned bucket_count;
4430 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
4433 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
4497 idx = idx & (map->bucket_count - 1);
4532 idx = idx & (map->bucket_count - 1);
4332 unsigned bucket_count; member in struct:value_map_hash_table_struct

Completed in 152 milliseconds