| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | iptable.c | 111 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 D | acl.c | 258 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 D | iptable.c | 97 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 D | acl.c | 282 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 D | firewire.c | 964 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 D | firewirereg.h | 115 u_int max_node; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | splay-tree-utils.cc | 209 ASSERT_EQ (tree.max_node ()->value (), sorted.back ()); in splay_tree_cc_tests()
|
| H A D | splay-tree-utils.h | 257 node_type max_node ();
|
| H A D | splay-tree-utils.tcc | 475 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 D | c-warn.c | 1680 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 D | c-warn.cc | 1682 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 D | class.cc | 4329 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 D | class.c | 4230 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()
|