| /src/external/mpl/bind/dist/lib/dns/ |
| iptable.c | 97 int i, max_node = 0; local 121 if (node->node_num[i] > max_node) { 122 max_node = node->node_num[i]; 128 tab->radix->num_added_node += max_node;
|
| acl.c | 282 int max_node = 0, nodes; local 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);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| iptable.c | 111 int i, max_node = 0; local 135 if (node->node_num[i] > max_node) { 136 max_node = node->node_num[i]; 142 tab->radix->num_added_node += max_node;
|
| acl.c | 258 int max_node = 0, nodes; local 295 if (source->elements[i].node_num > max_node) { 296 max_node = source->elements[i].node_num; 342 nodes = max_node + dns_acl_node_count(dest);
|
| /src/sys/dev/ieee1394/ |
| firewire.c | 964 fc->max_node = fc->nodeid & 0x3f; 989 if (fc->max_node < node) 990 fc->max_node = self_id->p0.phy_id; 1031 fc->max_hop = fc->max_node - i_branch; 1033 fc->max_node + 1, fc->max_hop, 1372 fc->max_node = -1; 1898 for (node = 0; node <= fc->max_node; node++) { 1903 " fc->max_node(%d)\n", 1904 node, fc->nodeid, fc->max_node); 1907 printf("node(%d) fc->max_node(%d) found\n" [all...] |
| firewirereg.h | 115 u_int max_node; member in struct:firewire_comm
|
| /src/external/gpl3/gcc/dist/gcc/ |
| splay-tree-utils.cc | 209 ASSERT_EQ (tree.max_node ()->value (), sorted.back ());
|
| splay-tree-utils.h | 257 node_type max_node ();
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| splay-tree-utils.cc | 209 ASSERT_EQ (tree.max_node ()->value (), sorted.back ());
|
| splay-tree-utils.h | 257 node_type max_node ();
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 1686 splay_tree_node max_node = splay_tree_max (cases); local 1689 tree max = max_node ? (tree) max_node->value : NULL_TREE;
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 1698 splay_tree_node max_node = splay_tree_max (cases); local 1701 tree max = max_node ? (tree) max_node->value : NULL_TREE;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 4610 splay_tree_node max_node; 4614 max_node = splay_tree_max (offsets); 4617 if (!max_node) 4621 offsets, (tree) (max_node->key), 4606 splay_tree_node max_node; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| class.cc | 4333 splay_tree_node max_node; 4337 max_node = splay_tree_max (offsets); 4340 if (!max_node) 4344 offsets, (tree) (max_node->key), 4329 splay_tree_node max_node; local
|