Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.cc4303 …ter, const char* supported_ids, const char* cur_flag_name, uint32_t first_col_shifted, uint32_t de… in ParseColDescriptor() argument
4364 result |= first_col_shifted << shift; in ParseColDescriptor()
4366 if (result & (first_col_shifted << shift)) { in ParseColDescriptor()
4367 result -= first_col_shifted << shift; in ParseColDescriptor()
4375 result &= ~(first_col_shifted << shift); in ParseColDescriptor()
4403 result |= first_col_shifted << shift; in ParseColDescriptor()
4413 …if (unlikely(prohibit_empty && (!(result & (first_col_shifted * (UINT32_MAX >> (32 - id_ct))))))) { in ParseColDescriptor()
H A Dplink2_cmdline.h1807 …ter, const char* supported_ids, const char* cur_flag_name, uint32_t first_col_shifted, uint32_t de…