Searched refs:bitarr_w (Results 1 – 1 of 1) sorted by relevance
1319 const uintptr_t* bitarr_w = S_CAST(const uintptr_t*, bitarr); in PopcountBytesMasked() local1322 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()