Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_assoc.c2880 uintptr_t next_cqg; in qassoc_adapt_thread() local
2969 next_cqg = 0; in qassoc_adapt_thread()
2971 if (pidx == next_cqg) { in qassoc_adapt_thread()
2978 next_cqg -= pidx_offset; in qassoc_adapt_thread()
2979 next_cqg = round_up_pow2(next_cqg, CACHELINE_DBL); in qassoc_adapt_thread()
2981 next_cqg = perm_vec_ct; in qassoc_adapt_thread()
3061 uintptr_t next_cqg; in qassoc_adapt_lin_thread() local
3143 next_cqg = 0; in qassoc_adapt_lin_thread()
3145 if (pidx == next_cqg) { in qassoc_adapt_lin_thread()
3152 next_cqg -= pidx_offset; in qassoc_adapt_lin_thread()
[all …]