| /freebsd-12.1/contrib/gcc/ |
| H A D | ipa.c | 33 struct cgraph_node *node, *node2; in cgraph_postorder() local 50 node2 = node; in cgraph_postorder() 55 while (node2) in cgraph_postorder() 57 while (node2->aux != &last) in cgraph_postorder() 59 edge = node2->aux; in cgraph_postorder() 63 node2->aux = &last; in cgraph_postorder() 71 node2 = edge->caller; in cgraph_postorder() 75 if (node2->aux == &last) in cgraph_postorder() 77 order[order_pos++] = node2; in cgraph_postorder() 79 node2 = stack[--stack_size]; in cgraph_postorder() [all …]
|
| H A D | cgraph.c | 543 struct cgraph_node **node2 = &node->origin->nested; in cgraph_remove_node() local 545 while (*node2 != node) in cgraph_remove_node() 546 node2 = &(*node2)->next_nested; in cgraph_remove_node() 547 *node2 = node->next_nested; in cgraph_remove_node() 1134 struct cgraph_node **node2 = &node->origin->nested; in cgraph_unnest_node() local 1137 while (*node2 != node) in cgraph_unnest_node() 1138 node2 = &(*node2)->next_nested; in cgraph_unnest_node() 1139 *node2 = node->next_nested; in cgraph_unnest_node()
|
| H A D | var-tracking.c | 1126 location_chain node, node2; in variable_union() local 1144 node2 = dst->var_part[j].loc_chain; node && node2; in variable_union() 1145 node = node->next, node2 = node2->next) in variable_union() 1147 if (!((REG_P (node2->loc) in variable_union() 1149 && REGNO (node2->loc) == REGNO (node->loc)) in variable_union() 1150 || rtx_equal_p (node2->loc, node->loc))) in variable_union() 1153 if (node || node2) in variable_union()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 175 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint() local 180 &G.getNodeMetadata(node2).getAllowedRegs(); in addIntraChainConstraint() 182 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() 203 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint() 207 if (G.getEdgeNode1Id(edge) == node2) { in addIntraChainConstraint() 208 std::swap(node1, node2); in addIntraChainConstraint() 274 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint() local 276 &G.getNodeMetadata(node2).getAllowedRegs(); in addInterChainConstraint() 278 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint() 284 if (G.getEdgeNode1Id(edge) == node2) { in addInterChainConstraint() [all …]
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_base.c | 674 node_p node2 = NULL; in ng_make_node_common() local 854 node_p node2; in ng_name_node() local 878 if (NG_NODE_IS_VALID(node2) && in ng_name_node() 981 node_p node, node2; in ng_name_rehash() local 1012 node_p node, node2; in ng_ID_rehash() local 1542 node_p node2; in ng_mkpeer() local 1551 ng_rmnode(node2, NULL, NULL, 0); in ng_mkpeer() 1556 ng_rmnode(node2, NULL, NULL, 0); in ng_mkpeer() 2544 node_p node2; in ng_generic_msg() local 2559 node2, con->peerhook); in ng_generic_msg() [all …]
|
| /freebsd-12.1/contrib/one-true-awk/ |
| H A D | parse.c | 60 Node *node2(int a, Node *b, Node *c) in node2() function 109 x = node2(a,b,c); in stat2() 145 x = node2(a,b,c); in op2()
|
| H A D | proto.h | 73 extern Node *node2(int, Node *, Node *);
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zfs_fuid.c | 75 const fuid_domain_t *node2 = (const fuid_domain_t *)arg2; in idx_compare() local 77 return (AVL_CMP(node1->f_idx, node2->f_idx)); in idx_compare() 87 const fuid_domain_t *node2 = (const fuid_domain_t *)arg2; in domain_compare() local 90 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name); in domain_compare()
|
| H A D | dsl_deleg.c | 388 const perm_set_t *node2 = (const perm_set_t *)arg2; in perm_set_compare() local 391 val = strcmp(node1->p_setname, node2->p_setname); in perm_set_compare()
|
| H A D | sa.c | 247 const sa_lot_t *node2 = (const sa_lot_t *)arg2; in layout_num_compare() local 249 return (AVL_CMP(node1->lot_num, node2->lot_num)); in layout_num_compare() 256 const sa_lot_t *node2 = (const sa_lot_t *)arg2; 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/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd7.c | 220 CPpmd7_Node *node2 = NODE(n) + nu; in GlueFreeBlocks() local 221 nu += node2->NU; in GlueFreeBlocks() 222 if (node2->Stamp != 0 || nu >= 0x10000) in GlueFreeBlocks() 224 NODE(node2->Prev)->Next = node2->Next; in GlueFreeBlocks() 225 NODE(node2->Next)->Prev = node2->Prev; in GlueFreeBlocks()
|
| H A D | archive_ppmd8.c | 170 CPpmd8_Node *node2; in GlueFreeBlocks() local 173 while ((node2 = node + node->NU)->Stamp == EMPTY_NODE) in GlueFreeBlocks() 175 node->NU += node2->NU; in GlueFreeBlocks() 176 node2->NU = 0; in GlueFreeBlocks()
|
| /freebsd-12.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 301 symbol_node_t *node1, *node2; in symlist_free() local 305 node2 = SLIST_NEXT(node1, links); in symlist_free() 307 node1 = node2; in symlist_free()
|
| /freebsd-12.1/usr.sbin/bsdconfig/dot/ |
| H A D | dot | 120 local node1="$1" node2="$2" 124 printf '\t\t"%s" -> "%s"' "$node1" "$node2"
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | dag.h | 505 dag_node_t *node2,
|
| H A D | tree.c | 595 dag_node_t *node1, *node2; in x_props_changed() local 605 SVN_ERR(svn_fs_x__get_temp_dag_node(&node2, root2, path2, 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 2190 SVN_ERR(svn_fs_x__get_temp_dag_node(&node2, root2, path2, subpool)); in x_contents_changed() 2192 if (svn_fs_x__dag_node_kind(node2) != 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()
|
| H A D | dag.c | 1012 dag_node_t *node2, in svn_fs_x__dag_things_different() argument 1017 svn_fs_x__noderev_t *noderev2 = node2->node_revision; in svn_fs_x__dag_things_different()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | dag.h | 557 dag_node_t *node2,
|
| H A D | tree.c | 1687 dag_node_t *node1, *node2; in fs_props_changed() local 1696 SVN_ERR(get_dag(&node2, root2, path2, 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 3247 SVN_ERR(get_dag(&node2, root2, path2, pool)); in fs_contents_changed() 3249 if (svn_fs_fs__dag_node_kind(node2) != svn_node_file) in fs_contents_changed() 3254 node1, node2, strict, pool); in fs_contents_changed()
|
| H A D | dag.c | 1301 dag_node_t *node2, in svn_fs_fs__dag_things_different() argument 1314 SVN_ERR(get_node_revision(&noderev2, node2)); in svn_fs_fs__dag_things_different()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | dag.h | 578 dag_node_t *node2,
|
| H A D | tree.c | 1422 dag_node_t *node1, *node2; in txn_body_props_changed() local 1426 SVN_ERR(get_dag(&node2, args->root2, args->path2, trail, trail->pool)); in txn_body_props_changed() 1428 node1, node2, trail, trail->pool)); in txn_body_props_changed() 1437 SVN_ERR(svn_fs_base__dag_get_proplist(&proplist2, node2, in txn_body_props_changed() 4035 dag_node_t *node1, *node2; in txn_body_contents_changed() local 4041 SVN_ERR(get_dag(&node2, args->root2, args->path2, trail, trail->pool)); in txn_body_contents_changed() 4043 node1, node2, trail, trail->pool)); in txn_body_contents_changed() 4055 node2, trail, trail->pool)); in txn_body_contents_changed() 4066 node2, trail, trail->pool)); in txn_body_contents_changed() 4077 SVN_ERR(svn_fs_base__dag_get_contents(&stream2, node2, trail, trail->pool)); in txn_body_contents_changed()
|
| H A D | dag.c | 1636 dag_node_t *node2, in svn_fs_base__things_different() argument 1650 SVN_ERR(svn_fs_bdb__get_node_revision(&noderev2, node2->fs, node2->id, in svn_fs_base__things_different()
|