Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbm.h5104 bool any_blocks = false; in bit_or() local
5115 any_blocks |= bool(blk_blk[j]); in bit_or()
5118 if (!any_blocks) in bit_or()
5211 bool any_blocks = false; in bit_xor() local
5226 any_blocks |= bool(blk_blk[j]); in bit_xor()
5229 if (!any_blocks) in bit_xor()
5305 bool any_blocks = false; in bit_and() local
5319 any_blocks |= bool(blk_blk[j]); in bit_and()
5322 if (!any_blocks) in bit_and()
5396 bool any_blocks = false; in bit_sub() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbm.h5104 bool any_blocks = false; in bit_or() local
5115 any_blocks |= bool(blk_blk[j]); in bit_or()
5118 if (!any_blocks) in bit_or()
5211 bool any_blocks = false; in bit_xor() local
5226 any_blocks |= bool(blk_blk[j]); in bit_xor()
5229 if (!any_blocks) in bit_xor()
5305 bool any_blocks = false; in bit_and() local
5319 any_blocks |= bool(blk_blk[j]); in bit_and()
5322 if (!any_blocks) in bit_and()
5396 bool any_blocks = false; in bit_sub() local
[all …]