Home
last modified time | relevance | path

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

/frameworks/rs/
DrsMap.h91 while (++bucket_index < MAP_NUM_BUCKET) {
92 next = map->bucket[bucket_index];
104 return node == other.node && bucket_index == other.bucket_index &&
109 return node != other.node || bucket_index != other.bucket_index ||
118 iterator(size_t index, LinkNode* n, const Map* m) : bucket_index(index), node(n), map(m) {} in iterator()
121 size_t bucket_index;
/frameworks/base/libs/androidfw/include/androidfw/
DByteBucketArray.h57 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; variable
58 T* bucket = buckets_[bucket_index];
69 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; in editItemAt() local
70 T*& bucket = buckets_[bucket_index]; in editItemAt()
/frameworks/proto_logging/stats/
Datoms.proto23337 optional android.display.DisplayBrightnessRangeEnum bucket_index = 13 field