Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DMappedHash.h272 const uint32_t bucket_idx = hash % header.bucket_count; in Save() local
406 GetHashIndex (uint32_t bucket_idx) const in GetHashIndex()
437 const uint32_t bucket_idx = hash_value % bucket_count; in Find() local
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp412 for (uint32_t bucket_idx = 0; bucket_idx < num_buckets; ++bucket_idx) in UpdateISAToDescriptorMapIfNeeded() local