Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_data.cc7375 const uint32_t new_nonstd_ct = new_chr_ct - std_sortbuf_len; in SortChr() local
7376 if (new_nonstd_ct) { in SortChr()
7377 … nonstd_sort_buf = S_CAST(StrSortIndexedDeref*, bigstack_alloc_raw_rd(new_nonstd_ct * sizeof(StrSo… in SortChr()
7390 assert(str_idx == new_nonstd_ct); in SortChr()
7392 StrptrArrSortMain(new_nonstd_ct, 0, use_nsort, nonstd_sort_buf); in SortChr()
7394 for (str_idx = 0; str_idx != new_nonstd_ct; ++str_idx, ++new_chr_fo_idx) { in SortChr()