Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc1332 const uintptr_t mainblock_word_ct = word_ct - (word_ct % (24 / kBytesPerWord)); in PopcountBytesMasked() local
1333 const uintptr_t* bitarr_24b_end = &(bitarr_iter[mainblock_word_ct]); in PopcountBytesMasked()
1367 for (uint32_t trail_byte_ct = byte_ct - (mainblock_word_ct * kBytesPerWord); ; ) { in PopcountBytesMasked()