Home
last modified time | relevance | path

Searched refs:same_next (Results 1 – 3 of 3) sorted by relevance

/dports/cad/electric/electric-7.00/src/sc/
H A Dsc1route.c483 new_node->same_next = NULL; in Sc_route_create_row_list()
641 for (node2 = node->same_next; node2; node2 = node2->same_next) in Sc_route_channel_assign()
845 for (nnode = node->same_next; nnode; nnode = nnode->same_next) in Sc_route_nearest_port()
946 node->same_next = NULL; in Sc_route_add_port_to_channel()
959 nnode->same_next = node; in Sc_route_add_port_to_channel()
976 node->same_next = nnode; in Sc_route_add_port_to_channel()
1414 node1 = node1->same_next) in Sc_route_between_ch_nodes()
1451 rnode = rnode->same_next) in Sc_route_between_ch_nodes()
1731 rnode = rnode->same_next) in Sc_route_insert_feed_through()
2052 rnode = rnode->same_next) in Sc_route_create_special()
[all …]
/dports/cad/electric/electric-7.00/src/include/
H A Dsc1.h499 struct Iscroutenode *same_next; /* same nodes in above rows */ member
531 struct Iscroutechnode *same_next; /* same nodes in above rows */ member
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFillRectilinear.cpp1046 bool same_next = false; in connect_segment_intersections_by_contours() local
1061 same_next = true; in connect_segment_intersections_by_contours()
1072 itsct.next_on_contour_type = same_next ? in connect_segment_intersections_by_contours()
1090 if (same_next) { in connect_segment_intersections_by_contours()
1106 if (same_prev && same_next) { in connect_segment_intersections_by_contours()
1130 (same_next ? in connect_segment_intersections_by_contours()