Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp168 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
172 &G.getNodeMetadata(node1).getAllowedRegs(); in addIntraChainConstraint()
176 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint()
197 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint()
202 std::swap(node1, node2); in addIntraChainConstraint()
255 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
266 &G.getNodeMetadata(node1).getAllowedRegs(); in addInterChainConstraint()
272 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
279 std::swap(node1, node2); in addInterChainConstraint()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c299 symbol_node_t *node1, *node2; in symlist_free() local
301 node1 = SLIST_FIRST(symlist); in symlist_free()
302 while (node1 != NULL) { in symlist_free()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
304 free(node1); in symlist_free()
305 node1 = node2; in symlist_free()
/freebsd/contrib/one-true-awk/
H A Dparse.c50 Node *node1(int a, Node *b) in node1() function
114 x = node1(a,b); in stat1()
150 x = node1(a,b); in op1()
197 x = node1(0, (Node *) a); in celltonode()
H A Dproto.h69 extern Node *node1(int, Node *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c164 const recent_events_node_t *node1 = a; in recent_events_compare() local
173 if ((cmp = TREE_CMP(node1->re_subclass, node2->re_subclass)) != 0) in recent_events_compare()
175 if ((cmp = TREE_CMP(node1->re_pool_guid, node2->re_pool_guid)) != 0) in recent_events_compare()
177 if ((cmp = TREE_CMP(node1->re_vdev_guid, node2->re_vdev_guid)) != 0) in recent_events_compare()
179 if ((cmp = TREE_CMP(node1->re_io_error, node2->re_io_error)) != 0) in recent_events_compare()
181 if ((cmp = TREE_CMP(node1->re_io_priority, node2->re_io_priority)) != 0) in recent_events_compare()
183 if ((cmp = TREE_CMP(node1->re_io_size, node2->re_io_size)) != 0) in recent_events_compare()
185 if ((cmp = TREE_CMP(node1->re_io_offset, node2->re_io_offset)) != 0) in recent_events_compare()
188 const zbookmark_phys_t *zb1 = &node1->re_io_bookmark; in recent_events_compare()
H A Dzfs_fuid.c72 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in idx_compare() local
75 return (TREE_CMP(node1->f_idx, node2->f_idx)); in idx_compare()
84 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in domain_compare() local
88 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name); in domain_compare()
H A Ddsl_deleg.c396 const perm_set_t *node1 = (const perm_set_t *)arg1; in perm_set_compare() local
400 val = strcmp(node1->p_setname, node2->p_setname); in perm_set_compare()
H A Dsa.c252 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_num_compare() local
255 return (TREE_CMP(node1->lot_num, node2->lot_num)); in layout_num_compare()
261 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_hash_compare() local
264 int cmp = TREE_CMP(node1->lot_hash, node2->lot_hash); in layout_hash_compare()
268 return (TREE_CMP(node1->lot_instance, node2->lot_instance)); in layout_hash_compare()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,icu.txt69 node1 {
109 node1 {
/freebsd/usr.sbin/bsdconfig/dot/
H A Ddot119 local node1="$1" node2="$2"
123 printf '\t\t"%s" -> "%s"' "$node1" "$node2"