Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp151 const uint32_t word_num = (hash / kBloomMaskBits) & lib->gnu_maskwords_; in ElfW() local
152 const ElfW(Addr) bloom_word = lib->gnu_bloom_filter_[word_num]; in ElfW()
334 const uint32_t word_num = (hash / kBloomMaskBits) & gnu_maskwords_; in ElfW() local
335 const ElfW(Addr) bloom_word = gnu_bloom_filter_[word_num]; in ElfW()