Home
last modified time | relevance | path

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

/src/contrib/libyaml/tests/
H A Drun-dumper.c83 yaml_node_t *node1; in compare_nodes() local
86 node1 = yaml_document_get_node(document1, index1); in compare_nodes()
89 assert(node1); in compare_nodes()
92 if (node1->type != node2->type) in compare_nodes()
95 if (strcmp((char *)node1->tag, (char *)node2->tag) != 0) return 0; in compare_nodes()
97 switch (node1->type) { in compare_nodes()
99 if (node1->data.scalar.length != node2->data.scalar.length) in compare_nodes()
101 if (strncmp((char *)node1->data.scalar.value, (char *)node2->data.scalar.value, in compare_nodes()
102 node1->data.scalar.length) != 0) return 0; in compare_nodes()
105 if ((node1->data.sequence.items.top - node1->data.sequence.items.start) != in compare_nodes()
[all …]
/src/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()
/src/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 *);
/src/crypto/openssl/crypto/slh_dsa/
H A Dslh_fors.c226 uint8_t *node0, *node1; /* Pointers into roots[] */ in ossl_slh_fors_pk_from_sig() local
258 node1 = node0; in ossl_slh_fors_pk_from_sig()
268 if (!H(ctx, pk_seed, adrs, node0, authj, node1, n)) in ossl_slh_fors_pk_from_sig()
273 if (!H(ctx, pk_seed, adrs, authj, node0, node1, n)) in ossl_slh_fors_pk_from_sig()
/src/contrib/unbound/testcode/
H A Dunitmain.c1187 struct local_zone *node1, *node2; in compare_localzone_trees() local
1192 for(node1=(struct local_zone*)rbtree_first(&z1->ztree), in compare_localzone_trees()
1194 (rbnode_type*)node1 != RBTREE_NULL && in compare_localzone_trees()
1196 node1=(struct local_zone*)rbtree_next((rbnode_type*)node1), in compare_localzone_trees()
1201 node1->name, node1->namelabs, in compare_localzone_trees()
1206 (node1->parent == NULL && node2->parent == NULL) || in compare_localzone_trees()
1207 (node1->parent != NULL && node2->parent != NULL)); in compare_localzone_trees()
1208 if(node1->parent) { in compare_localzone_trees()
1210 node1->parent->name, node1->parent->namelabs, in compare_localzone_trees()
/src/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()
/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c165 const recent_events_node_t *node1 = a; in recent_events_compare() local
174 if ((cmp = TREE_CMP(node1->re_subclass, node2->re_subclass)) != 0) in recent_events_compare()
176 if ((cmp = TREE_CMP(node1->re_pool_guid, node2->re_pool_guid)) != 0) in recent_events_compare()
178 if ((cmp = TREE_CMP(node1->re_vdev_guid, node2->re_vdev_guid)) != 0) in recent_events_compare()
180 if ((cmp = TREE_CMP(node1->re_io_error, node2->re_io_error)) != 0) in recent_events_compare()
182 if ((cmp = TREE_CMP(node1->re_io_priority, node2->re_io_priority)) != 0) in recent_events_compare()
184 if ((cmp = TREE_CMP(node1->re_io_size, node2->re_io_size)) != 0) in recent_events_compare()
186 if ((cmp = TREE_CMP(node1->re_io_offset, node2->re_io_offset)) != 0) in recent_events_compare()
189 const zbookmark_phys_t *zb1 = &node1->re_io_bookmark; in recent_events_compare()
H A Dzfs_fuid.c73 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in idx_compare() local
76 return (TREE_CMP(node1->f_idx, node2->f_idx)); in idx_compare()
85 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in domain_compare() local
89 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.c253 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_num_compare() local
256 return (TREE_CMP(node1->lot_num, node2->lot_num)); in layout_num_compare()
262 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_hash_compare() local
265 int cmp = TREE_CMP(node1->lot_hash, node2->lot_hash); in layout_hash_compare()
269 return (TREE_CMP(node1->lot_instance, node2->lot_instance)); in layout_hash_compare()
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,icu.txt69 node1 {
109 node1 {
/src/usr.sbin/bsdconfig/dot/
H A Ddot119 local node1="$1" node2="$2"
123 printf '\t\t"%s" -> "%s"' "$node1" "$node2"
/src/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Ducdata.c590 uccomp(krb5_ui_4 node1, krb5_ui_4 node2, krb5_ui_4 *comp) in uccomp() argument
600 if (node1 > _uccomp_data[m+2]) in uccomp()
602 else if (node1 < _uccomp_data[m+2]) in uccomp()
H A Ducdata.h228 int uccomp(krb5_ui_4 node1, krb5_ui_4 node2, krb5_ui_4 *comp);