Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.h612 BoolErr bigstack_calloc_uc(uintptr_t ct, unsigned char** uc_arr_ptr);
631 return bigstack_calloc_uc(ct, R_CAST(unsigned char**, c_arr_ptr)); in bigstack_calloc_c()
H A Dplink2_cmdline.cc627 BoolErr bigstack_calloc_uc(uintptr_t ct, unsigned char** uc_arr_ptr) { in bigstack_calloc_uc() function
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.h1993 int32_t bigstack_calloc_uc(uintptr_t ct, unsigned char** ucp_ptr);
2006 return bigstack_calloc_uc(ct, (unsigned char**)cp_ptr); in bigstack_calloc_c()
H A Dplink_family.c4319 bigstack_calloc_uc(round_up_pow2(marker_ct, BYTECT), &g_perm_adapt_stop)) { in dfam()
5558 if (bigstack_calloc_uc(round_up_pow2(marker_ct, BYTECT), &perm_adapt_stop) || in qfam()
H A Dplink_assoc.c6437 bigstack_calloc_uc(round_up_pow2(marker_ct, BYTECT), &perm_adapt_stop)) { in model_assoc()
8243 bigstack_calloc_uc(round_up_pow2(marker_ct, BYTECT), &g_perm_adapt_stop)) { in qassoc()
10308 bigstack_calloc_uc(round_up_pow2(marker_ct, BYTECT), &g_perm_adapt_stop) || in testmiss()
H A Dplink_glm.c4548 if (bigstack_calloc_uc(round_up_pow2(marker_initial_ct, BYTECT), &g_perm_adapt_stop)) { in glm_linear_assoc()
6077 if (bigstack_calloc_uc(round_up_pow2(marker_initial_ct, BYTECT), &g_perm_adapt_stop)) { in glm_logistic_assoc()
H A Dplink_common.c3689 int32_t bigstack_calloc_uc(uintptr_t ct, unsigned char** ucp_ptr) { in bigstack_calloc_uc() function