Home
last modified time | relevance | path

Searched refs:elist (Results 1 – 25 of 1340) sorted by relevance

12345678910>>...54

/dports/math/concorde/concorde/UTIL/
H A Dedgeutil.c81 elist->ecount = 0; in CCelist_init()
87 elist->ecount = 0; in CCelistl_init()
94 elist->ecount = 0; in CCelistw_init()
101 elist->ecount = 0; in CCelistlw_init()
109 elist->ecount = 0; in CCelist_free()
115 elist->ecount = 0; in CCelistl_free()
122 elist->ecount = 0; in CCelistw_free()
129 elist->ecount = 0; in CCelistlw_free()
207 end1 = elist[k++]; in CCutil_edge_to_cycle()
208 end2 = elist[k++]; in CCutil_edge_to_cycle()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DMultiList.c353 XmMultiList_ilist(elist) = NULL; in Initialize()
356 XmMultiList_title(elist) = XmStringCopy(XmMultiList_title(elist)); in Initialize()
359 XmMultiList_title_string(elist) = in Initialize()
363 XmMultiList_find_label(elist) = XmStringCopy(XmMultiList_find_label(elist)); in Initialize()
365 XmMultiList_find_label(elist) = in Initialize()
391 if (XmMultiList_title(elist) || XmMultiList_title_string(elist)) in Initialize()
395 if (XmMultiList_show_find(elist)) in Initialize()
681 if ((w != XmMultiList_title_wid(elist)) && (w != XmMultiList_find(elist)) && in GeometryManager()
682 (w != XmMultiList_frame(elist))) in GeometryManager()
801 XtCallCallbackList((Widget) elist, XmMultiList_not_found(elist), in ActivateTextSearch()
[all …]
/dports/misc/vifm/vifm-0.11/src/io/private/
H A Dioe.c41 if(!elist->active) in ioe_errlst_append()
46 p = reallocarray(elist->errors, elist->error_count + 1U, in ioe_errlst_append()
47 sizeof(*elist->errors)); in ioe_errlst_append()
52 elist->errors = p; in ioe_errlst_append()
64 elist->errors[elist->error_count++] = err; in ioe_errlst_append()
79 p = reallocarray(elist->errors, elist->error_count + other->error_count, in ioe_errlst_splice()
80 sizeof(*elist->errors)); in ioe_errlst_splice()
85 elist->errors = p; in ioe_errlst_splice()
87 memcpy(&elist->errors[elist->error_count], &other->errors[0], in ioe_errlst_splice()
88 sizeof(*elist->errors)*other->error_count); in ioe_errlst_splice()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/utils/misc/doschk/
H A Ddoschk.c324 ENT **elist, *ent; in display_problems() local
331 elist[ecount] = ent; in display_problems()
356 printf ("%-14s : %s\n", elist[i]->dos_name, mpath (elist[i])); in display_problems()
369 if (((strcmp (elist[i]->dos_name, elist[i + 1]->dos_name) == 0) in display_problems()
370 && (strcmp (elist[i]->path, elist[i + 1]->path) == 0)) in display_problems()
385 printf ("%-14s : %s\n", elist[i]->dos_name, mpath (elist[i])); in display_problems()
400 if ((strncmp (elist[i]->full_name, elist[i + 1]->full_name, 14) == 0) && in display_problems()
401 (strcmp (elist[i]->path, elist[i + 1]->path) == 0)) in display_problems()
414 printf ("%.14s : %s\n", elist[i]->full_name, mpath (elist[i])); in display_problems()
428 if ((strlen (elist[i]->full_name) > 14) && !elist[i]->tagged) in display_problems()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/utils/misc/doschk/
H A Ddoschk.c324 ENT **elist, *ent; in display_problems() local
331 elist[ecount] = ent; in display_problems()
356 printf ("%-14s : %s\n", elist[i]->dos_name, mpath (elist[i])); in display_problems()
369 if (((strcmp (elist[i]->dos_name, elist[i + 1]->dos_name) == 0) in display_problems()
370 && (strcmp (elist[i]->path, elist[i + 1]->path) == 0)) in display_problems()
385 printf ("%-14s : %s\n", elist[i]->dos_name, mpath (elist[i])); in display_problems()
400 if ((strncmp (elist[i]->full_name, elist[i + 1]->full_name, 14) == 0) && in display_problems()
401 (strcmp (elist[i]->path, elist[i + 1]->path) == 0)) in display_problems()
414 printf ("%.14s : %s\n", elist[i]->full_name, mpath (elist[i])); in display_problems()
428 if ((strlen (elist[i]->full_name) > 14) && !elist[i]->tagged) in display_problems()
[all …]
/dports/net/tcpxtract/tcpxtract-1.0.1/
H A Dextract.c55 assert(elist != NULL); in extract()
76 sweep_extract_list(elist); in extract()
84 assert(elist != NULL); in add_extract()
89 eptr->next = *elist; in add_extract()
106 *elist = eptr; in add_extract()
159 size_t nbytes = elist->segment.end - elist->segment.start; in extract_segment()
161 if (nbytes != write(elist->fd, data + elist->segment.start, nbytes)) { in extract_segment()
165 elist->nwritten += nbytes; in extract_segment()
174 assert(elist != NULL); in sweep_extract_list()
183 if (*elist == eptr) in sweep_extract_list()
[all …]
/dports/net-mgmt/arpwatch/arpwatch-3.2/
H A Ddb.c116 ep = ap->elist[0]; in ent_add()
187 ep = ap->elist[1]; in ent_add()
204 ap->elist[1] = ap->elist[0]; in ent_add()
205 ap->elist[0] = ep; in ent_add()
217 ep = ap->elist[i]; in ent_add()
227 memmove(&ap->elist[1], &ap->elist[0], len); in ent_add()
228 ap->elist[0] = ep; in ent_add()
247 memmove(&ap->elist[1], &ap->elist[0], len); in ent_add()
330 ap->elist = (struct einfo **)realloc(ap->elist, size); in alist_alloc()
361 ep = elist++; in elist_alloc()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/FMATCH/
H A Dfm_main.c181 CC_IFFREE (elist, int);
327 int *ncount, *ecount, **elist, **elen;
334 *elist = (int *) NULL;
354 if (!(*elist)) {
361 CC_FREE (*elist, int);
378 elist)) {
384 CC_FREE (*elist, int);
388 (*elen)[i] = CCutil_dat_edgelen ((*elist)[2*i], (*elist)[(2*i) + 1], dat);
395 if (!(*elist))
474 CC_FREE (*elist, int);
[all …]
/dports/math/concorde/concorde/TOOLS/
H A Dfconvert.c117 if (elist) { in main()
118 CC_FREE (elist, int); in main()
189 *elist = (int *) NULL; in getgraph()
212 if (!(*elist)) { in getgraph()
219 CC_FREE (*elist, int); in getgraph()
250 if (!(*elist)) { in getgraph()
257 CC_FREE (*elist, int); in getgraph()
293 CC_FREE (*elist, int); in getgraph()
306 CC_FREE (*elist, int); in getgraph()
317 CC_FREE (*elist, int); in getgraph()
[all …]
/dports/math/concorde/concorde/FMATCH/
H A Dfm_main.c189 CC_IFFREE(elist, int); in main()
322 *elist = (int *) NULL; in getgraph()
343 if (!(*elist)) { in getgraph()
350 CC_FREE (*elist, int); in getgraph()
373 CC_FREE (*elist, int); in getgraph()
385 if (!(*elist)) in getgraph()
394 CC_FREE (*elist, int); in getgraph()
404 CC_FREE (*elist, int); in getgraph()
427 (*elist)[2 * i] = cyc[i]; in getgraph()
439 CC_FREE (*elist, int); in getgraph()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_nacl_info.py170 elist = []
172 elist.append(entry['rule_number'])
177 elist.append(entry.get('protocol'))
179 elist.append(entry['rule_action'])
182 elist.append(entry['cidr_block'])
186 elist.append(None)
188 elist = elist + [None, None, None, None]
195 elist[6] = 0
196 elist[7] = 65535
199 elist[7] = entry['port_range']['to']
[all …]
H A D_ec2_vpc_nacl_facts.py170 elist = []
172 elist.append(entry['rule_number'])
177 elist.append(entry.get('protocol'))
179 elist.append(entry['rule_action'])
182 elist.append(entry['cidr_block'])
186 elist.append(None)
188 elist = elist + [None, None, None, None]
195 elist[6] = 0
196 elist[7] = 65535
199 elist[7] = entry['port_range']['to']
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_nacl_facts.py170 elist = []
172 elist.append(entry['rule_number'])
177 elist.append(entry.get('protocol'))
179 elist.append(entry['rule_action'])
182 elist.append(entry['cidr_block'])
186 elist.append(None)
188 elist = elist + [None, None, None, None]
195 elist[6] = 0
196 elist[7] = 65535
199 elist[7] = entry['port_range']['to']
[all …]
H A Dec2_vpc_nacl_info.py170 elist = []
172 elist.append(entry['rule_number'])
177 elist.append(entry.get('protocol'))
179 elist.append(entry['rule_action'])
182 elist.append(entry['cidr_block'])
186 elist.append(None)
188 elist = elist + [None, None, None, None]
195 elist[6] = 0
196 elist[7] = 65535
199 elist[7] = entry['port_range']['to']
[all …]
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/
H A Derror.py135 def __init__(self, message, elist): argument
140 self.elist = elist
141 self.args = [ e[0] for e in elist ]
162 if len(self.elist) > self.tb_limit:
177 if len(self.elist) > self.tb_limit:
197 en,ev,etb,ei = self.elist[excid]
207 elist = []
220 for e in ev.elist:
221 elist.append(e)
224 if len(elist)==0:
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/CUT/
H A Dconnect.c79 int *elist;
156 static int build_graph (G, ncount, ecount, elist, x) in build_graph()
159 int *elist;
197 nodelist[elist[2*i]].degree++;
198 nodelist[elist[2*i+1]].degree++;
203 nodelist[elist[2*i]].degree++;
204 nodelist[elist[2*i+1]].degree++;
218 nodelist[elist[2*i]].adj[nodelist[elist[2*i]].degree++]
220 nodelist[elist[2*i+1]].adj[nodelist[elist[2*i+1]].degree++]
226 nodelist[elist[2*i]].adj[nodelist[elist[2*i]].degree++]
[all …]
H A Dmc_main.c36 shrink_ones (int ncount, int ecount, int *elist, double *dlen,
80 int *elist = (int *) NULL; local
125 rval = CCcut_violated_cuts (ncount, ecount, elist, ecap,
155 CC_IFFREE(elist, int);
159 elist = telist;
173 CC_IFFREE(elist, int);
176 elist = telist;
234 CC_IFFREE (elist, int);
331 int *elist;
355 (*tlist)[4 * i] = (*tlist)[4 * i + 3] = elist[2 * i];
[all …]
/dports/math/concorde/concorde/LOCALCUT/
H A Dtsporacl.c45 int *elist = (int *) NULL; in CCchunk_oracle() local
103 elist[2*k] = 0; in CCchunk_oracle()
104 elist[2*k+1] = i+1; in CCchunk_oracle()
145 printf ("%d %d %d %d %d\n",elist[2*i],elist[2*i+1],lbound[i], in CCchunk_oracle()
184 printf ("%d %d %d %d %d\n",elist[2*i],elist[2*i+1],lbound[i], in CCchunk_oracle()
201 printf ("%d %d %d %d %d\n",elist[2*i],elist[2*i+1],lbound[i], in CCchunk_oracle()
212 CC_IFFREE (elist, int); in CCchunk_oracle()
260 elist[2*k] = 0; in CCchunk_verify()
261 elist[2*k+1] = i+1; in CCchunk_verify()
287 printf ("%d %d %d %d %d\n",elist[2*i],elist[2*i+1],lbound[i], in CCchunk_verify()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/XSTUFF/
H A DXtest.c63 int *elist = (int *) NULL; local
79 if (getxvector (xfilename, &ncount, &ecount, &elist, &x)) {
85 if (Xfastcuts (&cuts, &cnt, ncount, ecount, elist, x)) {
99 CC_IFFREE (elist, int);
157 static int getxvector (f, ncount, ecount, elist, x) in getxvector()
160 int **elist;
169 *elist = (int *) NULL;
182 *elist = CC_SAFE_MALLOC ((*ecount) * 2, int);
183 if (!(*elist)) {
191 CC_FREE (*elist, int);
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_enet_discover.c206 if ( Get_ENET_response( 1, elist, now ) ) { in Find_ENET_all()
273 if ( Get_ENET_response( 0, elist, now ) ) { in Find_ENET_Specific()
282 elist->members = 0 ; in enet_list_init()
283 elist->head = NULL ; in enet_list_init()
288 while ( elist->head ) { in enet_list_kill()
289 struct enet_member * head = elist->head ; in enet_list_kill()
290 elist->head = head->next ; in enet_list_kill()
292 --elist->members ; in enet_list_kill()
314 new->next = elist->head ; in enet_list_add()
315 ++elist->members ; in enet_list_add()
[all …]
/dports/math/concorde/concorde/HELDKARP/
H A Dheldkarp.c128 elist[2*k] = i; in CCheldkarp_small()
129 elist[2*k+1] = j; in CCheldkarp_small()
141 CC_IFFREE (elist, int); in CCheldkarp_small()
212 n1 = elist[2*i]; n2 = elist[2*i+1]; in CCheldkarp_small_elist()
281 if (len[i] < y[elist[2*i]]) y[elist[2*i]] = len[i]; in initial_y()
282 if (len[i] < y[elist[2*i+1]]) y[elist[2*i+1]] = len[i]; in initial_y()
309 n0 = elist[2*ebranch]; in hk_work()
310 n1 = elist[2*ebranch+1]; in hk_work()
365 tlen += (len[k] - y[elist[2*k]] - y[elist[2*k+1]]); in held_karp_bound()
429 w = len[e] - y[elist[2*e]] - y[elist[2*e+1]]; in one_tree()
[all …]
/dports/math/concorde/concorde/CUT/
H A Dconnect.c92 rval = build_graph (&G, ncount, ecount, elist, x); in CCcut_connect_components()
187 nodelist[elist[2*i]].degree++; in build_graph()
188 nodelist[elist[2*i+1]].degree++; in build_graph()
193 nodelist[elist[2*i]].degree++; in build_graph()
194 nodelist[elist[2*i+1]].degree++; in build_graph()
208 nodelist[elist[2*i]].adj[nodelist[elist[2*i]].degree++] in build_graph()
210 nodelist[elist[2*i+1]].adj[nodelist[elist[2*i+1]].degree++] in build_graph()
216 nodelist[elist[2*i]].adj[nodelist[elist[2*i]].degree++] in build_graph()
217 = elist[2*i+1]; in build_graph()
218 nodelist[elist[2*i+1]].adj[nodelist[elist[2*i+1]].degree++] in build_graph()
[all …]
/dports/misc/vifm/vifm-0.11/src/io/
H A Dioe.c30 ioe_errlst_init(ioe_errlst_t *elist) in ioe_errlst_init() argument
33 *elist = initializer; in ioe_errlst_init()
37 ioe_errlst_free(ioe_errlst_t *elist) in ioe_errlst_free() argument
41 if(elist == NULL) in ioe_errlst_free()
46 for(i = 0U; i < elist->error_count; ++i) in ioe_errlst_free()
48 ioe_err_free(&elist->errors[i]); in ioe_errlst_free()
50 free(elist->errors); in ioe_errlst_free()
54 ioe_errlst_to_str(const ioe_errlst_t *elist) in ioe_errlst_to_str() argument
64 for(i = 0U; i < elist->error_count; ++i) in ioe_errlst_to_str()
66 const ioe_err_t *const err = &elist->errors[i]; in ioe_errlst_to_str()
/dports/x11/gnome-clipboard-daemon/clipboard-daemon-1.0/
H A Dselection-data-list.c48 GList *elist; in selection_data_list_free() local
52 for (elist = list->entries; elist; elist = elist->next) in selection_data_list_free()
53 selection_data_entry_free ((SelectionDataEntry *) elist->data); in selection_data_list_free()
75 GList *elist; in selection_data_list_make_targets() local
83 for (elist = list->entries; elist; elist = elist->next) in selection_data_list_make_targets()
85 SelectionDataEntry *data_entry = (SelectionDataEntry *) elist->data; in selection_data_list_make_targets()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_getpathprogs.c7 static THD_string_array *elist = NULL ; variable
14 return(elist); in get_elist()
34 if( elist == NULL ) RETURN(NULL) ; in THD_find_executable()
55 THD_string_array *elist=NULL; in THD_abindir() local
57 if (!(elist = get_elist()) || in THD_abindir()
327 INIT_SARR(elist) ; in THD_getpathprogs()
396 if( SARR_NUM(elist) == 0 ) DESTROY_SARR(elist) ; in THD_getpathprogs()
399 RETURN(elist) ; in THD_getpathprogs()
464 if (!(elist = get_elist()) || in THD_get_all_afni_executables()
541 if (!(elist = get_elist()) || in THD_get_all_afni_readmes()
[all …]

12345678910>>...54