Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_adjust.cc634 uint32_t found_type_bitset; in AdjustFile() local
635 …eader_start, col_search_order, "adjust-file", 8, &relevant_col_ct, &found_type_bitset, col_skips, … in AdjustFile()
639 if (unlikely((found_type_bitset & 0x44) != 0x44)) { in AdjustFile()
656 } else if (unlikely(found_type_bitset & 0x40)) { in AdjustFile()
660 if (unlikely(need_chr && (!(found_type_bitset & 0x1)))) { in AdjustFile()
664 if (unlikely(need_pos && (!(found_type_bitset & 0x2)))) { in AdjustFile()
668 if (unlikely(need_ref && (!(found_type_bitset & 0x8)))) { in AdjustFile()
672 if (unlikely(need_alt && (!(found_type_bitset & 0x10)))) { in AdjustFile()
676 if (unlikely(check_a1 && (!(found_type_bitset & 0x20)))) { in AdjustFile()
H A Dplink2_cmdline.cc4265 uint32_t found_type_bitset = 0; in SearchHeaderLine() local
4268 found_type_bitset |= 1U << search_col_idx; in SearchHeaderLine()
4271 const uint32_t found_col_ct = PopcountWord(found_type_bitset); in SearchHeaderLine()
4273 *found_type_bitset_ptr = found_type_bitset; in SearchHeaderLine()