Searched refs:bucket_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h185 uint32_t GetHashIndex(uint32_t bucket_idx) const {
187 if (m_hash_indexes && bucket_idx < m_header.bucket_count)
188 memcpy(&result, m_hash_indexes + bucket_idx, sizeof(uint32_t));
215 const uint32_t bucket_idx = hash_value % bucket_count; local
216 uint32_t hash_idx = GetHashIndex(bucket_idx);
246 if ((curr_hash_value % bucket_count) != bucket_idx)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp377 for (uint32_t bucket_idx = 0; bucket_idx < num_buckets;
378 ++bucket_idx) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c205 int bucket_idx; local
211 bucket_idx = hash_long(l, MLX4_EN_FILTER_HASH_SHIFT);
213 return &priv->filter_hash[bucket_idx];

Completed in 114 milliseconds