Home
last modified time | relevance | path

Searched refs:max_node (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Diptable.c111 int i, max_node = 0; in dns_iptable_merge() local
135 if (node->node_num[i] > max_node) { in dns_iptable_merge()
136 max_node = node->node_num[i]; in dns_iptable_merge()
142 tab->radix->num_added_node += max_node; in dns_iptable_merge()
H A Dacl.c258 int max_node = 0, nodes; in dns_acl_merge() local
295 if (source->elements[i].node_num > max_node) { in dns_acl_merge()
296 max_node = source->elements[i].node_num; in dns_acl_merge()
342 nodes = max_node + dns_acl_node_count(dest); in dns_acl_merge()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Diptable.c97 int i, max_node = 0; in dns_iptable_addprefix()
121 if (node->node_num[i] > max_node) { in dns_iptable_merge()
122 max_node = node->node_num[i]; in dns_iptable_merge()
128 tab->radix->num_added_node += max_node; in dns_iptable_merge()
111 int i, max_node = 0; dns_iptable_merge() local
H A Dacl.c282 int max_node = 0, nodes; in dns_acl_match_port_transport()
306 if (source->elements[i].node_num > max_node) {
307 max_node = source->elements[i].node_num;
353 nodes = max_node + dns_acl_node_count(dest); in dns_acl_merge()
312 int max_node = 0, nodes; dns_acl_merge() local
/netbsd-src/sys/dev/ieee1394/
H A Dfirewire.c964 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv()
989 if (fc->max_node < node) in fw_sidrcv()
990 fc->max_node = self_id->p0.phy_id; in fw_sidrcv()
1031 fc->max_hop = fc->max_node - i_branch; in fw_sidrcv()
1033 fc->max_node + 1, fc->max_hop, in fw_sidrcv()
1372 fc->max_node = -1; in fw_reset_csr()
1898 for (node = 0; node <= fc->max_node; node++) { in fw_explore()
1904 node, fc->nodeid, fc->max_node); in fw_explore()
1908 node, fc->max_node); in fw_explore()
2306 self_id = fw_find_self_id(fc, fc->max_node); in fw_bmr()
[all …]
H A Dfirewirereg.h115 u_int max_node; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.cc209 ASSERT_EQ (tree.max_node ()->value (), sorted.back ()); in splay_tree_cc_tests()
H A Dsplay-tree-utils.h257 node_type max_node ();
H A Dsplay-tree-utils.tcc475 rooted_splay_tree<Accessors>::max_node () in max_node() function in rooted_splay_tree
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1680 splay_tree_node max_node = splay_tree_max (cases); in c_do_switch_warnings() local
1683 tree max = max_node ? (tree) max_node->value : NULL_TREE; in c_do_switch_warnings()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc1682 splay_tree_node max_node = splay_tree_max (cases); in c_do_switch_warnings() local
1685 tree max = max_node ? (tree) max_node->value : NULL_TREE; in c_do_switch_warnings()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc4329 splay_tree_node max_node; in layout_conflict_p() local
4333 max_node = splay_tree_max (offsets); in layout_conflict_p()
4336 if (!max_node) in layout_conflict_p()
4340 offsets, (tree) (max_node->key), in layout_conflict_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c4230 splay_tree_node max_node; in layout_conflict_p() local
4234 max_node = splay_tree_max (offsets); in layout_conflict_p()
4237 if (!max_node) in layout_conflict_p()
4241 offsets, (tree) (max_node->key), in layout_conflict_p()