Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc1055 uintptr_t tmp_compact_write_word = 0; in ExpandThenSubsetBytearr() local
1081 tmp_compact_write_word |= (k1LU << PopcountWord(subset_word & lowmask)); in ExpandThenSubsetBytearr()
1089 compact_write_word |= tmp_compact_write_word << write_idx_lowbits; in ExpandThenSubsetBytearr()
1095 compact_write_word = tmp_compact_write_word >> (kBitsPerWord - write_idx_lowbits); in ExpandThenSubsetBytearr()
1170 uintptr_t tmp_compact_write_word = 0; in ExpandThenSubsetBytearrNested() local
1222tmp_compact_write_word += cur_bit * ((tmp_compact_read_word >> (mid_set_ct - PopcountWord(shifted_… in ExpandThenSubsetBytearrNested()
1231 compact_write_word |= tmp_compact_write_word << write_idx_lowbits; in ExpandThenSubsetBytearrNested()
1241 compact_write_word = tmp_compact_write_word >> rshift; in ExpandThenSubsetBytearrNested()