Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc1256 const unsigned char* bitarr_uc = S_CAST(const unsigned char*, bitarr); in PopcountBytes() local
1257 const uint32_t lead_byte_ct = (-R_CAST(uintptr_t, bitarr_uc)) % kBytesPerVec; in PopcountBytes()
1266 tot = PopcountWord(ProperSubwordLoad(bitarr_uc, word_rem)); in PopcountBytes()
1268 bitarr_iter = R_CAST(const uintptr_t*, &(bitarr_uc[word_rem])); in PopcountBytes()
1282 tot = PopcountWord(ProperSubwordLoad(bitarr_uc, lead_byte_ct)); in PopcountBytes()
1284 bitarr_iter = R_CAST(const uintptr_t*, &(bitarr_uc[lead_byte_ct])); in PopcountBytes()
1293 bitarr_iter = R_CAST(const uintptr_t*, bitarr_uc); in PopcountBytes()