Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
178 &G.getNodeMetadata(node1).getAllowedRegs(); in addIntraChainConstraint()
182 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint()
203 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint()
208 std::swap(node1, node2); in addIntraChainConstraint()
261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
272 &G.getNodeMetadata(node1).getAllowedRegs(); in addInterChainConstraint()
278 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint()
285 std::swap(node1, node2); in addInterChainConstraint()
/freebsd-12.1/contrib/one-true-awk/
H A Dparse.c50 Node *node1(int a, Node *b) in node1() function
100 x = node1(a,b); in stat1()
136 x = node1(a,b); in op1()
174 x = node1(0, (Node *) a); in celltonode()
H A Dproto.h72 extern Node *node1(int, Node *);
/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c301 symbol_node_t *node1, *node2; in symlist_free() local
303 node1 = SLIST_FIRST(symlist); in symlist_free()
304 while (node1 != NULL) { in symlist_free()
305 node2 = SLIST_NEXT(node1, links); in symlist_free()
306 free(node1); in symlist_free()
307 node1 = node2; in symlist_free()
/freebsd-12.1/contrib/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()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fuid.c74 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in idx_compare() local
77 return (AVL_CMP(node1->f_idx, node2->f_idx)); in idx_compare()
86 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in domain_compare() local
90 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name); in domain_compare()
H A Ddsl_deleg.c387 const perm_set_t *node1 = (const perm_set_t *)arg1; in perm_set_compare() local
391 val = strcmp(node1->p_setname, node2->p_setname); in perm_set_compare()
H A Dsa.c246 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_num_compare() local
249 return (AVL_CMP(node1->lot_num, node2->lot_num)); in layout_num_compare()
255 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_hash_compare() local
258 int cmp = AVL_CMP(node1->lot_hash, node2->lot_hash); in layout_hash_compare()
262 return (AVL_CMP(node1->lot_instance, node2->lot_instance)); in layout_hash_compare()
/freebsd-12.1/usr.sbin/bsdconfig/dot/
H A Ddot120 local node1="$1" node2="$2"
124 printf '\t\t"%s" -> "%s"' "$node1" "$node2"
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag.c1011 dag_node_t *node1, in svn_fs_x__dag_things_different() argument
1016 svn_fs_x__noderev_t *noderev1 = node1->node_revision; in svn_fs_x__dag_things_different()
1026 fs = svn_fs_x__dag_get_fs(node1); in svn_fs_x__dag_things_different()
H A Ddag.h504 dag_node_t *node1,
H A Dtree.c595 dag_node_t *node1, *node2; in x_props_changed() local
604 SVN_ERR(svn_fs_x__get_dag_node(&node1, root1, path1, subpool, subpool)); in x_props_changed()
606 SVN_ERR(svn_fs_x__dag_things_different(changed_p, NULL, node1, node2, in x_props_changed()
2175 dag_node_t *node1, *node2; in x_contents_changed() local
2184 SVN_ERR(svn_fs_x__get_dag_node(&node1, root1, path1, subpool, subpool)); in x_contents_changed()
2186 if (svn_fs_x__dag_node_kind(node1) != svn_node_file) in x_contents_changed()
2196 SVN_ERR(svn_fs_x__dag_things_different(NULL, changed_p, node1, node2, in x_contents_changed()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.h556 dag_node_t *node1,
H A Ddag.c1300 dag_node_t *node1, in svn_fs_fs__dag_things_different() argument
1313 SVN_ERR(get_node_revision(&noderev1, node1)); in svn_fs_fs__dag_things_different()
1324 svn_fs_t *fs = svn_fs_fs__dag_get_fs(node1); in svn_fs_fs__dag_things_different()
H A Dtree.c1687 dag_node_t *node1, *node2; in fs_props_changed() local
1695 SVN_ERR(get_dag(&node1, root1, path1, pool)); in fs_props_changed()
1698 node1, node2, strict, pool); in fs_props_changed()
3233 dag_node_t *node1, *node2; in fs_contents_changed() local
3241 SVN_ERR(get_dag(&node1, root1, path1, pool)); in fs_contents_changed()
3243 if (svn_fs_fs__dag_node_kind(node1) != svn_node_file) in fs_contents_changed()
3254 node1, node2, strict, pool); in fs_contents_changed()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.h577 dag_node_t *node1,
H A Dtree.c1422 dag_node_t *node1, *node2; in txn_body_props_changed() local
1425 SVN_ERR(get_dag(&node1, args->root1, args->path1, trail, trail->pool)); in txn_body_props_changed()
1428 node1, node2, trail, trail->pool)); in txn_body_props_changed()
1435 SVN_ERR(svn_fs_base__dag_get_proplist(&proplist1, node1, in txn_body_props_changed()
4035 dag_node_t *node1, *node2; in txn_body_contents_changed() local
4040 SVN_ERR(get_dag(&node1, args->root1, args->path1, trail, trail->pool)); in txn_body_contents_changed()
4043 node1, node2, trail, trail->pool)); in txn_body_contents_changed()
4053 node1, trail, trail->pool)); in txn_body_contents_changed()
4064 node1, trail, trail->pool)); in txn_body_contents_changed()
4076 SVN_ERR(svn_fs_base__dag_get_contents(&stream1, node1, trail, trail->pool)); in txn_body_contents_changed()
H A Ddag.c1635 dag_node_t *node1, in svn_fs_base__things_different() argument
1648 SVN_ERR(svn_fs_bdb__get_node_revision(&noderev1, node1->fs, node1->id, in svn_fs_base__things_different()