Home
last modified time | relevance | path

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

/dports/net/olsrd/olsrd-0.9.8/gui/linux-gtk/src/
H A Dnodes.c115 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in add_node()
165 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in update_timer_node()
207 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in update_timer_mpr()
239 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in add_mid_node()
306 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in add_hna_node()
376 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in add_mpr()
503 tmp_nodes = tmp_nodes->next; in remove_node_addr()
514 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in find_node()
527 for (tmp_nodes = nodes.next; tmp_nodes != &nodes; tmp_nodes = tmp_nodes->next) { in find_node_t()
561 tmp_nodes = tmp_nodes->next; in time_out_nodes()
[all …]
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Drefine_l.cc129 array_move( nodes, tmp_nodes, nnol ); in refine_locally()
677 el_nodes[0][0] = tmp_nodes[0]; in refine_locally()
680 el_nodes[1][1] = tmp_nodes[1]; in refine_locally()
690 el_nodes[0][0] = tmp_nodes[0]; in refine_locally()
693 el_nodes[1][1] = tmp_nodes[1]; in refine_locally()
703 el_nodes[0][0] = tmp_nodes[0]; in refine_locally()
706 el_nodes[1][0] = tmp_nodes[1]; in refine_locally()
709 el_nodes[2][0] = tmp_nodes[2]; in refine_locally()
724 el_nodes[0][0] = tmp_nodes[0]; in refine_locally()
726 el_nodes[0][2] = tmp_nodes[1]; in refine_locally()
[all …]
H A Dmap.cc85 tmp_el[MNOL+1], tmp_nodes[MNOL]; in map_element() local
97 tmp_nnol = length - 1; array_move( &tmp_el[1], tmp_nodes, tmp_nnol ); in map_element()
100 in = tmp_nodes[inol]; in map_element()
H A Drefine_g.cc44 nodes[MNOL], tmp_nodes[MNOL], node_numbers[MNOL], sides_counter[MSIDE], in refine_globally() local
343 tmp_nodes[inol_new] = tmp_node_number; inol_new++; in refine_globally()
348 el[0] = name_new; array_move( tmp_nodes, &el[1], nnol_new ); in refine_globally()
/dports/devel/hpx/hpx-1.2.1/src/util/batch_environments/
H A Dslurm_environment.cpp179 std::vector<std::string> tmp_nodes; in operator ()() local
185 bool push_now = tmp_nodes.empty(); in operator ()()
196 tmp_nodes.push_back(s); in operator ()()
200 for (std::string& node : tmp_nodes) in operator ()()
233 tmp_nodes.push_back(s); in operator ()()
243 std::swap(tmp, tmp_nodes); in operator ()()
249 tmp_nodes.push_back(s); in operator ()()
260 tmp_nodes.push_back(prefix); in operator ()()
264 for (std::string& node : tmp_nodes) in operator ()()
271 nodes.insert(nodes.end(), tmp_nodes.begin(), tmp_nodes.end()); in operator ()()
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotdt.c152 data->tmp_nodes= 0; in gtk_plot_dt_init()
233 if (data->tmp_nodes) g_free(data->tmp_nodes); in gtk_plot_dt_real_clear()
234 data->tmp_nodes= NULL; in gtk_plot_dt_real_clear()
359 if (idx<0) return &data->tmp_nodes[-1-idx]; in gtk_plot_dt_real_get_node()
451 if (data->tmp_nodes) g_free(data->tmp_nodes); in gtk_plot_dt_update_tmpnodes()
452 data->tmp_nodes= g_new0(GtkPlotDTnode, 8); in gtk_plot_dt_update_tmpnodes()
454 if (!data->tmp_nodes) return 0; in gtk_plot_dt_update_tmpnodes()
507 g_free(data->tmp_nodes); in gtk_plot_dt_drop_tmpstuff()
508 data->tmp_nodes= NULL; data->node_0= 0; in gtk_plot_dt_drop_tmpstuff()
910 data->tmp_nodes= g_new(GtkPlotDTnode,cnt); in gtk_plot_dt_triangulate_subsample()
[all …]
H A Dgtkplotdt.h101 GtkPlotDTnode *tmp_nodes; /* index<0: tmpnodes[-1-index] */ member
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotdt.c152 data->tmp_nodes= 0; in gtk_plot_dt_init()
232 if (data->tmp_nodes) g_free(data->tmp_nodes); data->tmp_nodes= NULL; in gtk_plot_dt_real_clear()
357 if (idx<0) return &data->tmp_nodes[-1-idx]; in gtk_plot_dt_real_get_node()
447 if (data->tmp_nodes) g_free(data->tmp_nodes); in gtk_plot_dt_update_tmpnodes()
448 data->tmp_nodes= g_new0(GtkPlotDTnode, 8); in gtk_plot_dt_update_tmpnodes()
450 if (!data->tmp_nodes) return 0; in gtk_plot_dt_update_tmpnodes()
452 data->tmp_nodes[0].x= xmin-delta*(xmax-xmin); in gtk_plot_dt_update_tmpnodes()
503 g_free(data->tmp_nodes); in gtk_plot_dt_drop_tmpstuff()
504 data->tmp_nodes= NULL; data->node_0= 0; in gtk_plot_dt_drop_tmpstuff()
905 data->tmp_nodes= g_new(GtkPlotDTnode,cnt); in gtk_plot_dt_triangulate_subsample()
[all …]
H A Dgtkplotdt.h101 GtkPlotDTnode *tmp_nodes; /* index<0: tmpnodes[-1-index] */ member
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotdt.c142 data->tmp_nodes= 0; in gtk_plot_dt_init()
193 if (data->tmp_nodes) g_free(data->tmp_nodes); data->tmp_nodes= NULL; in gtk_plot_dt_real_clear()
318 if (idx<0) return &data->tmp_nodes[-1-idx]; in gtk_plot_dt_real_get_node()
408 if (data->tmp_nodes) g_free(data->tmp_nodes); in gtk_plot_dt_update_tmpnodes()
409 data->tmp_nodes= g_new0(GtkPlotDTnode, 8); in gtk_plot_dt_update_tmpnodes()
411 if (!data->tmp_nodes) return 0; in gtk_plot_dt_update_tmpnodes()
413 data->tmp_nodes[0].x= xmin-delta*(xmax-xmin); in gtk_plot_dt_update_tmpnodes()
464 g_free(data->tmp_nodes); in gtk_plot_dt_drop_tmpstuff()
465 data->tmp_nodes= NULL; data->node_0= 0; in gtk_plot_dt_drop_tmpstuff()
866 data->tmp_nodes= g_new(GtkPlotDTnode,cnt); in gtk_plot_dt_triangulate_subsample()
[all …]
H A Dgtkplotdt.h87 GtkPlotDTnode *tmp_nodes; /* index<0: tmpnodes[-1-index] */ member
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/fde/
H A Dxml_structure.F90131 type(xml_tag_ref), pointer :: get_child(:),tmp_nodes(:) local
151 allocate(tmp_nodes(size(get_child)+1))
152 tmp_nodes=get_child
154 get_child=>tmp_nodes
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteGmsh.cpp106 Range tmp_range, tmp_nodes; in write_file() local
111 rval = mbImpl->get_adjacencies(tmp_range, set, false, tmp_nodes); in write_file()
114 nodes.merge(tmp_nodes); in write_file()
/dports/security/py-angr/angr-9.0.5405/angr/analyses/cfg/
H A Dcfg_utils.py157 tmp_nodes = networkx.topological_sort(graph_copy)
160 for n in tmp_nodes:
/dports/games/minetest/minetest-5.4.1/src/
H A Dmapblock.cpp387 MapNode *tmp_nodes = new MapNode[nodecount]; in serialize() local
389 tmp_nodes[i] = data[i]; in serialize()
390 getBlockNodeIdMapping(&nimap, tmp_nodes, m_gamedef->ndef()); in serialize()
396 MapNode::serializeBulk(os, version, tmp_nodes, nodecount, in serialize()
398 delete[] tmp_nodes; in serialize()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmapblock.cpp575 MapNode *tmp_nodes = new MapNode[nodecount]; in serialize() local
577 tmp_nodes[i] = data[i]; in serialize()
578 getBlockNodeIdMapping(&nimap, tmp_nodes, m_gamedef->ndef()); in serialize()
584 MapNode::serializeBulk(os, version, tmp_nodes, nodecount, in serialize()
586 delete[] tmp_nodes; in serialize()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sview/
H A Djob_info.c1866 char *tmp_reboot, *tmp_reason, *tmp_nodes; in _update_job_record() local
2110 tmp_nodes = "waiting..."; in _update_job_record()
2129 tmp_nodes = sview_job_info_ptr->nodes; in _update_job_record()
2289 SORTID_NODELIST, tmp_nodes, in _update_job_record()
2519 snprintf(tmp_nodes, sizeof(tmp_nodes), "waiting..."); in _layout_step_record()
2523 _get_step_nodelist(step_ptr, tmp_nodes, sizeof(tmp_nodes)); in _layout_step_record()
2537 tmp_nodes); in _layout_step_record()
2584 char tmp_nodes[50]; in _update_step_record() local
2604 snprintf(tmp_nodes, sizeof(tmp_nodes), "waiting..."); in _update_step_record()
2610 _get_step_nodelist(step_ptr, tmp_nodes, sizeof(tmp_nodes)); in _update_step_record()
[all …]
H A Dresv_info.c619 char tmp_duration[40], tmp_end[40], tmp_nodes[40], tmp_start[40]; in _update_resv_record() local
639 tmp_nodes, sizeof(tmp_nodes), UNIT_NONE, NO_VAL, in _update_resv_record()
666 SORTID_NODE_CNT, tmp_nodes, in _update_resv_record()
H A Dpart_info.c1442 char *tmp_cpus = NULL, *tmp_nodes = NULL, *tmp_nodelist; in _update_part_sub_record() local
1474 if (!tmp_nodes) { in _update_part_sub_record()
1478 tmp_nodes = xstrdup(tmp_cnt); in _update_part_sub_record()
1499 SORTID_NODES, tmp_nodes, in _update_part_sub_record()
1508 xfree(tmp_nodes); in _update_part_sub_record()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/blocks/
H A DReplCache.java685 List<Address> tmp_nodes=new_func.hash(key, repl_count); in rebalance() local
686 if(!tmp_nodes.isEmpty()) { in rebalance()
687 Address mbr=tmp_nodes.get(0); in rebalance()
/dports/security/nmap/nmap-7.91/zenmap/radialnet/gui/
H A DRadialNet.py1257 tmp_nodes = set()
1289 tmp_nodes.update(children)
1292 for node in tmp_nodes:
1300 new_nodes.update(tmp_nodes)
/dports/biology/hisat2/hisat2-2.2.1/evaluation/tests/HLA_novel/
H A Dhisatgenotype_locus_prev.py2404 tmp_nodes = asm_graph.nodes
2405 print >> sys.stderr, "Number of tmp nodes:", len(tmp_nodes)
2407 for id, node in tmp_nodes.items():
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Djob_mgr.c13499 bitstr_t *rem_nodes, *tmp_nodes; in _update_job() local
13511 tmp_nodes = bit_copy(job_ptr->node_bitmap); in _update_job()
13520 bit_and_not(tmp_nodes, in _update_job()
13532 i_first = bit_ffs(tmp_nodes); in _update_job()
13534 i_last = bit_fls(tmp_nodes); in _update_job()
13537 rem_nodes = bit_alloc(bit_size(tmp_nodes)); in _update_job()
13539 if (!bit_test(tmp_nodes, i)) in _update_job()
13556 bit_free(tmp_nodes); in _update_job()