Home
last modified time | relevance | path

Searched refs:total_nodes (Results 51 – 75 of 306) sorted by last modified time

12345678910>>...13

/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dpixmap-cache.c271 int total_refs, total_nodes; variable
278 total_nodes = cache_length(&total_refs);
284 rep_MAKE_INT (total_nodes),
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/database/oracle/
H A Ddata.sql33015 values ('33851','18','','10386','MongoDB: Number of replicas','mongodb.rs.total_nodes[{#RS_NAME}]',…
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/database/sqlite3/
H A Ddata.sql25017 …ues ('33851','18','','10386','MongoDB: Number of replicas','mongodb.rs.total_nodes[{#RS_NAME}]','0…
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/database/postgresql/
H A Ddata.sql25017 …ues ('33851','18','','10386','MongoDB: Number of replicas','mongodb.rs.total_nodes[{#RS_NAME}]','0…
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/database/postgresql/
H A Ddata.sql26629 …ues ('33104','18','','10362','MongoDB: Number of replicas','mongodb.rs.total_nodes[{#RS_NAME}]','0…
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/database/oracle/
H A Ddata.sql38388 values ('33104','18','','10362','MongoDB: Number of replicas','mongodb.rs.total_nodes[{#RS_NAME}]',…
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/database/sqlite3/
H A Ddata.sql26629 …ues ('33104','18','','10362','MongoDB: Number of replicas','mongodb.rs.total_nodes[{#RS_NAME}]','0…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/netfilter/
H A Dxt_cluster.h12 __u32 total_nodes; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/netfilter/
H A Dxt_cluster.h12 __u32 total_nodes; member
/dports/devel/R-cran-BH/BH/inst/include/boost/container/detail/
H A Dadaptive_node_pool_impl.hpp271 static const std::size_t total_nodes = (num_b_subblock == 0) member
278 static const std::size_t total_data = total_nodes*real_node_size;
359 static const std::size_t real_num_node = helper_t::total_nodes;
380 std::size_t total_nodes = 0; in candidate_power_of_2_rt() local
400 total_nodes = (num_b_subblock == 0) in candidate_power_of_2_rt()
407 std::size_t total_data = total_nodes*real_node_size; in candidate_power_of_2_rt()
414 real_num_node = total_nodes; in candidate_power_of_2_rt()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree.c8438 uint64_t total_nodes, total_bytes; in dump_tree_statistics() local
8441 total_nodes = total_bytes = 0; in dump_tree_statistics()
8455 total_nodes += tree_node_counts[j]; in dump_tree_statistics()
8460 SIZE_AMOUNT (total_nodes), SIZE_AMOUNT (total_bytes)); in dump_tree_statistics()
H A DChangeLog-199816972 Protect variables `i', `total_nodes', and `total_bytes' with the
/dports/misc/py-xgboost/xgboost-1.5.1/tests/python/
H A Dtest_with_sklearn.py1113 total_nodes = 0
1116 total_nodes += n_nodes
/dports/misc/xgboost/xgboost-1.5.1/tests/python/
H A Dtest_with_sklearn.py1113 total_nodes = 0
1116 total_nodes += n_nodes
/dports/security/suricata/suricata-6.0.4/rust/vendor/libc/src/unix/haiku/
H A Dnative.rs254 pub total_nodes: ::off_t,
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Region.C491 int64_t total_nodes = get_property("node_count").get_int(); in output_summary() local
494 total_ns_nodes, total_cells, total_nodes, total_elements}); in output_summary()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/widgets/
H A Dsexp_tree.cpp223 total_nodes = flag = 0; in clear_tree()
478 total_nodes++; in allocate_node()
545 Assert(total_nodes > 0); in free_node2()
548 total_nodes--; in free_node2()
H A Dsexp_tree.h374 int total_nodes; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dsexp_tree.cpp98 total_nodes = flag = 0; in clear_tree()
357 total_nodes++; in allocate_node()
426 Assert(total_nodes > 0); in free_node2()
429 total_nodes--; in free_node2()
1614 if ((item_index >= 0) && (item_index < total_nodes)) in OnCommand()
H A Dsexp_tree.h331 int total_nodes; variable
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/tasks/
H A Dtrees.bf932 total_nodes = N + internal_nodes;
933 flat_tree = {total_nodes, 4}["-1"];
984 flat_tree[total_nodes-1][3] = total_nodes-2;
985 flat_tree[total_nodes-2][0] = total_nodes-1;
986 flat_tree[flat_tree[total_nodes-1][1]] = total_nodes-1;
987 flat_tree[flat_tree[total_nodes-1][2]] = total_nodes-1;
1014 total_nodes = N + internal_nodes;
1015 flat_tree = {total_nodes, 4}["-1"];
1043 flat_tree[total_nodes-1][3] = N-1;
1086 total_nodes = N + internal_nodes;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree.c9559 uint64_t total_nodes, total_bytes; in dump_tree_statistics() local
9562 total_nodes = total_bytes = 0; in dump_tree_statistics()
9576 total_nodes += tree_node_counts[j]; in dump_tree_statistics()
9581 SIZE_AMOUNT (total_nodes), SIZE_AMOUNT (total_bytes)); in dump_tree_statistics()
H A DChangeLog-199816972 Protect variables `i', `total_nodes', and `total_bytes' with the
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree.c9466 uint64_t total_nodes, total_bytes; in dump_tree_statistics() local
9469 total_nodes = total_bytes = 0; in dump_tree_statistics()
9483 total_nodes += tree_node_counts[j]; in dump_tree_statistics()
9488 SIZE_AMOUNT (total_nodes), SIZE_AMOUNT (total_bytes)); in dump_tree_statistics()
H A DChangeLog-199816972 Protect variables `i', `total_nodes', and `total_bytes' with the

12345678910>>...13