Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dhash.c125 node_ptr node1 = (*cachep)->node_table[indx]; in objc_hash_add() local
126 while (node1) in objc_hash_add()
128 assert (node1->key != key); in objc_hash_add()
129 node1 = node1->next; in objc_hash_add()
149 node_ptr node1 = NULL; in objc_hash_add() local
158 while ((node1 = objc_hash_next (*cachep, node1))) in objc_hash_add()
159 objc_hash_add (&new, node1->key, node1->value); in objc_hash_add()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcgraph.h2717 symtab_node *node1 = next; in next_defined_symbol() local
2719 for (; node1; node1 = node1->next) in next_defined_symbol()
2720 if (node1->definition) in next_defined_symbol()
2721 return node1; in next_defined_symbol()
2910 symtab_node *node1 = node->next; in next_variable() local
2911 for (; node1; node1 = node1->next) in next_variable()
2912 if (varpool_node *vnode1 = dyn_cast <varpool_node *> (node1)) in next_variable()
2940 symtab_node *node1 = node->next; in next_static_initializer() local
2941 for (; node1; node1 = node1->next) in next_static_initializer()
2943 varpool_node *vnode1 = dyn_cast <varpool_node *> (node1); in next_static_initializer()
[all …]
Dsplay-tree-utils.tcc929 rootless_splay_tree<Accessors>::compare_nodes_one_way (node_type node1, in compare_nodes_one_way() argument
938 return splay_and_search (node1, 0, compare); in compare_nodes_one_way()
944 rootless_splay_tree<Accessors>::compare_nodes (node_type node1, in compare_nodes() argument
947 if (node1 == node2) in compare_nodes()
951 int cmp = compare_nodes_one_way (node1, node2); in compare_nodes()
957 cmp = compare_nodes_one_way (node2, node1); in compare_nodes()
Dtree-vect-slp-patterns.cc353 vect_detect_pair_op (slp_tree node1, slp_tree node2, lane_permutation_t &lanes, in vect_detect_pair_op() argument
358 if (vect_match_expression_p (node1, MINUS_EXPR) in vect_detect_pair_op()
362 else if (vect_match_expression_p (node1, PLUS_EXPR) in vect_detect_pair_op()
366 else if (vect_match_expression_p (node1, PLUS_EXPR) in vect_detect_pair_op()
369 else if (vect_match_expression_p (node1, MULT_EXPR) in vect_detect_pair_op()
377 auto l0node = SLP_TREE_CHILDREN (node1); in vect_detect_pair_op()
385 ops->safe_push (node1); in vect_detect_pair_op()
Dsplay-tree-utils.h461 static int compare_nodes (node_type node1, node_type node2);
Dalias.cc2183 symtab_node *node1 = symtab_node::get (base1); in compare_base_decls() local
2184 if (!node1) in compare_base_decls()
2190 ret = node1->equal_address_to (node2, true); in compare_base_decls()
Dfold-const.cc16677 symtab_node *node1 = symtab_node::get_create (base1); in address_compare() local
16678 equal = node0->equal_address_to (node1); in address_compare()
/netbsd/src/external/historical/nawk/dist/
Dparse.c54 Node *node1(int a, Node *b) in node1() function
118 x = node1(a,b); in stat1()
154 x = node1(a,b); in op1()
201 x = node1(0, (Node *) a); in celltonode()
Dproto.h69 extern Node *node1(int, Node *);
/netbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.c300 symbol_node_t *node1, *node2; in symlist_free() local
302 node1 = SLIST_FIRST(symlist); in symlist_free()
303 while (node1 != NULL) { in symlist_free()
304 node2 = SLIST_NEXT(node1, links); in symlist_free()
305 free(node1); in symlist_free()
306 node1 = node2; in symlist_free()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc135 symtab_node *node1; in add_symbol_to_partition_1() local
210 for (node1 = node->same_comdat_group; in add_symbol_to_partition_1()
211 node1 != node; node1 = node1->same_comdat_group) in add_symbol_to_partition_1()
214 bool added = add_symbol_to_partition_1 (part, node1); in add_symbol_to_partition_1()
250 symtab_node *node1; in add_symbol_to_partition() local
256 while ((node1 = contained_in_symbol (node)) != node) in add_symbol_to_partition()
257 node = node1; in add_symbol_to_partition()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dtsearch-test.c39 node_compare(const void *node1, const void *node2) in node_compare() argument
41 return strcmp(((const struct node *) node1)->string, in node_compare()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_fuid.c74 const fuid_domain_t *node1 = arg1; in idx_compare() local
77 if (node1->f_idx < node2->f_idx) in idx_compare()
79 else if (node1->f_idx > node2->f_idx) in idx_compare()
90 const fuid_domain_t *node1 = arg1; in domain_compare() local
94 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name); in domain_compare()
Dsa.c246 const sa_lot_t *node1 = arg1; in layout_num_compare() local
249 if (node1->lot_num > node2->lot_num) in layout_num_compare()
251 else if (node1->lot_num < node2->lot_num) in layout_num_compare()
259 const sa_lot_t *node1 = arg1; in layout_hash_compare() local
262 if (node1->lot_hash > node2->lot_hash) in layout_hash_compare()
264 if (node1->lot_hash < node2->lot_hash) in layout_hash_compare()
266 if (node1->lot_instance > node2->lot_instance) in layout_hash_compare()
268 if (node1->lot_instance < node2->lot_instance) in layout_hash_compare()
Ddsl_deleg.c387 const perm_set_t *node1 = arg1; in perm_set_compare() local
391 val = strcmp(node1->p_setname, node2->p_setname); in perm_set_compare()
/netbsd/src/usr.sbin/ldpd/
Dlabel.c65 labels_compare(void *context, const void *node1, const void *node2) in labels_compare() argument
67 const struct label *l1 = node1, *l2 = node2; in labels_compare()
Dldp_peer.c87 mappings_compare(void *context, const void *node1, const void *node2) in mappings_compare() argument
89 const struct label_mapping *l1 = node1, *l2 = node2; in mappings_compare()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dhash.c440 Node **node1 = (Node **) elem1; in qsort_comp() local
442 return client_comp (*node1, *node2); in qsort_comp()
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
Ducdata.c599 uccomp(ac_uint4 node1, ac_uint4 node2, ac_uint4 *comp) in uccomp() argument
609 if (node1 > _uccomp_data[m+2]) in uccomp()
611 else if (node1 < _uccomp_data[m+2]) in uccomp()
Ducdata.h229 LDAP_LUNICODE_F (int) uccomp LDAP_P((ac_uint4 node1, ac_uint4 node2,
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjcopy.c1019 struct redefine_node *node1 = (struct redefine_node *) s1; in eq_string_redefnode() local
1021 return !strcmp ((const char *) node1->source, (const char *) node2->source); in eq_string_redefnode()