Home
last modified time | relevance | path

Searched refs:child_n (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_method_process.cpp154 int child_n = children.size(); in disable_process() local
156 for ( int child_i = 0; child_i < child_n; child_i++ ) in disable_process()
213 int child_n = children.size(); in enable_process() local
215 for ( int child_i = 0; child_i < child_n; child_i++ ) in enable_process()
258 int child_n = children.size(); in kill_process() local
260 for ( int child_i = 0; child_i < child_n; child_i++ ) in kill_process()
398 int child_n = children.size(); in suspend_process() local
400 for ( int child_i = 0; child_i < child_n; child_i++ ) in suspend_process()
463 for ( int child_i = 0; child_i < child_n; child_i++ ) in resume_process()
591 int child_n = children.size(); in throw_user() local
[all …]
H A Dsc_thread_process.cpp179 int child_n = children.size(); in disable_process() local
181 for ( int child_i = 0; child_i < child_n; child_i++ ) in disable_process()
238 int child_n = children.size(); in enable_process() local
240 for ( int child_i = 0; child_i < child_n; child_i++ ) in enable_process()
284 int child_n = children.size(); in kill_process() local
286 for ( int child_i = 0; child_i < child_n; child_i++ ) in kill_process()
358 int child_n = children.size(); in resume_process() local
360 for ( int child_i = 0; child_i < child_n; child_i++ ) in resume_process()
524 for ( int child_i = 0; child_i < child_n; child_i++ ) in suspend_process()
652 int child_n = children.size(); in throw_user() local
[all …]
H A Dsc_object.cpp289 int child_n = children_p->size(); in detach()
292 for ( int child_i = 0; child_i < child_n; child_i++ ) in detach()
H A Dsc_process.cpp489 int child_n = children.size(); in reset_process() local
491 for ( int child_i = 0; child_i < child_n; child_i++ ) in reset_process()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dtransaction_model.c214 gint child_n; in transaction_model_get_iter() local
216 child_n = indices[1]; in transaction_model_get_iter()
217 if (child_n >= record -> number_of_children || child_n < 0) in transaction_model_get_iter()
220 record = record -> children_rows[child_n]; in transaction_model_get_iter()
H A Dcustom_list.c395 gint child_n; in custom_list_get_iter() local
397 child_n = indices[1]; in custom_list_get_iter()
398 if (child_n >= record -> number_of_children || child_n < 0) in custom_list_get_iter()
401 record = record -> children_rows[child_n]; in custom_list_get_iter()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_tools_extrapolate.templates.h535 for (unsigned int child_n = 0; child_n < dealii_cell->n_children();
536 ++child_n)
537 if (dealii_cell->child(child_n)->is_active())
538 if (dealii_cell->child(child_n)->is_locally_owned())
881 for (unsigned int child_n = 0; child_n < dealii_cell->n_children();
882 ++child_n)
883 if (dealii_cell->child(child_n)->is_active())
884 if (dealii_cell->child(child_n)->is_locally_owned())
1738 for (unsigned int child_n = 0; child_n < cell->n_children();
1739 ++child_n)
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/test/
H A DilObjStudyProgrammeTest.php467 $child_n = $children[0];
477 $child_n->addNode($node1);
482 $child_n->addLeaf($mock_leaf2);
490 $child_n->addLeaf($mock_leaf2);
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/
H A DilObjStudyProgrammeTest.php538 $child_n = $children[0];
548 $child_n->addNode($node1);
553 $child_n->addLeaf($mock_leaf2);
561 $child_n->addLeaf($mock_leaf2);
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/examples/versioned_rows/
H A Dversioned_update_old_row.py133 child_n = Column(Integer) variable in Parent
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/examples/versioned_rows/
H A Dversioned_update_old_row.py127 child_n = Column(Integer) variable in Parent
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/examples/versioned_rows/
H A Dversioned_update_old_row.py132 child_n = Column(Integer) variable in Parent
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_door.py1202 child_n = 0
1220 child_n += 1
1222 if child_n == 1:
1227 if child_n > 1:
1232 if child_n > n_childs:
1255 child = childs[child_n - 1]
H A Darchipack_window.py1218 child_n = 0
1264 child_n += 1
1271 if child_n > n_childs:
1298 child = childs[child_n - 1]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2symbolizer.c1776 rl2PrivChildStylePtr child_n; in rl2_destroy_group_style() local
1790 child_n = child->next; in rl2_destroy_group_style()
1796 child = child_n; in rl2_destroy_group_style()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/grid/
H A Dtria_accessor.templates.h1346 for (unsigned int child_n = 0; child_n < n_children; ++child_n) in child_iterator_to_index() local
1347 if (this->child(child_n) == child) in child_iterator_to_index()
1348 return child_n; in child_iterator_to_index()
/dports/devel/py-blist/blist-1.3.6/blist/
H A D_blist.c1933 Py_ssize_t child_index, Py_ssize_t child_n, int set_ok) in ext_index_all_dirty_r() argument
1936 for (i = child_index; i < self->num_children && child_n < end; i++) { in ext_index_all_dirty_r()
1938 ext_index_r(root, child, child_n, set_ok); in ext_index_all_dirty_r()
1939 child_n += child->n; in ext_index_all_dirty_r()
1946 PyBList *self, Py_ssize_t child_index, Py_ssize_t child_n, in ext_index_all_r() argument
1953 child_index, child_n, set_ok); in ext_index_all_r()
1960 if (child_n + child->n > dirty_offset) in ext_index_all_r()
1962 child_n += child->n; in ext_index_all_r()
1967 || (((PyBList *)self->children[child_index])->n + child_n in ext_index_all_r()
1977 self, child_index, child_n, set_ok); in ext_index_all_r()
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/tools/
H A Dwmslite.c480 struct wms_layer_ref *child_n; in destroy_wms_group() local
499 child_n = child->next; in destroy_wms_group()
501 child = child_n; in destroy_wms_group()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_generator.cc7349 for (unsigned int child_n = 0; in extract_boundary_mesh() local
7350 child_n < refined_cell->n_children(); in extract_boundary_mesh()
7351 ++child_n) in extract_boundary_mesh()
7357 swap_matrix[refined_face_number][child_n]), in extract_boundary_mesh()
7358 std::make_pair(refined_face->child(child_n), in extract_boundary_mesh()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_demo.cpp4591 for (int child_n = 0; child_n < node->ChildCount; child_n++) local
4592 DisplayNode(&all_nodes[node->ChildIdx + child_n], all_nodes);
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_demo.cpp4523 for (int child_n = 0; child_n < node->ChildCount; child_n++) local
4524 DisplayNode(&all_nodes[node->ChildIdx + child_n], all_nodes);
H A Dimgui.cpp14919 for (int child_n = 0; child_n < IM_ARRAYSIZE(src_node->ChildNodes); child_n++) in DockBuilderCopyNodeRec() local
14920 if (src_node->ChildNodes[child_n]) in DockBuilderCopyNodeRec()
14922 …dst_node->ChildNodes[child_n] = DockBuilderCopyNodeRec(src_node->ChildNodes[child_n], 0, out_node_… in DockBuilderCopyNodeRec()
14923 dst_node->ChildNodes[child_n]->ParentNode = dst_node; in DockBuilderCopyNodeRec()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_demo.cpp4621 for (int child_n = 0; child_n < node->ChildCount; child_n++) local
4622 DisplayNode(&all_nodes[node->ChildIdx + child_n], all_nodes);
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_demo.cpp4621 for (int child_n = 0; child_n < node->ChildCount; child_n++) local
4622 DisplayNode(&all_nodes[node->ChildIdx + child_n], all_nodes);
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui.cpp14531 for (int child_n = 0; child_n < IM_ARRAYSIZE(src_node->ChildNodes); child_n++) in DockBuilderCopyNodeRec() local
14532 if (src_node->ChildNodes[child_n]) in DockBuilderCopyNodeRec()
14534 …dst_node->ChildNodes[child_n] = DockBuilderCopyNodeRec(src_node->ChildNodes[child_n], 0, out_node_… in DockBuilderCopyNodeRec()
14535 dst_node->ChildNodes[child_n]->ParentNode = dst_node; in DockBuilderCopyNodeRec()

12