Home
last modified time | relevance | path

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

/dports/databases/grass7/grass-7.8.6/lib/vector/neta/
H A Dcomponents.c85 dglInt32_t cur_node_id = dglNodeGet_Id(graph, cur_node); in NetA_weakly_connected_components() local
87 if (!component[cur_node_id]) { in NetA_weakly_connected_components()
88 stack[0] = cur_node_id; in NetA_weakly_connected_components()
90 component[cur_node_id] = ++components; in NetA_weakly_connected_components()
194 if (!component[cur_node_id]) { in NetA_strongly_connected_components()
195 component[cur_node_id] = --components; in NetA_strongly_connected_components()
196 stack[0] = cur_node_id; in NetA_strongly_connected_components()
242 dglInt32_t cur_node_id = order[--order_size]; in NetA_strongly_connected_components() local
243 int cur_comp = component[cur_node_id]; in NetA_strongly_connected_components()
246 component[cur_node_id] = ++components; in NetA_strongly_connected_components()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/skill_graph/
H A Dskill_node.cpp49 for(uint32_t cur_node_id : _children_nodes_links) { in AddChildNodeLink() local
50 if (cur_node_id == node_id) { in AddChildNodeLink()
61 for(uint32_t cur_node_id : _parent_nodes_links) { in AddParentNodeLink() local
62 if (cur_node_id == node_id) { in AddParentNodeLink()
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dx12context.py217 cur_node_id = x12path.seg_id
221 …al_code, ele_idx, subele_idx) = child.x12_map_node.is_match_qual(child.seg_data, cur_node_id, qual)
225 if child.id == cur_node_id:
228 cur_node_id = x12path.loop_list[0]
231 if child.id == cur_node_id:
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/task/affinity/
H A Ddist_tasks.c587 int i, index = -1, cur_node_id = -1; in _get_local_node_info() local
592 cur_node_id < job_node_id; i++) { in _get_local_node_info()
596 cur_node_id++; in _get_local_node_info()
599 } while (cur_node_id < job_node_id); in _get_local_node_info()