Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_help.cc2156 arg_uidx = AdvTo0Bit(help_ctrl.all_match_arr, arg_uidx); in DispHelp()
H A Dplink2_cmdline.cc3088 arg_uidx = AdvTo0Bit(help_ctrl_ptr->all_match_arr, arg_uidx); in HelpPrint()
3104 arg_uidx = AdvTo0Bit(help_ctrl_ptr->all_match_arr, arg_uidx); in HelpPrint()
H A Dplink2_ld.cc718 write_slot_idx = AdvTo0Bit(occupied_window_slots, write_slot_idx); in IndepPairwiseThread()
773 first_winpos = AdvTo0Bit(cur_window_removed, first_winpos); in IndepPairwiseThread()
H A Dplink2_glm.cc4483 allele_idx = AdvTo0Bit(const_alleles, 1); in GlmLogisticThread()
4485 allele_idx = AdvTo0Bit(const_alleles, omitted_allele_idx + 1); in GlmLogisticThread()
7506 allele_idx = AdvTo0Bit(const_alleles, 1); in GlmLinearThread()
7508 allele_idx = AdvTo0Bit(const_alleles, omitted_allele_idx + 1); in GlmLinearThread()
9601 allele_idx = AdvTo0Bit(const_alleles, 1); in GlmLinearSubbatchThread()
9603 allele_idx = AdvTo0Bit(const_alleles, omitted_allele_idx + 1); in GlmLinearSubbatchThread()
H A Dplink2_common.cc2764 variant_uidx = AdvTo0Bit(variant_include, cur_bitblock_start); in GetMaxAltAlleleBlockSize()
H A Dplink2_filter.cc1602 const uint32_t first_unmatched_idx = AdvTo0Bit(matched_phenos, 0); in RequirePheno()
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.h71 uintptr_t AdvTo0Bit(const uintptr_t* bitarr, uintptr_t loc);
H A Dplink2_bits.cc242 uintptr_t AdvTo0Bit(const uintptr_t* bitarr, uintptr_t loc) { in AdvTo0Bit() function
H A Dpgenlib_read.cc1598 cur_read_uidx_end = AdvTo0Bit(variant_include, variant_uidx_start); in PgfiMultiread()