Searched refs:bitarr_uc (Results 1 – 1 of 1) sorted by relevance
1256 const unsigned char* bitarr_uc = S_CAST(const unsigned char*, bitarr); in PopcountBytes() local1257 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()