HomeSort by relevance Sort by last modified time
    Searched refs:bucket_index (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsMap.h 91 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) {}
121 size_t bucket_index; member in class:android::renderscript::Map::iterator
  /art/runtime/
elf_file.cc 834 Elf_Word bucket_index = hash % GetHashBucketNum(); local
836 Elf_Word symbol_and_chain_index = GetHashBucket(bucket_index, &ok);
    [all...]

Completed in 216 milliseconds