Lines Matching refs:gnu_maskwords_
772 uint32_t word_num = (hash / bloom_mask_bits) & gnu_maskwords_;
3547 gnu_maskwords_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[2];
3551 gnu_bucket_ = reinterpret_cast<uint32_t*>(gnu_bloom_filter_ + gnu_maskwords_);
3556 if (!powerof2(gnu_maskwords_)) {
3558 gnu_maskwords_, get_realpath());
3561 --gnu_maskwords_;