Home
last modified time | relevance | path

Searched refs:node1 (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Det-forest.c129 et_forest_occurrence_t node1, node2; local
132 node1 = node->right;
141 parent->left = node1;
143 if (node1)
144 node1->parent = parent;
165 et_forest_occurrence_t node1, node2; local
168 node1 = node->left;
173 grandparent->right = node1;
175 if (node1)
176 node1->parent = grandparent;
[all …]
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dnode-expand.txi12 @set node1 Node 1
22 * @value{node1} ::
29 @node @value{node1}, @@node `2', Top, Top
48 @node @@node `2', ``node'' with---tricks, @value{node1}, Top
54 @xref{@value{node1}}. @xref{Node 1}.
/openbsd-src/usr.bin/sndioctl/
H A Dsndioctl.c112 res = strcmp(d1->node1.name, d2->node1.name); in cmpdesc()
115 res = d1->node1.unit - d2->node1.unit; in cmpdesc()
126 if (e->desc.node0.unit < 0 || e->desc.node1.unit < 0) in isdiag()
128 return e->desc.node1.unit == e->desc.node0.unit; in isdiag()
138 if ((strcmp(i->desc.node1.name, vstr) == 0) && in vecent()
139 (vunit < 0 || i->desc.node1.unit == vunit)) in vecent()
210 if (strcmp(i->desc.node1.name, vstr) == 0) in firstent()
268 if (strcmp(i->desc.node1.name, vstr) != 0) in matchent()
272 else if (i->desc.node1.unit < 0) { in matchent()
276 return i->desc.node1.unit == vunit; in matchent()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_ilist_test.cpp19 INode node1; member
26 IList<Node, &Node::node1> list; in TEST()
39 IList<Node, &Node::node1> list; in TEST()
58 IList<Node, &Node::node1> list; in TEST()
85 IList<Node, &Node::node1> list1; in TEST()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp173 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
177 &G.getNodeMetadata(node1).getAllowedRegs(); in addIntraChainConstraint()
181 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint()
202 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint()
207 std::swap(node1, node2); in addIntraChainConstraint()
260 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
271 &G.getNodeMetadata(node1).getAllowedRegs(); in addInterChainConstraint()
277 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
284 std::swap(node1, node2); in addInterChainConstraint()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt17.C17 Node** node1; in main() local
18 Line_Segment(node1->Location()); // intended (*node1)// ERROR - .* in main()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c297 symbol_node_t *node1, *node2; in symlist_free() local
299 node1 = SLIST_FIRST(symlist); in symlist_free()
300 while (node1 != NULL) { in symlist_free()
301 node2 = SLIST_NEXT(node1, links); in symlist_free()
302 free(node1); in symlist_free()
303 node1 = node2; in symlist_free()
/openbsd-src/usr.bin/awk/
H A Dparse.c51 Node *node1(int a, Node *b) in node1() function
115 x = node1(a,b); in stat1()
151 x = node1(a,b); in op1()
198 x = node1(0, (Node *) a); in celltonode()
H A Dproto.h70 extern Node *node1(int, Node *);
/openbsd-src/lib/libsndio/
H A Dsioctl_aucat.c87 strlcpy(desc.node1.name, c->node1.name, SIOCTL_NAMEMAX); in sioctl_aucat_rdata()
88 desc.node1.unit = (int16_t)ntohs(c->node1.unit); in sioctl_aucat_rdata()
H A Dsioctl_sun.c250 desc.node1.name[0] = 0; in scanvol()
251 desc.node1.unit = -1; in scanvol()
271 desc.node1.name[0] = 0; in scanvol()
272 desc.node1.unit = -1; in scanvol()
435 strlcpy(desc.node1.name, "0", SIOCTL_NAMEMAX); in sioctl_sun_ondesc()
436 desc.node1.unit = -1; in sioctl_sun_ondesc()
H A Dsioctl.c156 desc->node1.name, desc->node1.unit, in _sioctl_ondesc_cb()
H A Damsg.h154 struct amsg_ctl_node node1; /* dito for AMSG_CTL_{SEL,VEC,LIST} */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.h201 tree ffecom_2 (enum tree_code code, tree type, tree node1, tree node2);
204 tree ffecom_2s (enum tree_code code, tree type, tree node1, tree node2);
205 tree ffecom_3 (enum tree_code code, tree type, tree node1, tree node2,
207 tree ffecom_3s (enum tree_code code, tree type, tree node1, tree node2,
H A Dcom.c9568 ffecom_2 (enum tree_code code, tree type, tree node1, in ffecom_2() argument
9573 if ((node1 == error_mark_node) in ffecom_2()
9587 item = build_tree_list (TYPE_FIELDS (type), node1); in ffecom_2()
9595 item = build (code, type, node1, node2); in ffecom_2()
9598 node1 = ffecom_stabilize_aggregate_ (node1); in ffecom_2()
9605 node1), in ffecom_2()
9610 node1), in ffecom_2()
9618 item = build (code, type, node1, node2); in ffecom_2()
9621 node1 = ffecom_stabilize_aggregate_ (node1); in ffecom_2()
9628 node1), in ffecom_2()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dipa-inline.c1023 struct cgraph_node *node1; in cgraph_decide_inlining() local
1026 for (node1 = node->callers->caller; in cgraph_decide_inlining()
1027 node1->callers && !node1->callers->inline_failed in cgraph_decide_inlining()
1028 && ok; node1 = node1->callers->caller) in cgraph_decide_inlining()
1029 if (node1->callers->next_caller || node1->needed) in cgraph_decide_inlining()
H A Dipa-cp.c1005 struct cgraph_node *node, *node1 = NULL; in ipcp_insert_stage() local
1054 node1 = in ipcp_insert_stage()
1058 if (node1 == NULL) in ipcp_insert_stage()
1063 ipcp_cloned_create (node, node1); in ipcp_insert_stage()
1073 ipcp_propagate_const (node1, i, cvalue, type); in ipcp_insert_stage()
/openbsd-src/usr.bin/sndiod/
H A Ddev_sioctl.c75 desc->node1.name, desc->node1.unit, desc->maxval, val); in dev_sioctl_ondesc()
H A Ddev.h166 } node0, node1; /* affected channels */ member
H A Dsock.c1289 strlcpy(desc->node1.name, c->node1.name, in sock_execmsg()
1291 desc->node1.unit = ntohs(c->node1.unit); in sock_execmsg()
H A Ddev.c2178 p += ctl_node_fmt(p, p < end ? end - p : 0, &c->node1); in slot_stop()
2267 strlcpy(c->node1.name, str1, CTL_NAMEMAX);
2268 c->node1.unit = unit1;
2270 memset(&c->node1, 0, sizeof(struct ctl_node)); in ctlslot_del()
/openbsd-src/include/
H A Dsndio.h125 struct sioctl_node node1; /* dito for SIOCTL_{VEC,LIST,SEL} */ member
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhash.c389 Node **node1 = (Node **) elem1; local
391 return client_comp (*node1, *node2);
/openbsd-src/usr.sbin/ldomctl/
H A Dmdesc.c154 md_link_node(struct md *md, struct md_node *node1, struct md_node *node2) in md_link_node() argument
156 md_add_prop_arc(md, node1, "fwd", node2); in md_link_node()
157 md_add_prop_arc(md, node2, "back", node1); in md_link_node()