Searched refs:mid_set_ct (Results 1 – 1 of 1) sorted by relevance
694 const uint32_t mid_set_ct = PopcountWord(mid_write_word); in ExpandBytearrNested() local698 if (mid_set_ct != kBitsPerWord) { in ExpandBytearrNested()699 compact_read_word = compact_read_word >> mid_set_ct; in ExpandBytearrNested()748 uint32_t mid_set_ct; in ExpandThenSubsetBytearrNested() local778 mid_set_ct = PopcountWord(mid_expanded_bits); in ExpandThenSubsetBytearrNested()782 mid_set_skip += mid_set_ct; in ExpandThenSubsetBytearrNested()805 if (mid_set_ct != kBitsPerWord) { in ExpandThenSubsetBytearrNested()806 compact_read_word = compact_read_word >> mid_set_ct; in ExpandThenSubsetBytearrNested()824 mid_set_skip += mid_set_ct; in ExpandThenSubsetBytearrNested()1188 const uint32_t mid_set_ct = PopcountWord(tmp_mid_read_word); in ExpandThenSubsetBytearrNested() local[all …]