Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp122 constexpr uint32_t kBloomMaskBits = sizeof(ElfW(Addr)) * 8; in ElfW() local
151 const uint32_t word_num = (hash / kBloomMaskBits) & lib->gnu_maskwords_; in ElfW()
153 const uint32_t h1 = hash % kBloomMaskBits; in ElfW()
154 const uint32_t h2 = (hash >> lib->gnu_shift2_) % kBloomMaskBits; in ElfW()
333 constexpr uint32_t kBloomMaskBits = sizeof(ElfW(Addr)) * 8; in ElfW() local
334 const uint32_t word_num = (hash / kBloomMaskBits) & gnu_maskwords_; in ElfW()
336 const uint32_t h1 = hash % kBloomMaskBits; in ElfW()
337 const uint32_t h2 = (hash >> gnu_shift2_) % kBloomMaskBits; in ElfW()