Home
last modified time | relevance | path

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

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmundef.h40 #undef IS_FULL_BLOCK
H A Dbmblocks.h174 if (IS_FULL_BLOCK(block) || (block == 0)) in block_count()
243 if (IS_FULL_BLOCK(block)) in operator()
318 if (!IS_FULL_BLOCK(block)) in operator()
1023 if (IS_FULL_BLOCK(block)) in copy_block()
1060 unsigned block_flag = IS_FULL_BLOCK(block);
1103 unsigned block_flag = IS_FULL_BLOCK(block); in check_allocate_block()
1554 if (IS_FULL_BLOCK(block)) in deoptimize_block()
1649 count = (IS_FULL_BLOCK(block)) ? bm::bits_in_block in block_bitcount()
2413 BM_ASSERT(!IS_FULL_BLOCK(blk_arg));
H A Dbm.h3083 if (IS_FULL_BLOCK(blk)) in invert()
3793 if (!IS_FULL_BLOCK(blk)) in import_block()
4722 if (IS_FULL_BLOCK(block)) in insert()
4889 if (IS_FULL_BLOCK(block)) in erase()
5970 BM_ASSERT(!IS_FULL_BLOCK(arg_blk2)); in combine_operation_block_xor()
5976 BM_ASSERT(!IS_FULL_BLOCK(arg_blk1)); in combine_operation_block_xor()
6194 if (IS_FULL_BLOCK(arg_blk)) in combine_operation_block_or()
6273 if (IS_FULL_BLOCK(arg_blk)) in combine_operation_block_xor()
6293 if (IS_FULL_BLOCK(blk)) in combine_operation_block_xor()
6374 if (IS_FULL_BLOCK(arg_blk)) in combine_operation_block_and()
[all …]
H A Dbmdef.h160 #define IS_FULL_BLOCK(addr) bm::all_set<true>::is_full_block(addr) macro
H A Dbmfunc.h6059 if (IS_FULL_BLOCK(block)) in block_find_interval_end()
6222 if (IS_FULL_BLOCK(block)) in block_find_interval_start()
6254 if (IS_FULL_BLOCK(block)) in block_find_reverse()
6280 if (IS_FULL_BLOCK(block)) in block_any_range()
6296 if (IS_FULL_BLOCK(block)) in block_any()
7288 if (IS_FULL_BLOCK(src1)) in bit_operation_sub_count()
7292 if (IS_FULL_BLOCK(src2)) in bit_operation_sub_count()
7345 if (IS_FULL_BLOCK(src2)) in bit_operation_sub_any()
7372 if (IS_FULL_BLOCK(src1) || IS_FULL_BLOCK(src2)) in bit_operation_or_count()
8048 if (IS_FULL_BLOCK(block)) in bit_operation_xor_count()
[all …]
H A Dbmdbg.h434 if (IS_FULL_BLOCK(blk))
447 if (IS_FULL_BLOCK(blk))
H A Dbmaggregator.h1547 if (IS_FULL_BLOCK(arg_blk)) in sort_input_blocks_or()
1591 if (IS_FULL_BLOCK(arg_blk)) in sort_input_blocks_and()
H A Dbmalgo_impl.h1536 if (IS_FULL_BLOCK(block)) in for_each_bit_blk()
1577 if (IS_FULL_BLOCK(block)) in for_each_bit_blk()
H A Dbmserial.h3959 if (IS_FULL_BLOCK(blk)) in decode_bit_block()
3978 if (IS_FULL_BLOCK(blk)) in decode_bit_block()
4104 if (IS_FULL_BLOCK(blk)) // nothing to do in decode_arrbit()
4605 if (IS_FULL_BLOCK(ref_blk)) in xor_decode_chain()
4641 if (IS_FULL_BLOCK(ref_blk)) in xor_decode()
4671 if (IS_FULL_BLOCK(ref_blk)) in xor_decode()
7059 if (is_gap || IS_FULL_BLOCK(blk)) in deserialize()
7061 if (IS_FULL_BLOCK(blk) && is_const_set_operation(op)) in deserialize()
H A Dbmsparsevec.h1350 BM_ASSERT(!IS_FULL_BLOCK(blk)); in extract_range()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmundef.h40 #undef IS_FULL_BLOCK
H A Dbmblocks.h174 if (IS_FULL_BLOCK(block) || (block == 0)) in block_count()
243 if (IS_FULL_BLOCK(block)) in operator()
318 if (!IS_FULL_BLOCK(block)) in operator()
1023 if (IS_FULL_BLOCK(block)) in copy_block()
1060 unsigned block_flag = IS_FULL_BLOCK(block);
1103 unsigned block_flag = IS_FULL_BLOCK(block); in check_allocate_block()
1554 if (IS_FULL_BLOCK(block)) in deoptimize_block()
1649 count = (IS_FULL_BLOCK(block)) ? bm::bits_in_block in block_bitcount()
2413 BM_ASSERT(!IS_FULL_BLOCK(blk_arg));
H A Dbm.h3083 if (IS_FULL_BLOCK(blk)) in invert()
3793 if (!IS_FULL_BLOCK(blk)) in import_block()
4722 if (IS_FULL_BLOCK(block)) in insert()
4889 if (IS_FULL_BLOCK(block)) in erase()
5970 BM_ASSERT(!IS_FULL_BLOCK(arg_blk2)); in combine_operation_block_xor()
5976 BM_ASSERT(!IS_FULL_BLOCK(arg_blk1)); in combine_operation_block_xor()
6194 if (IS_FULL_BLOCK(arg_blk)) in combine_operation_block_or()
6273 if (IS_FULL_BLOCK(arg_blk)) in combine_operation_block_xor()
6293 if (IS_FULL_BLOCK(blk)) in combine_operation_block_xor()
6374 if (IS_FULL_BLOCK(arg_blk)) in combine_operation_block_and()
[all …]
H A Dbmdef.h160 #define IS_FULL_BLOCK(addr) bm::all_set<true>::is_full_block(addr) macro
H A Dbmfunc.h6059 if (IS_FULL_BLOCK(block)) in block_find_interval_end()
6222 if (IS_FULL_BLOCK(block)) in block_find_interval_start()
6254 if (IS_FULL_BLOCK(block)) in block_find_reverse()
6280 if (IS_FULL_BLOCK(block)) in block_any_range()
6296 if (IS_FULL_BLOCK(block)) in block_any()
7288 if (IS_FULL_BLOCK(src1)) in bit_operation_sub_count()
7292 if (IS_FULL_BLOCK(src2)) in bit_operation_sub_count()
7345 if (IS_FULL_BLOCK(src2)) in bit_operation_sub_any()
7372 if (IS_FULL_BLOCK(src1) || IS_FULL_BLOCK(src2)) in bit_operation_or_count()
8048 if (IS_FULL_BLOCK(block)) in bit_operation_xor_count()
[all …]
H A Dbmdbg.h434 if (IS_FULL_BLOCK(blk))
447 if (IS_FULL_BLOCK(blk))
H A Dbmaggregator.h1547 if (IS_FULL_BLOCK(arg_blk)) in sort_input_blocks_or()
1591 if (IS_FULL_BLOCK(arg_blk)) in sort_input_blocks_and()
H A Dbmalgo_impl.h1536 if (IS_FULL_BLOCK(block)) in for_each_bit_blk()
1577 if (IS_FULL_BLOCK(block)) in for_each_bit_blk()
H A Dbmserial.h3959 if (IS_FULL_BLOCK(blk)) in decode_bit_block()
3978 if (IS_FULL_BLOCK(blk)) in decode_bit_block()
4104 if (IS_FULL_BLOCK(blk)) // nothing to do in decode_arrbit()
4605 if (IS_FULL_BLOCK(ref_blk)) in xor_decode_chain()
4641 if (IS_FULL_BLOCK(ref_blk)) in xor_decode()
4671 if (IS_FULL_BLOCK(ref_blk)) in xor_decode()
7059 if (is_gap || IS_FULL_BLOCK(blk)) in deserialize()
7061 if (IS_FULL_BLOCK(blk) && is_const_set_operation(op)) in deserialize()
H A Dbmsparsevec.h1350 BM_ASSERT(!IS_FULL_BLOCK(blk)); in extract_range()