| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 174 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint() local 179 &G.getNodeMetadata(node2).getAllowedRegs(); in addIntraChainConstraint() 181 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() 202 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint() 206 if (G.getEdgeNode1Id(edge) == node2) { in addIntraChainConstraint() 207 std::swap(node1, node2); in addIntraChainConstraint() 273 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint() local 275 &G.getNodeMetadata(node2).getAllowedRegs(); in addInterChainConstraint() 277 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint() 283 if (G.getEdgeNode1Id(edge) == node2) { in addInterChainConstraint() [all …]
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_base.c | 675 node_p node2 = NULL; in ng_make_node_common() local 855 node_p node2; in ng_name_node() local 883 if (NG_NODE_IS_VALID(node2) && in ng_name_node() 986 node_p node, node2; in ng_name_rehash() local 1017 node_p node, node2; in ng_ID_rehash() local 1547 node_p node2; in ng_mkpeer() local 1556 ng_rmnode(node2, NULL, NULL, 0); in ng_mkpeer() 1561 ng_rmnode(node2, NULL, NULL, 0); in ng_mkpeer() 2547 node_p node2; in ng_generic_msg() local 2562 node2, con->peerhook); in ng_generic_msg() [all …]
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | parse.c | 60 Node *node2(int a, Node *b, Node *c) in node2() function 123 x = node2(a,b,c); in stat2() 159 x = node2(a,b,c); in op2()
|
| H A D | proto.h | 74 extern Node *node2(int, Node *, Node *);
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 165 const recent_events_node_t *node2 = b; 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() 189 const zbookmark_phys_t *zb2 = &node2->re_io_bookmark; in recent_events_compare()
|
| H A D | zfs_fuid.c | 73 const fuid_domain_t *node2 = (const fuid_domain_t *)arg2; in idx_compare() local 75 return (TREE_CMP(node1->f_idx, node2->f_idx)); in idx_compare() 85 const fuid_domain_t *node2 = (const fuid_domain_t *)arg2; in domain_compare() local 88 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name); in domain_compare()
|
| H A D | dsl_deleg.c | 397 const perm_set_t *node2 = (const perm_set_t *)arg2; in perm_set_compare() local 400 val = strcmp(node1->p_setname, node2->p_setname); in perm_set_compare()
|
| H A D | sa.c | 252 const sa_lot_t *node2 = (const sa_lot_t *)arg2; in layout_num_compare() local 254 return (TREE_CMP(node1->lot_num, node2->lot_num)); in layout_num_compare() 261 const sa_lot_t *node2 = (const sa_lot_t *)arg2; in layout_hash_compare() local 263 int cmp = TREE_CMP(node1->lot_hash, node2->lot_hash); in layout_hash_compare() 267 return (TREE_CMP(node1->lot_instance, node2->lot_instance)); in layout_hash_compare()
|
| /freebsd-13.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-13.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-13.1/usr.sbin/bsdconfig/dot/ |
| H A D | dot | 120 local node1="$1" node2="$2" 124 printf '\t\t"%s" -> "%s"' "$node1" "$node2"
|
| /freebsd-13.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-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | dag.h | 557 dag_node_t *node2,
|
| H A D | tree.c | 1712 dag_node_t *node1, *node2; in fs_props_changed() local 1721 SVN_ERR(get_dag(&node2, root2, path2, pool)); in fs_props_changed() 1723 node1, node2, strict, pool); in fs_props_changed() 3258 dag_node_t *node1, *node2; in fs_contents_changed() local 3272 SVN_ERR(get_dag(&node2, root2, path2, pool)); in fs_contents_changed() 3274 if (svn_fs_fs__dag_node_kind(node2) != svn_node_file) in fs_contents_changed() 3279 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-13.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()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | marvell,icu.txt | 74 node2 {
|