Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dwarn_collector.l127 int word_index = (hash & HASH_BITMAP_MASK) / 32; in HashSeen() local
129 return hash_bitmap[word_index] & 1 << bit_index; in HashSeen()
133 int word_index = (hash & HASH_BITMAP_MASK) / 32; in SetHashSeen() local
135 hash_bitmap[word_index] |= 1 << bit_index; in SetHashSeen()