Searched refs:bloom_mask_bits (Results 1 – 1 of 1) sorted by relevance
122 uint32_t bloom_mask_bits = sizeof(ElfAddr) * 8; in FindGnuSymbol() local123 uint32_t word_num = (hash / bloom_mask_bits) & gnu_maskwords_; in FindGnuSymbol()127 if ((1 & (bloom_word >> (hash % bloom_mask_bits)) & (bloom_word >> (h2 % bloom_mask_bits))) == in FindGnuSymbol()