Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 25 of 1756) sorted by relevance

12345678910>>...71

/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dclasses.cp52 template <class node_data> void node_iterator<node_data>::Reset(node<node_data>* root) {
57 template <class node_data> node<node_data>* node_iterator<node_data>::Current(void) const {
74 template <class node_data> node<node_data>* node_iterator<node_data>::Next(_SimpleList* history) {
188 template <class node_data> node<node_data>* node<node_data>::duplicate_tree(void (callback) (node<n… argument
190 node<node_data>* result = new node<node_data>;
221 template <class node_data> bool node<node_data>::compare_subtree(node<node_data>* compareTo)
346 template <class node_data> void node<node_data>::replace_node(node<node_data>* existing, node<node_…
404 template <class node_data> node<node_data>* node<node_data>::go_up(){
409 template <class node_data> node<node_data>* node<node_data>::go_next(){
421 template <class node_data> node<node_data>* node<node_data>::go_previous(){
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Skill/classes/
H A Dclass.ilVirtualSkillTree.php109 $node_data["parent"] = $node_data["parent"] . ":0";
112 $node_data["parent"] = $skl_tree_id . ":" . $node_data["parent"];
115 unset($node_data["child"]);
117 unset($node_data["lft"]);
118 unset($node_data["rgt"]);
119 unset($node_data["depth"]);
121 $node_data["id"] = $a_id;
129 return $node_data;
380 $node_data = array();
411 return ($node_data[$ua[0]]["order_nr"] - $node_data[$ua[1]]["order_nr"]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Skill/classes/
H A Dclass.ilVirtualSkillTree.php109 $node_data["parent"] = $node_data["parent"] . ":0";
112 $node_data["parent"] = $skl_tree_id . ":" . $node_data["parent"];
115 unset($node_data["child"]);
117 unset($node_data["lft"]);
118 unset($node_data["rgt"]);
119 unset($node_data["depth"]);
121 $node_data["id"] = $a_id;
129 return $node_data;
380 $node_data = array();
411 return ($node_data[$ua[0]]["order_nr"] - $node_data[$ua[1]]["order_nr"]);
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dxml.c43 NODE_DATA *node_data; in xml_doc_new() local
61 node_data->depth = 0; in xml_doc_new()
62 node_data->doc = doc; in xml_doc_new()
78 NODE_DATA *node_data; in xml_parse_file() local
108 node_data->depth = 0; in xml_parse_file()
109 node_data->doc = doc; in xml_parse_file()
168 NODE_DATA *node_data; in xml_save_file_internal() local
179 if(node_data->name){ in xml_save_file_internal()
218 if(node_data->name) in xml_save_file_internal()
254 if(node_data->name){ in xml_print_tree_internal()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/client/
H A Dcall_graph.cpp29 std::string label = node_data.label; in _add_new_call()
36 call->first->total_duration += node_data.get_duration(); in _add_new_call()
37 call->first->data = node_data; in _add_new_call()
52 void CallGraph::_add_new_calltree(const NodeData& node_data) in _add_new_calltree() argument
58 const NodeData& node_data) in _add_new_event_call() argument
60 caller->total_children_duration += node_data.get_duration(); in _add_new_event_call()
69 …_current_call->data.start_ts <= node_data.start_ts && node_data.stop_ts <= _current_call->data.sto… in _try_add_event_to_existing_calltree()
73 _add_new_event_call(_current_call, node_data); in _try_add_event_to_existing_calltree()
84 void CallGraph::_add_event(const NodeData& node_data) in _add_event() argument
86 bool added = _try_add_event_to_existing_calltree(node_data); in _add_event()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/client/
H A Dcall_graph.cpp29 std::string label = node_data.label; in _add_new_call()
36 call->first->total_duration += node_data.get_duration(); in _add_new_call()
37 call->first->data = node_data; in _add_new_call()
52 void CallGraph::_add_new_calltree(const NodeData& node_data) in _add_new_calltree() argument
58 const NodeData& node_data) in _add_new_event_call() argument
60 caller->total_children_duration += node_data.get_duration(); in _add_new_event_call()
69 …_current_call->data.start_ts <= node_data.start_ts && node_data.stop_ts <= _current_call->data.sto… in _try_add_event_to_existing_calltree()
73 _add_new_event_call(_current_call, node_data); in _try_add_event_to_existing_calltree()
84 void CallGraph::_add_event(const NodeData& node_data) in _add_event() argument
86 bool added = _try_add_event_to_existing_calltree(node_data); in _add_event()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/src/
H A Dnode_data.cpp16 std::string node_data::empty_scalar;
18 node_data::node_data() in node_data() function in YAML::detail::node_data
25 void node_data::mark_defined() { in mark_defined()
68 void node_data::set_null() { in set_null()
80 std::size_t node_data::size() const { in size()
97 void node_data::compute_seq_size() const { in compute_seq_size()
102 void node_data::compute_map_size() const { in compute_map_size()
126 node_iterator node_data::begin() { in begin()
154 node_iterator node_data::end() { in end()
248 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/
H A Dnode_data.cpp16 std::string node_data::empty_scalar;
18 node_data::node_data() in node_data() function in YODA_YAML::detail::node_data
25 void node_data::mark_defined() { in mark_defined()
68 void node_data::set_null() { in set_null()
80 std::size_t node_data::size() const { in size()
97 void node_data::compute_seq_size() const { in compute_seq_size()
102 void node_data::compute_map_size() const { in compute_map_size()
126 node_iterator node_data::begin() { in begin()
154 node_iterator node_data::end() { in end()
248 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/src/
H A Dnode_data.cpp16 std::string node_data::empty_scalar;
18 node_data::node_data() in node_data() function in YAML::detail::node_data
25 void node_data::mark_defined() { in mark_defined()
68 void node_data::set_null() { in set_null()
80 std::size_t node_data::size() const { in size()
97 void node_data::compute_seq_size() const { in compute_seq_size()
102 void node_data::compute_map_size() const { in compute_map_size()
126 node_iterator node_data::begin() { in begin()
154 node_iterator node_data::end() { in end()
248 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/src/
H A Dnode_data.cpp16 std::string node_data::empty_scalar;
18 node_data::node_data() in node_data() function in YAML::detail::node_data
25 void node_data::mark_defined() { in mark_defined()
68 void node_data::set_null() { in set_null()
80 std::size_t node_data::size() const { in size()
97 void node_data::compute_seq_size() const { in compute_seq_size()
102 void node_data::compute_map_size() const { in compute_map_size()
126 node_iterator node_data::begin() { in begin()
154 node_iterator node_data::end() { in end()
248 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/xspice/evt/
H A Devtprint.c197 if(node_data[i]->op) in EVTprint()
204 node_data[i] = node_data[i]->next; in EVTprint()
205 if(node_data[i]) { in EVTprint()
224 if(node_data[i]) { in EVTprint()
229 node_data[i] = node_data[i]->next; in EVTprint()
427 while (node_data) { in EVTdisplay()
429 node_data = node_data->next; in EVTdisplay()
632 node_data[i] = node_data[i]->next; in EVTprintvcd()
633 if (node_data[i]) { in EVTprintvcd()
677 if (node_data[i]) { in EVTprintvcd()
[all …]
H A Devtshared.c94 Evt_Node_t *node_data, *count_data; in EVTshareddata() local
148 if(node_data->op) in EVTshareddata()
151 step = node_data->step; in EVTshareddata()
155 node_data = node_data->next; in EVTshareddata()
156 if(node_data) { in EVTshareddata()
158 if(node_data->step < next_step) in EVTshareddata()
159 next_step = node_data->step; in EVTshareddata()
163 count_data = node_data; in EVTshareddata()
186 if(node_data) { in EVTshareddata()
191 node_data = node_data->next; in EVTshareddata()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/src/
H A Dnode_data.cpp16 const std::string& node_data::empty_scalar() { in empty_scalar()
21 node_data::node_data() in node_data() function in YAML::detail::node_data
33 void node_data::mark_defined() { in mark_defined()
76 void node_data::set_null() { in set_null()
88 std::size_t node_data::size() const { in size()
105 void node_data::compute_seq_size() const { in compute_seq_size()
110 void node_data::compute_map_size() const { in compute_map_size()
134 node_iterator node_data::begin() { in begin()
162 node_iterator node_data::end() { in end()
264 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/src/
H A Dnode_data.cpp18 const std::string& node_data::empty_scalar() { in empty_scalar()
23 node_data::node_data() in node_data() function in YAML::detail::node_data
35 void node_data::mark_defined() { in mark_defined()
78 void node_data::set_null() { in set_null()
90 std::size_t node_data::size() const { in size()
136 node_iterator node_data::begin() { in begin()
164 node_iterator node_data::end() { in end()
179 void node_data::push_back(node& node, in push_back()
210 node* node_data::get(node& key, in get()
272 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/src/
H A Dnode_data.cpp16 const std::string& node_data::empty_scalar() { in empty_scalar()
21 node_data::node_data() in node_data() function in YAML::detail::node_data
33 void node_data::mark_defined() { in mark_defined()
76 void node_data::set_null() { in set_null()
88 std::size_t node_data::size() const { in size()
105 void node_data::compute_seq_size() const { in compute_seq_size()
110 void node_data::compute_map_size() const { in compute_map_size()
134 node_iterator node_data::begin() { in begin()
162 node_iterator node_data::end() { in end()
264 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/src/
H A Dnode_data.cpp16 const std::string& node_data::empty_scalar() { in empty_scalar()
21 node_data::node_data() in node_data() function in YAML::detail::node_data
33 void node_data::mark_defined() { in mark_defined()
76 void node_data::set_null() { in set_null()
88 std::size_t node_data::size() const { in size()
105 void node_data::compute_seq_size() const { in compute_seq_size()
110 void node_data::compute_map_size() const { in compute_map_size()
134 node_iterator node_data::begin() { in begin()
162 node_iterator node_data::end() { in end()
264 void node_data::reset_sequence() { in reset_sequence()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/gdpopt/
H A Dbranch_and_bound.py130 node_data, node_model = heappop(queue)
132 solve_data.explored_nodes, node_data.obj_lb, node_data.num_unbranched_disjunctions))
152 if not node_data.is_screened:
157 … elif node_data.obj_lb < node_data.obj_ub - config.bound_tolerance and not node_data.is_evaluated:
162 elif node_data.num_unbranched_disjunctions == 0 or node_data.obj_lb == float('inf'):
171 … solve_data.LB = node_data.obj_lb if solve_data.objective_sense == minimize else -node_data.obj_ub
172 … solve_data.UB = node_data.obj_ub if solve_data.objective_sense == minimize else -node_data.obj_lb
219 child_node_data = node_data._replace(
239 if node_data.node_count == 0:
249 node_data.node_count, node_data.obj_lb, node_data.num_unbranched_disjunctions
[all …]
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dclasses.h100 template <class node_data> class node {
102 node_data in_object;
114 node (node_data const & d) { in node()
123 node_data get_data (void) { in get_data()
232 node<node_data>* go_up (void);
233 node<node_data>* go_next (void);
234 node<node_data>* go_previous (void);
241 … node<node_data>* duplicate_tree (void (callback) (node<node_data>*, node<node_data>*) = nil);
252 template <class node_data> class node_iterator {
254 node<node_data>* iterator_state;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/imx/
H A Dimx.c34 if (!node_data->qos_dev) in imx_icc_node_set()
70 dev_name(node_data->qos_dev)); in imx_icc_node_destroy()
73 put_device(node_data->qos_dev); in imx_icc_node_destroy()
88 node_data->qos_dev = dev; in imx_icc_node_init_qos()
113 node_data->qos_dev = &pdev->dev; in imx_icc_node_init_qos()
119 &node_data->qos_req, in imx_icc_node_init_qos()
127 struct imx_icc_node *node_data; in imx_icc_node_add() local
143 node_data = devm_kzalloc(dev, sizeof(*node_data), GFP_KERNEL); in imx_icc_node_add()
144 if (!node_data) { in imx_icc_node_add()
150 node->data = node_data; in imx_icc_node_add()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/imx/
H A Dimx.c34 if (!node_data->qos_dev) in imx_icc_node_set()
70 dev_name(node_data->qos_dev)); in imx_icc_node_destroy()
73 put_device(node_data->qos_dev); in imx_icc_node_destroy()
88 node_data->qos_dev = dev; in imx_icc_node_init_qos()
113 node_data->qos_dev = &pdev->dev; in imx_icc_node_init_qos()
119 &node_data->qos_req, in imx_icc_node_init_qos()
127 struct imx_icc_node *node_data; in imx_icc_node_add() local
143 node_data = devm_kzalloc(dev, sizeof(*node_data), GFP_KERNEL); in imx_icc_node_add()
144 if (!node_data) { in imx_icc_node_add()
150 node->data = node_data; in imx_icc_node_add()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/imx/
H A Dimx.c34 if (!node_data->qos_dev) in imx_icc_node_set()
70 dev_name(node_data->qos_dev)); in imx_icc_node_destroy()
73 put_device(node_data->qos_dev); in imx_icc_node_destroy()
88 node_data->qos_dev = dev; in imx_icc_node_init_qos()
113 node_data->qos_dev = &pdev->dev; in imx_icc_node_init_qos()
119 &node_data->qos_req, in imx_icc_node_init_qos()
127 struct imx_icc_node *node_data; in imx_icc_node_add() local
143 node_data = devm_kzalloc(dev, sizeof(*node_data), GFP_KERNEL); in imx_icc_node_add()
144 if (!node_data) { in imx_icc_node_add()
150 node->data = node_data; in imx_icc_node_add()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dplanarity.h311 nn = da ? node_data[na].prev : node_data[na].next;
315 nn = db ? node_data[nb].prev : node_data[nb].next;
406 if (node_data[n].prev == node_data[n].next &&
484 node_data[n].next = node_data[n].prev = rn;
485 node_data[rn].next = node_data[rn].prev = n;
801 nn = da ? node_data[na].prev : node_data[na].next;
805 nn = db ? node_data[nb].prev : node_data[nb].next;
927 if (node_data[n].prev == node_data[n].next &&
971 if (node_data[n].prev == node_data[n].next &&
1037 node_data[n].next = node_data[n].prev = rn;
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dplanarity.h311 nn = da ? node_data[na].prev : node_data[na].next;
315 nn = db ? node_data[nb].prev : node_data[nb].next;
406 if (node_data[n].prev == node_data[n].next &&
484 node_data[n].next = node_data[n].prev = rn;
485 node_data[rn].next = node_data[rn].prev = n;
801 nn = da ? node_data[na].prev : node_data[na].next;
805 nn = db ? node_data[nb].prev : node_data[nb].next;
927 if (node_data[n].prev == node_data[n].next &&
971 if (node_data[n].prev == node_data[n].next &&
1037 node_data[n].next = node_data[n].prev = rn;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dplanarity.h311 nn = da ? node_data[na].prev : node_data[na].next;
315 nn = db ? node_data[nb].prev : node_data[nb].next;
406 if (node_data[n].prev == node_data[n].next &&
484 node_data[n].next = node_data[n].prev = rn;
485 node_data[rn].next = node_data[rn].prev = n;
801 nn = da ? node_data[na].prev : node_data[na].next;
805 nn = db ? node_data[nb].prev : node_data[nb].next;
927 if (node_data[n].prev == node_data[n].next &&
971 if (node_data[n].prev == node_data[n].next &&
1037 node_data[n].next = node_data[n].prev = rn;
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dpath.c37 struct path_node_data node_data; member
248 && select_better_path_node(pkey, &n->node_data,&n->next->node_data, flags)) in nodelist_pop_best()
339 struct path_node_data node_data; in get_dir_from_cache() local
355 if (same_path_nodes(&n->node_data, &node_data)) in get_dir_from_cache()
397 if (same_path_nodes(&p->start_node->node_data, &node_data) in path_get_next_cached_move()
422 if (same_path_nodes(&p->start_node->node_data, &node_data) in path_get_next_cached_node()
497 &node_data, flags); in path_get_next_move()
500 && same_path_nodes(&node_parent->node_data, &node_data)) in path_get_next_move()
505 &node_current->node_data, in path_get_next_move()
506 &node_data, flags)) < 0) in path_get_next_move()
[all …]

12345678910>>...71