Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_dosage.c153 bufptr_arr[0] = next_token_multz(bufptr, first_col_m1); in dosage_load_score_files()
238 bufptr_arr[0] = next_token_multz(bufptr, first_col_m1); in dosage_load_score_files()
280 bufptr_arr[0] = next_token_multz(bufptr, first_col_m1); in dosage_load_score_files()
340 bufptr_arr[0] = next_token_multz(bufptr, first_col_m1); in dosage_load_score_files()
1679 bufptr = next_token_multz(bufptr, skip0); in plink1_dosage()
1692 bufptr2 = next_token_multz(bufptr, skip2); in plink1_dosage()
1759 bufptr = next_token_multz(bufptr, skip0); in plink1_dosage()
H A Dplink_misc.c714 colid_ptr = next_token_multz(colid_ptr, colmin); in update_marker_cms()
720 colx_ptr = next_token_multz(colid_ptr, colmin); in update_marker_cms()
840 colid_ptr = next_token_multz(colid_ptr, colmin); in update_marker_pos()
846 colx_ptr = next_token_multz(colid_ptr, colmin); in update_marker_pos()
987 colold_ptr = next_token_multz(colold_ptr, colmin); in update_marker_names()
990 colnew_ptr = next_token_multz(colold_ptr, colmin); in update_marker_names()
1619 bufptr = next_token_multz(bufptr, update_sex_col); in update_sample_sexes()
2291 colid_ptr = next_token_multz(colid_ptr, colmin); in load_ax_alleles()
2297 colx_ptr = next_token_multz(colid_ptr, colmin); in load_ax_alleles()
5642 bufptr = next_token_multz(bufptr, col_skips[0]); in meta_analysis()
[all …]
H A Dplink_filter.c958 colid_ptr = next_token_multz(colid_ptr, colmin); in filter_qual_scores()
964 colx_ptr = next_token_multz(colid_ptr, colmin); in filter_qual_scores()
H A Dplink_set.c2971 bufptr = next_token_multz(bufptr, col_skips[0]); in annotate()
3527 bufptr = next_token_multz(bufptr, col_skips[0]); in gene_report()
H A Dplink_common.h1519 HEADER_INLINE char* next_token_multz(char* sptr, uint32_t ct) { in next_token_multz() function
H A Dplink_common.c9903 str1_ptr = next_token_multz(str1_ptr, colmin); in scan_max_strlen()
9904 str2_ptr = next_token_multz(str1_ptr, coldiff); in scan_max_strlen()
9987 bufptr = next_token_multz(bufptr, colnum); in scan_max_fam_indiv_strlen()
H A Dplink_data.c2557 colid_ptr = next_token_multz(colid_ptr, colmin); in update_marker_chroms()
2563 colx_ptr = next_token_multz(colid_ptr, colmin); in update_marker_chroms()
5969 bufptr = next_token_multz(col2_ptr, ped_col_skip_iid_m1); in ped_to_bed()
H A Dplink_ld.c13098 bufptr = next_token_multz(bufptr, parse_table[uii * 2 + 1]); in clump_reports()