Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp529 uint32_t bloom_mask_bits = sizeof(ElfW(Addr))*8; in gnu_lookup() local
530 uint32_t word_num = (hash / bloom_mask_bits) & gnu_maskwords_; in gnu_lookup()
539 …if ((1 & (bloom_word >> (hash % bloom_mask_bits)) & (bloom_word >> (h2 % bloom_mask_bits))) == 0) { in gnu_lookup()