Home
last modified time | relevance | path

Searched refs:next_child (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dminimax.c101 char next_child = 0; in minimax_setup() local
111 FSTACK_PUSHVAR(next_child); // next_child in minimax_setup()
124 char next_child, which_child; in minimax_step() local
136 FSTACK_POPVAR(next_child); in minimax_step()
149 if (next_child <= 0) { in minimax_step()
154 which_child = next_child - 1; in minimax_step()
169 if (!generate_position(copy, next_child, minimize)) { // no more children to be had in minimax_step()
178 next_child++; in minimax_step()
179 FSTACK_PUSHVAR(next_child); in minimax_step()
187 next_child = 0; in minimax_step()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgomp/
H A Dtask.c70 task = task->next_child; in gomp_clear_parent()
163 task->next_child = parent->children; in GOMP_task()
165 task->next_child->prev_child = task; in GOMP_task()
166 task->prev_child->next_child = task; in GOMP_task()
170 task->next_child = task; in GOMP_task()
228 parent->children = child_task->next_child; in gomp_barrier_handle_tasks()
261 child_task->prev_child->next_child = child_task->next_child; in gomp_barrier_handle_tasks()
265 if (child_task->next_child != child_task) in gomp_barrier_handle_tasks()
334 task->children = child_task->next_child; in GOMP_taskwait()
375 child_task->prev_child->next_child = child_task->next_child; in GOMP_taskwait()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgomp/
H A Dtask.c70 task = task->next_child; in gomp_clear_parent()
163 task->next_child = parent->children; in GOMP_task()
165 task->next_child->prev_child = task; in GOMP_task()
166 task->prev_child->next_child = task; in GOMP_task()
170 task->next_child = task; in GOMP_task()
228 parent->children = child_task->next_child; in gomp_barrier_handle_tasks()
261 child_task->prev_child->next_child = child_task->next_child; in gomp_barrier_handle_tasks()
265 if (child_task->next_child != child_task) in gomp_barrier_handle_tasks()
334 task->children = child_task->next_child; in GOMP_taskwait()
375 child_task->prev_child->next_child = child_task->next_child; in GOMP_taskwait()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgomp/
H A Dtask.c102 task = task->next_child; in gomp_clear_parent()
370 task->next_child = task; in GOMP_task()
506 task->next_child = last_parent_depends_on->next_child; in gomp_task_run_post_handle_dependers()
520 task->next_child = task; in gomp_task_run_post_handle_dependers()
617 child_task->prev_child->next_child = child_task->next_child; in gomp_task_run_post_remove_parent()
865 child_task->prev_child->next_child = child_task->next_child; in GOMP_taskwait()
932 tsk->prev_child->next_child = tsk->next_child; in gomp_task_maybe_wait_for_dependencies()
935 tsk->next_child = last_parent_depends_on->next_child; in gomp_task_maybe_wait_for_dependencies()
941 tsk->prev_child->next_child = tsk->next_child; in gomp_task_maybe_wait_for_dependencies()
944 tsk->next_child = task->children->next_child; in gomp_task_maybe_wait_for_dependencies()
[all …]
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_normalise.c155 struct box *next_child; in box_normalise_table_row() local
171 next_child = child->next; in box_normalise_table_row()
222 child = next_child; in box_normalise_table_row()
290 struct box *next_child; in box_normalise_table_row_group() local
306 next_child = child->next; in box_normalise_table_row_group()
358 child = next_child; in box_normalise_table_row_group()
610 struct box *next_child; in box_normalise_table() local
693 child = next_child; in box_normalise_table()
809 struct box *next_child; in box_normalise_inline_container() local
890 struct box *next_child; in box_normalise_block() local
[all …]
/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_ccs_ooc_llt.c603 int* next_child = L->next_child; in recursive_leftlooking_supernodal_update() local
797 int* next_child = L->next_child; in recursive_leftlooking_supernodal_factor_llt() local
930 int* next_child = L->next_child; in recursive_leftlooking_supernodal_update_ooc() local
1067 int* next_child = L->next_child; in recursive_append_L() local
1104 int* next_child = L->next_child; in recursive_read_L() local
1142 int* next_child = L->next_child; in recursive_read_L_cols() local
1172 int* next_child = L->next_child; in recursive_leftlooking_supernodal_factor_llt_ooc() local
1271 int* next_child = L->next_child; in recursive_compute_supernodes_ll_in_core() local
1319 int* next_child = L->next_child; in recursive_compute_supernodes_in_core_old() local
1345 int* next_child = L->next_child; in recursive_compute_supernodes_ipostorder() local
[all …]
H A Dtaucs_sn_llt.c612 int* next_child; member
794 L->next_child = NULL; in multifrontal_supernodal_create()
1272 int next_child[], in recursive_postorder() argument
1322 int next_child[], in tree_level() argument
1332 next_child, in tree_level()
1342 int next_child[], in tree_first_descendant() argument
1352 next_child, in tree_first_descendant()
1848 int* next_child = snL->next_child; in recursive_multifrontal_supernodal_factor_llt() local
2225 int* next_child = L->next_child; in recursive_leftlooking_supernodal_update() local
2434 int* next_child = L->next_child; in recursive_leftlooking_supernodal_factor_llt() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_construction_site.h58 visitor->Trace(next_child); in Trace()
71 Member<Node> next_child; member
299 DCHECK(!next_child || next_child == new_next_child); in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
300 next_child = new_next_child; in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
308 next_child.Swap(other.next_child); in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
321 DCHECK(!string_builder.IsEmpty() || !next_child); in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
330 Member<Node> next_child; in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_construction_site.h58 visitor->Trace(next_child); in Trace()
71 Member<Node> next_child; member
301 DCHECK(!next_child || next_child == new_next_child); in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
302 next_child = new_next_child; in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
310 next_child.Swap(other.next_child); in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
323 DCHECK(!string_builder.IsEmpty() || !next_child); in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS()
332 Member<Node> next_child; in WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS() local
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-root.c246 FoNode *next_child = fo_node_next_sibling (child_node); in _validate_content() local
250 if (FO_IS_DECLARATIONS (next_child) || in _validate_content()
251 FO_IS_PAGE_SEQUENCE (next_child)) in _validate_content()
253 child_node = next_child; in _validate_content()
262 if (FO_IS_PAGE_SEQUENCE (next_child)) in _validate_content()
264 child_node = next_child; in _validate_content()
273 if (!next_child || in _validate_content()
274 FO_IS_PAGE_SEQUENCE (next_child)) in _validate_content()
276 child_node = next_child; in _validate_content()
H A Dfo-simple-page-master.c683 if (!next_child || in fo_simple_page_master_validate_content()
687 FO_IS_REGION_END (next_child)) in fo_simple_page_master_validate_content()
689 child_node = next_child; in fo_simple_page_master_validate_content()
698 if (!next_child || in fo_simple_page_master_validate_content()
703 child_node = next_child; in fo_simple_page_master_validate_content()
712 if (!next_child || in fo_simple_page_master_validate_content()
716 child_node = next_child; in fo_simple_page_master_validate_content()
725 if (!next_child || in fo_simple_page_master_validate_content()
728 child_node = next_child; in fo_simple_page_master_validate_content()
737 if (!next_child) in fo_simple_page_master_validate_content()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-root.c246 FoNode *next_child = fo_node_next_sibling (child_node); in _validate_content() local
250 if (FO_IS_DECLARATIONS (next_child) || in _validate_content()
251 FO_IS_PAGE_SEQUENCE (next_child)) in _validate_content()
253 child_node = next_child; in _validate_content()
262 if (FO_IS_PAGE_SEQUENCE (next_child)) in _validate_content()
264 child_node = next_child; in _validate_content()
273 if (!next_child || in _validate_content()
274 FO_IS_PAGE_SEQUENCE (next_child)) in _validate_content()
276 child_node = next_child; in _validate_content()
H A Dfo-simple-page-master.c683 if (!next_child || in fo_simple_page_master_validate_content()
687 FO_IS_REGION_END (next_child)) in fo_simple_page_master_validate_content()
689 child_node = next_child; in fo_simple_page_master_validate_content()
698 if (!next_child || in fo_simple_page_master_validate_content()
703 child_node = next_child; in fo_simple_page_master_validate_content()
712 if (!next_child || in fo_simple_page_master_validate_content()
716 child_node = next_child; in fo_simple_page_master_validate_content()
725 if (!next_child || in fo_simple_page_master_validate_content()
728 child_node = next_child; in fo_simple_page_master_validate_content()
737 if (!next_child) in fo_simple_page_master_validate_content()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpcp/src/
H A Dpcp_api.c378 d->fprev->next_child=f; in chain_and_assign_src_ip()
542 for (fiter=f; fiter; fiter=fiter->next_child) { in pcp_flow_set_userid()
553 for (fiter=f; fiter; fiter=fiter->next_child) { in pcp_flow_set_location()
565 for (fiter=f; fiter; fiter=fiter->next_child) { in pcp_flow_set_deviceid()
577 for (fiter=f; fiter!=NULL; fiter=fiter->next_child) { in pcp_flow_add_md()
589 for (fiter=f; fiter; fiter=fiter->next_child) { in pcp_flow_set_flowp()
630 for (fiter=f; fiter; fiter=fiter->next_child) { in pcp_close_flow()
645 fnext=fiter->next_child; in pcp_delete_flow()
680 for (fiter=f; fiter; fiter=fiter->next_child) { in pcp_flow_get_info()
691 fiter=fiter->next_child, ++info_iter) { in pcp_flow_get_info()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/umfpack/src/c/
H A Dtaucs_scilab.c80 int* next_child; member
448 L->next_child = NULL; in multifrontal_supernodal_create()
464 FREE(L->next_child); in taucs_supernodal_factor_free()
847 int next_child[], in tree_level() argument
861 next_child, in tree_level()
871 int next_child[], in tree_first_descendant() argument
913 int *first_child, *next_child; local
1116 FREE(next_child);
1887 int* next_child; local
2088 FREE(next_child);
[all …]
/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/src/sphinxcontrib/bibtex/
H A Dtransforms.py28 for child, next_child in zip(node.children[:], node.children[1:] + [None]):
31 and isinstance(next_child, docutils.nodes.Text)):
33 ref_node = docutils.nodes.reference(refuri=next_child.astext())
34 ref_node += next_child
35 node.replace(next_child, ref_node)
/dports/audio/gsequencer/gsequencer-3.10.4/ags/thread/
H A Dags_thread.c792 current_child = next_child; in ags_thread_connect()
828 current_child = next_child; in ags_thread_disconnect()
1737 current_child = next_child; in ags_thread_remove_child()
1775 if(next_child != NULL){ in ags_thread_remove_child()
1784 if(next_child != NULL){ in ags_thread_remove_child()
1984 AgsThread *child, *next_child; in ags_thread_is_tree_ready_recursive() local
2015 child = next_child; in ags_thread_is_tree_ready_recursive()
2047 AgsThread *child, *next_child; in ags_thread_prepare_tree_sync_recursive() local
2066 child = next_child; in ags_thread_prepare_tree_sync_recursive()
2219 child = next_child; in ags_thread_set_tree_sync_recursive()
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/h2/
H A Dops-h2.c926 goto next_child; in rops_perform_user_POLLOUT_h2()
939 goto next_child; in rops_perform_user_POLLOUT_h2()
959 goto next_child; in rops_perform_user_POLLOUT_h2()
981 goto next_child; in rops_perform_user_POLLOUT_h2()
992 goto next_child; in rops_perform_user_POLLOUT_h2()
1009 goto next_child; in rops_perform_user_POLLOUT_h2()
1017 goto next_child; in rops_perform_user_POLLOUT_h2()
1085 goto next_child; in rops_perform_user_POLLOUT_h2()
1129 goto next_child; in rops_perform_user_POLLOUT_h2()
1151 goto next_child; in rops_perform_user_POLLOUT_h2()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ibcast/
H A Dibcast_tsp_scatterv_allgatherv_algos.h30 int current_child, next_child, lrank, total_count, recv_id, sink_id; in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv() local
119next_child = ((*(int *) utarray_eltptr(my_tree.children, i + 1)) - root + size) % size; /* Der… in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv()
121 next_child = size; in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv()
126 next_child = sibling; in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv()
132 for (x = current_child; x < next_child; x++) { in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv()
138 i, rank, current_child, next_child, child_subtree_size[i], recv_size)); in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iscatter/
H A Discatter_tsp_tree_algos.h33 int next_child; in MPIR_TSP_Iscatter_sched_intra_tree() local
93 next_child = (*(int *) utarray_eltptr(my_tree.children, i + 1) - root + size) % size; in MPIR_TSP_Iscatter_sched_intra_tree()
95 next_child = size; in MPIR_TSP_Iscatter_sched_intra_tree()
100 next_child = sibling; in MPIR_TSP_Iscatter_sched_intra_tree()
106 child_subtree_size[i] = next_child - current_child; in MPIR_TSP_Iscatter_sched_intra_tree()
110 i, rank, current_child, next_child, child_subtree_size[i], recv_size)); in MPIR_TSP_Iscatter_sched_intra_tree()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/igather/
H A Digather_tsp_tree_algos.h30 int next_child, num_children, *child_subtree_size = NULL, *child_data_offset = NULL; in MPIR_TSP_Igather_sched_intra_tree() local
91 next_child = (*(int *) utarray_eltptr(my_tree.children, i + 1) - root + size) % size; in MPIR_TSP_Igather_sched_intra_tree()
93 next_child = size; in MPIR_TSP_Igather_sched_intra_tree()
98 next_child = sibling; in MPIR_TSP_Igather_sched_intra_tree()
104 child_subtree_size[i] = next_child - current_child; in MPIR_TSP_Igather_sched_intra_tree()
108 i, rank, current_child, next_child, child_subtree_size[i], recv_size)); in MPIR_TSP_Igather_sched_intra_tree()
/dports/converters/xml2c/xml2c/
H A Dxml2c.c295 xmlNodePtr next_child; in emit_data() local
354 for ( next_child = this_child->next; next_child != (xmlNodePtr) 0; next_child = next_child->next ) in emit_data()
355 if ( next_child->type == XML_ELEMENT_NODE ) in emit_data()
365 else if ( next_child != (xmlNodePtr) 0 && xmlStrcmp( this_child->name, next_child->name ) == 0 ) in emit_data()
381 this_child = next_child; in emit_data()
/dports/mail/spamprobe/spamprobe-1.4d/src/hdl/
H A DHdlSyntaxChecker.cc209 for (int next_child = parseArgs(block, stmt, 0); next_child < stmt->numChildren(); ++next_child) { in parseBlock() local
210 const CRef<HdlStatement> &child = stmt->child(next_child); in parseBlock()
235 int next_child = parseArgs(block, stmt, 0); in parseStatement() local
236 if (next_child != stmt->numChildren()) { in parseStatement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dcontainer_node.cc444 Node* prev = next_child.previousSibling(); in InsertBeforeCommon()
446 next_child.SetPreviousSibling(&new_child); in InsertBeforeCommon()
448 DCHECK_NE(firstChild(), next_child); in InsertBeforeCommon()
449 DCHECK_EQ(prev->nextSibling(), next_child); in InsertBeforeCommon()
452 DCHECK(firstChild() == next_child); in InsertBeforeCommon()
457 new_child.SetNextSibling(&next_child); in InsertBeforeCommon()
488 DCHECK_EQ(next_child.parentNode(), this); in ParserInsertBefore()
505 if (next_child.parentNode() != this) in ParserInsertBefore()
744 if (next_child) in RemoveBetween()
747 previous_child->SetNextSibling(next_child); in RemoveBetween()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dcontainer_node.cc444 Node* prev = next_child.previousSibling(); in InsertBeforeCommon()
446 next_child.SetPreviousSibling(&new_child); in InsertBeforeCommon()
448 DCHECK_NE(firstChild(), next_child); in InsertBeforeCommon()
449 DCHECK_EQ(prev->nextSibling(), next_child); in InsertBeforeCommon()
452 DCHECK(firstChild() == next_child); in InsertBeforeCommon()
457 new_child.SetNextSibling(&next_child); in InsertBeforeCommon()
488 DCHECK_EQ(next_child.parentNode(), this); in ParserInsertBefore()
505 if (next_child.parentNode() != this) in ParserInsertBefore()
748 if (next_child) in RemoveBetween()
751 previous_child->SetNextSibling(next_child); in RemoveBetween()
[all …]

12345678910>>...23