Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
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