Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc1319 const uintptr_t* bitarr_w = S_CAST(const uintptr_t*, bitarr); in PopcountBytesMasked() local
1322 tot += PopcountWord(bitarr_w[widx] & mask_arr[widx]); in PopcountBytesMasked()
1326 uintptr_t cur_word = ProperSubwordLoad(&(bitarr_w[word_ct]), trail_byte_ct); in PopcountBytesMasked()