Home
last modified time | relevance | path

Searched refs:bucket_idx (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DMappedHash.h185 uint32_t GetHashIndex(uint32_t bucket_idx) const { in GetHashIndex() argument
187 if (m_hash_indexes && bucket_idx < m_header.bucket_count) in GetHashIndex()
188 memcpy(&result, m_hash_indexes + bucket_idx, sizeof(uint32_t)); in GetHashIndex()
215 const uint32_t bucket_idx = hash_value % bucket_count; in Find() local
216 uint32_t hash_idx = GetHashIndex(bucket_idx); in Find()
246 if ((curr_hash_value % bucket_count) != bucket_idx) in Find()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp378 for (uint32_t bucket_idx = 0; bucket_idx < num_buckets; in UpdateISAToDescriptorMapIfNeeded() local
379 ++bucket_idx) { in UpdateISAToDescriptorMapIfNeeded()