/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 169 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint() local 174 &G.getNodeMetadata(node2).getAllowedRegs(); in addIntraChainConstraint() 176 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() 197 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint() 201 if (G.getEdgeNode1Id(edge) == node2) { in addIntraChainConstraint() 202 std::swap(node1, node2); in addIntraChainConstraint() 268 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint() local 270 &G.getNodeMetadata(node2).getAllowedRegs(); in addInterChainConstraint() 272 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint() 278 if (G.getEdgeNode1Id(edge) == node2) { in addInterChainConstraint() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 233 node_p node2, const char *name2); 675 node_p node2 = NULL; in ng_make_node_common() local 679 NG_IDHASH_FIND(node->nd_ID, node2); /* already taken? */ in ng_make_node_common() 680 if ((node->nd_ID != 0) && (node2 == NULL)) { in ng_make_node_common() 855 node_p node2; in ng_name_node() local 882 LIST_FOREACH(node2, &V_ng_name_hash[hash], nd_nodes) in ng_name_node() 883 if (NG_NODE_IS_VALID(node2) && in ng_name_node() 884 (strcmp(NG_NODE_NAME(node2), name) == 0)) { in ng_name_node() 986 node_p node, node2; in ng_name_rehash() local 995 LIST_FOREACH_SAFE(node, &V_ng_name_hash[i], nd_nodes, node2) { in ng_name_rehash() [all …]
|
/freebsd/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 | 70 extern Node *node2(int, Node *, Node *);
|
/freebsd/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 | 253 const sa_lot_t *node2 = (const sa_lot_t *)arg2; in layout_num_compare() local 255 return (TREE_CMP(node1->lot_num, node2->lot_num)); in layout_num_compare() 262 const sa_lot_t *node2 = (const sa_lot_t *)arg2; 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/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/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 299 symbol_node_t *node1, *node2; in symlist_free() local 303 node2 = SLIST_NEXT(node1, links); in symlist_free() 305 node1 = node2; in symlist_free()
|
/freebsd/usr.sbin/bsdconfig/dot/ |
H A D | dot | 119 local node1="$1" node2="$2" 123 printf '\t\t"%s" -> "%s"' "$node1" "$node2"
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | marvell,icu.txt | 74 node2 {
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_ni.c | 1705 struct sysctl_oid *node, *node2; in dpaa2_ni_setup_sysctls() local 1760 node2 = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, cbuf, in dpaa2_ni_setup_sysctls() 1762 parent2 = SYSCTL_CHILDREN(node2); in dpaa2_ni_setup_sysctls()
|