Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_common.cc1333 const uint32_t chr_code_bitvec_ct = BitCtToVecCt(chr_code_end); in FinalizeChrInfo() local
1338 …uint32_t final_vecs_required = 2 * chr_code_bitvec_ct + chr_ct_int32vec_ct + chr_ct_p1_int32vec_ct… in FinalizeChrInfo()
1349 memcpy(new_alloc_iter, cip->chr_mask, chr_code_bitvec_ct * kBytesPerVec); in FinalizeChrInfo()
1351 new_alloc_iter = &(new_alloc_iter[chr_code_bitvec_ct * kWordsPerVec]); in FinalizeChrInfo()
1353 memcpy(new_alloc_iter, cip->haploid_mask, chr_code_bitvec_ct * kBytesPerVec); in FinalizeChrInfo()
1355 new_alloc_iter = &(new_alloc_iter[chr_code_bitvec_ct * kWordsPerVec]); in FinalizeChrInfo()