Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dwarn_collector.l82 uint32_t hash_bitmap[HASH_BITMAP_SIZE / 32]; variable
129 return hash_bitmap[word_index] & 1 << bit_index; in HashSeen()
135 hash_bitmap[word_index] |= 1 << bit_index; in SetHashSeen()