Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DByteBucketArray.h54 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; variable
66 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; in editItemAt() local
/aosp12/art/runtime/
H A Delf_file.cc775 Elf_Word bucket_index = hash % GetHashBucketNum(); in FindDynamicSymbol() local