Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 25 of 2689) sorted by relevance

12345678910>>...108

/dports/math/igraph/igraph-0.9.5/vendor/glpk/api/
H A Dmcfrelax.c67 csa.endn = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
68 csa.fou = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
70 csa.fin = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
72 csa.rc = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
73 csa.u = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
74 csa.dfct = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
75 csa.x = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
76 csa.label = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
78 csa.save = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
84 csa.scan = xcalloc(1+n, sizeof(char)); in glp_mincost_relax4()
[all …]
H A Dstrong.c68 icn = xcalloc(1+na, sizeof(int)); in glp_strong_comp()
69 ip = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
70 lenr = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
71 ior = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
72 ib = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
73 lowl = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
74 numb = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
75 prev = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
H A Dasnhall.c71 num = xcalloc(1+G->nv, sizeof(int)); in glp_asnprob_hall()
88 icn = xcalloc(1+G->na, sizeof(int)); in glp_asnprob_hall()
89 ip = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
90 lenr = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
91 iperm = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
92 pr = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
93 arp = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
94 cv = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
95 out = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
H A Dasnokalg.c52 tail = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
53 head = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
54 low = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
55 cap = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
56 cost = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
57 x = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
58 pi = xcalloc(1+nv, sizeof(int)); in glp_asnprob_okalg()
/dports/math/glpk/glpk-5.0/src/api/
H A Dmcfrelax.c67 csa.endn = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
68 csa.fou = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
70 csa.fin = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
72 csa.rc = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
73 csa.u = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
74 csa.dfct = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
75 csa.x = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
76 csa.label = xcalloc(1+n, sizeof(int)); in glp_mincost_relax4()
78 csa.save = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
84 csa.scan = xcalloc(1+n, sizeof(char)); in glp_mincost_relax4()
[all …]
H A Dstrong.c68 icn = xcalloc(1+na, sizeof(int)); in glp_strong_comp()
69 ip = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
70 lenr = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
71 ior = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
72 ib = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
73 lowl = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
74 numb = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
75 prev = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
H A Dasnhall.c71 num = xcalloc(1+G->nv, sizeof(int)); in glp_asnprob_hall()
88 icn = xcalloc(1+G->na, sizeof(int)); in glp_asnprob_hall()
89 ip = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
90 lenr = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
91 iperm = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
92 pr = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
93 arp = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
94 cv = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
95 out = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
/dports/mail/fdm/fdm-2.0/
H A Dparse.y1114 $$ = xcalloc(1, sizeof *$$);
1130 $$ = xcalloc(1, sizeof *$$);
1145 $$ = xcalloc(1, sizeof *$$);
1161 $$ = xcalloc(1, sizeof *$$);
1173 $$ = xcalloc(1, sizeof *$$);
1188 $$ = xcalloc(1, sizeof *$$);
1204 $$ = xcalloc(1, sizeof *$$);
1221 $$ = xcalloc(1, sizeof *$$);
1260 $$ = xcalloc(1, sizeof *$$);
1277 $$ = xcalloc(1, sizeof *$$);
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dsort_test.c14 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
16 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
18 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
33 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
35 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
37 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
52 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
54 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
56 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
72 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_times()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dsort_test.c14 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
16 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
18 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
33 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
35 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
37 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
52 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
54 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
56 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
72 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_times()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dsort_test.c14 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
16 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
18 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
33 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
35 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
37 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
52 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
54 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
56 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
72 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_times()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dsort_test.c14 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
16 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
18 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
33 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
35 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
37 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
52 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
54 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
56 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
72 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_times()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dsort_test.c14 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
16 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
18 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
33 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
35 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
37 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
52 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
54 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
56 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
72 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_times()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dsort_test.c14 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
16 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
18 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_names()
33 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
35 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
37 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_classes()
52 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
54 head->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
56 head->next->next = xcalloc(1, sizeof(Item)); in test_sort_item_list_counters()
72 Item *head = xcalloc(1, sizeof(Item)); in test_sort_item_list_times()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpapi16.c66 prev = xcalloc(1+nv, sizeof(int)); in glp_weak_comp()
67 next = xcalloc(1+nv, sizeof(int)); in glp_weak_comp()
68 list = xcalloc(1+nv, sizeof(int)); in glp_weak_comp()
193 icn = xcalloc(1+na, sizeof(int)); in glp_strong_comp()
194 ip = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
195 lenr = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
196 ior = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
197 ib = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
198 lowl = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
199 numb = xcalloc(1+n, sizeof(int)); in glp_strong_comp()
[all …]
H A Dglpmat.c68 flag = xcalloc(1+n, sizeof(int)); in check_fvs()
137 flag = xcalloc(1+n, sizeof(int)); in check_pattern()
270 ind = xcalloc(1+m, sizeof(int)); in adat_symbolic()
271 map = xcalloc(1+m, sizeof(int)); in adat_symbolic()
443 deg = xcalloc(1+n, sizeof(int)); in min_degree()
446 nbrhd = xcalloc(1+n, sizeof(int)); in min_degree()
532 ptr = xcalloc(n, size); in allocate()
644 head = xcalloc(1+n, sizeof(int)); in chol_symbolic()
646 next = xcalloc(1+n, sizeof(int)); in chol_symbolic()
647 ind = xcalloc(1+n, sizeof(int)); in chol_symbolic()
[all …]
H A Dglpipm.c331 h = xcalloc(1+m, sizeof(double));
337 w = xcalloc(1+m, sizeof(double));
347 r = xcalloc(1+m, sizeof(double));
349 w = xcalloc(1+n, sizeof(double));
712 p = xcalloc(1+m, sizeof(double));
713 q = xcalloc(1+n, sizeof(double));
714 r = xcalloc(1+n, sizeof(double));
1039 b = xcalloc(1+m, sizeof(double));
1040 c = xcalloc(1+n, sizeof(double));
1041 x = xcalloc(1+n, sizeof(double));
[all …]
H A Dglpapi17.c158 tail = xcalloc(1+na, sizeof(int)); in glp_mincost_okalg()
159 head = xcalloc(1+na, sizeof(int)); in glp_mincost_okalg()
160 low = xcalloc(1+na, sizeof(int)); in glp_mincost_okalg()
161 cap = xcalloc(1+na, sizeof(int)); in glp_mincost_okalg()
163 x = xcalloc(1+na, sizeof(int)); in glp_mincost_okalg()
164 pi = xcalloc(1+nv, sizeof(int)); in glp_mincost_okalg()
426 x = xcalloc(1+na, sizeof(int)); in glp_maxflow_ffalg()
660 x = xcalloc(1+na, sizeof(int)); in glp_asnprob_okalg()
818 ip = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
821 pr = xcalloc(1+n, sizeof(int)); in glp_asnprob_hall()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/glpk/draft/
H A Dglpmat.c65 flag = xcalloc(1+n, sizeof(int)); in check_fvs()
134 flag = xcalloc(1+n, sizeof(int)); in check_pattern()
267 ind = xcalloc(1+m, sizeof(int)); in adat_symbolic()
268 map = xcalloc(1+m, sizeof(int)); in adat_symbolic()
440 deg = xcalloc(1+n, sizeof(int)); in min_degree()
443 nbrhd = xcalloc(1+n, sizeof(int)); in min_degree()
529 ptr = xcalloc(n, size); in allocate()
641 head = xcalloc(1+n, sizeof(int)); in chol_symbolic()
643 next = xcalloc(1+n, sizeof(int)); in chol_symbolic()
644 ind = xcalloc(1+n, sizeof(int)); in chol_symbolic()
[all …]
H A Dglpipm.c329 h = xcalloc(1+m, sizeof(double)); in solve_NE()
335 w = xcalloc(1+m, sizeof(double)); in solve_NE()
345 r = xcalloc(1+m, sizeof(double)); in solve_NE()
347 w = xcalloc(1+n, sizeof(double)); in solve_NE()
710 p = xcalloc(1+m, sizeof(double)); in make_step()
711 q = xcalloc(1+n, sizeof(double)); in make_step()
712 r = xcalloc(1+n, sizeof(double)); in make_step()
1037 b = xcalloc(1+m, sizeof(double)); in ipm_solve()
1038 c = xcalloc(1+n, sizeof(double)); in ipm_solve()
1039 x = xcalloc(1+n, sizeof(double)); in ipm_solve()
[all …]
/dports/math/glpk/glpk-5.0/src/draft/
H A Dglpmat.c65 flag = xcalloc(1+n, sizeof(int)); in check_fvs()
134 flag = xcalloc(1+n, sizeof(int)); in check_pattern()
267 ind = xcalloc(1+m, sizeof(int)); in adat_symbolic()
268 map = xcalloc(1+m, sizeof(int)); in adat_symbolic()
440 deg = xcalloc(1+n, sizeof(int)); in min_degree()
443 nbrhd = xcalloc(1+n, sizeof(int)); in min_degree()
529 ptr = xcalloc(n, size); in allocate()
641 head = xcalloc(1+n, sizeof(int)); in chol_symbolic()
643 next = xcalloc(1+n, sizeof(int)); in chol_symbolic()
644 ind = xcalloc(1+n, sizeof(int)); in chol_symbolic()
[all …]
H A Dglpipm.c329 h = xcalloc(1+m, sizeof(double)); in solve_NE()
335 w = xcalloc(1+m, sizeof(double)); in solve_NE()
345 r = xcalloc(1+m, sizeof(double)); in solve_NE()
347 w = xcalloc(1+n, sizeof(double)); in solve_NE()
710 p = xcalloc(1+m, sizeof(double)); in make_step()
711 q = xcalloc(1+n, sizeof(double)); in make_step()
712 r = xcalloc(1+n, sizeof(double)); in make_step()
1037 b = xcalloc(1+m, sizeof(double)); in ipm_solve()
1038 c = xcalloc(1+n, sizeof(double)); in ipm_solve()
1039 x = xcalloc(1+n, sizeof(double)); in ipm_solve()
[all …]
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dread_alloc.c169 (((seq->base = (char *)xcalloc(num_bases+1,1)) == NULL) || in read_allocate()
170 ((seq->basePos = (uint_2 *)xcalloc(num_bases+1,2)) == NULL) || in read_allocate()
171 ((seq->prob_A = (char *)xcalloc(num_bases+1,1)) == NULL) || in read_allocate()
172 ((seq->prob_C = (char *)xcalloc(num_bases+1,1)) == NULL) || in read_allocate()
173 ((seq->prob_G = (char *)xcalloc(num_bases+1,1)) == NULL) || in read_allocate()
174 ((seq->prob_T = (char *)xcalloc(num_bases+1,1)) == NULL)) in read_allocate()
182 (((seq->traceC =(TRACE *)xcalloc(num_points+1, 2)) == NULL)|| in read_allocate()
183 ((seq->traceA =(TRACE *)xcalloc(num_points+1, 2)) == NULL)|| in read_allocate()
184 ((seq->traceG =(TRACE *)xcalloc(num_points+1, 2)) == NULL)|| in read_allocate()
185 ((seq->traceT =(TRACE *)xcalloc(num_points+1, 2)) == NULL)) in read_allocate()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/misc/
H A Dwclique1.c86 ind = xcalloc(1+n, sizeof(int)); in wclique1()
87 v_list = xcalloc(1+n, sizeof(struct vertex)); in wclique1()
88 c_list = xcalloc(1+n, sizeof(int)); in wclique1()
89 d_list = xcalloc(1+n, sizeof(int)); in wclique1()
90 d_flag = xcalloc(1+n, sizeof(char)); in wclique1()
91 skip = xcalloc(1+n, sizeof(char)); in wclique1()
92 sw = xcalloc(1+n, sizeof(double)); in wclique1()
276 w = xcalloc(1+G->nv, sizeof(double)); in main()
287 c = xcalloc(1+G->nv, sizeof(int)); in main()
288 flag = xcalloc(1+G->nv, sizeof(char)); in main()
[all …]
/dports/math/glpk/glpk-5.0/src/misc/
H A Dwclique1.c86 ind = xcalloc(1+n, sizeof(int)); in wclique1()
87 v_list = xcalloc(1+n, sizeof(struct vertex)); in wclique1()
88 c_list = xcalloc(1+n, sizeof(int)); in wclique1()
89 d_list = xcalloc(1+n, sizeof(int)); in wclique1()
90 d_flag = xcalloc(1+n, sizeof(char)); in wclique1()
91 skip = xcalloc(1+n, sizeof(char)); in wclique1()
92 sw = xcalloc(1+n, sizeof(double)); in wclique1()
276 w = xcalloc(1+G->nv, sizeof(double)); in main()
287 c = xcalloc(1+G->nv, sizeof(int)); in main()
288 flag = xcalloc(1+G->nv, sizeof(char)); in main()
[all …]

12345678910>>...108