Home
last modified time | relevance | path

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

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmstrsparsevec.h713 size_type effective_max_str() const BMNOEXCEPT;
718 size_type effective_vector_max() const { return effective_max_str(); } in effective_vector_max()
1640 str_sparse_vector<CharType, BV, MAX_STR_SIZE>::effective_max_str() in effective_max_str() function
2052 substr_to_ = (unsigned) sv_->effective_max_str(); in const_iterator()
2066 substr_to_ = (unsigned) sv_->effective_max_str(); in const_iterator()
2079 unsigned max_str = sv_->effective_max_str(); in set_substr()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmstrsparsevec.h713 size_type effective_max_str() const BMNOEXCEPT;
718 size_type effective_vector_max() const { return effective_max_str(); } in effective_vector_max()
1640 str_sparse_vector<CharType, BV, MAX_STR_SIZE>::effective_max_str() in effective_max_str() function
2052 substr_to_ = (unsigned) sv_->effective_max_str(); in const_iterator()
2066 substr_to_ = (unsigned) sv_->effective_max_str(); in const_iterator()
2079 unsigned max_str = sv_->effective_max_str(); in set_substr()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp14733 bvect::size_type str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
14736 str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
14739 str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
14742 str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
H A Dstress32.cpp24342 unsigned str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
24345 str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
24348 str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
24351 str_max = str_sv0.effective_max_str(); in TestStrSparseVector()
24919 auto max_str_size = str_sv0.effective_max_str(); in TestStrSparseVector()