Home
last modified time | relevance | path

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

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmaggregator.h381 unsigned max_top_blocks(const bvector_type_const_ptr* bv_src,
826 unsigned top_blocks = max_top_blocks(bv_src_and, src_and_size); in find_first_and_sub()
827 unsigned top_blocks2 = max_top_blocks(bv_src_sub, src_sub_size); in find_first_and_sub()
1503 aggregator<BV>::max_top_blocks(const bvector_type_const_ptr* bv_src, in max_top_blocks() function
H A Dbm.h2376 unsigned max_top_blocks = blockman_.find_max_top_blocks(); in build_rs_index() local
2377 if (nb < (max_top_blocks * bm::set_sub_array_size)) in build_rs_index()
2378 nb = (max_top_blocks * bm::set_sub_array_size); in build_rs_index()
2385 BM_ASSERT(max_top_blocks <= blockman_.top_block_size()); in build_rs_index()
2387 for (unsigned i = 0; i < max_top_blocks; ++i) in build_rs_index()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmaggregator.h381 unsigned max_top_blocks(const bvector_type_const_ptr* bv_src,
826 unsigned top_blocks = max_top_blocks(bv_src_and, src_and_size); in find_first_and_sub()
827 unsigned top_blocks2 = max_top_blocks(bv_src_sub, src_sub_size); in find_first_and_sub()
1503 aggregator<BV>::max_top_blocks(const bvector_type_const_ptr* bv_src, in max_top_blocks() function
H A Dbm.h2376 unsigned max_top_blocks = blockman_.find_max_top_blocks(); in build_rs_index() local
2377 if (nb < (max_top_blocks * bm::set_sub_array_size)) in build_rs_index()
2378 nb = (max_top_blocks * bm::set_sub_array_size); in build_rs_index()
2385 BM_ASSERT(max_top_blocks <= blockman_.top_block_size()); in build_rs_index()
2387 for (unsigned i = 0; i < max_top_blocks; ++i) in build_rs_index()