Searched refs:word_index (Results 1 – 1 of 1) sorted by relevance
127 int word_index = (hash & HASH_BITMAP_MASK) / 32; in HashSeen() local129 return hash_bitmap[word_index] & 1 << bit_index; in HashSeen()133 int word_index = (hash & HASH_BITMAP_MASK) / 32; in SetHashSeen() local135 hash_bitmap[word_index] |= 1 << bit_index; in SetHashSeen()