Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dkmercounts.cpp261 Uint4 num_bit_chunks = num_elements / kBitChunk + 1; in Reset() local
265 while (ind < num_bit_chunks && used_entries[ind] == 0) { in Reset()
269 if (ind == num_bit_chunks) { in Reset()
331 Uint4 num_bit_chunks = num_elements / kBitChunk + 1; in Reset() local
335 while (ind < num_bit_chunks && used_entries[ind] == 0) { in Reset()
339 if (ind == num_bit_chunks) { in Reset()