Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.h2562 int32_t string_range_list_to_bitarr(char* header_line, uint32_t item_ct, uint32_t fixed_len, const …
H A Dplink_common.c8126 int32_t string_range_list_to_bitarr(char* header_line, uint32_t item_ct, uint32_t fixed_len, const … in string_range_list_to_bitarr() function
8205 …retval = string_range_list_to_bitarr(header_line, item_ct, fixed_len, range_list_ptr, sorted_ids, … in string_range_list_to_bitarr_alloc()
H A Dplink_data.c1350 …retval = string_range_list_to_bitarr(bufptr, covar_raw_ct, 0, covar_range_list_ptr, sorted_covar_n… in load_covars()