Home
last modified time | relevance | path

Searched refs:max_node_count (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/node/
H A Dhydra_node.c11 int *node_count, int *max_node_count) in HYD_node_list_append() argument
17 if (*max_node_count == 0) { in HYD_node_list_append()
20 *max_node_count = 1; in HYD_node_list_append()
21 } else if (*node_count == *max_node_count) { in HYD_node_list_append()
22 HYD_REALLOC(*nodes, struct HYD_node *, (*max_node_count) * 2 * sizeof(struct HYD_node), in HYD_node_list_append()
24 MPL_VG_MEM_INIT(*nodes + (*max_node_count), (*max_node_count) * sizeof(struct HYD_node)); in HYD_node_list_append()
25 *max_node_count *= 2; in HYD_node_list_append()
H A Dhydra_node.h21 int *node_count, int *max_node_count);
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/synapse/operations/
H A Dsparkpool.py20 min_node_count=None, max_node_count=None,
34 max_node_count=max_node_count)
45 min_node_count=None, max_node_count=None,
69 if max_node_count:
70 existing_spark_pool.auto_scale.max_node_count = max_node_count
73 max_node_count=max_node_count)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dtree_generator.cc27 TreeGenerator::TreeGenerator(int max_node_count, bool permutations) in TreeGenerator() argument
28 : max_node_count_(max_node_count), in TreeGenerator()
32 for (int i = 1; i <= max_node_count; ++i) { in TreeGenerator()
H A Dtree_generator.h45 TreeGenerator(int max_node_count, bool permutations);
H A Dax_tree_serializer.h76 void set_max_node_count(size_t max_node_count) { in set_max_node_count() argument
77 max_node_count_ = max_node_count; in set_max_node_count()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dtree_generator.cc27 TreeGenerator::TreeGenerator(int max_node_count, bool permutations) in TreeGenerator() argument
28 : max_node_count_(max_node_count), in TreeGenerator()
32 for (int i = 1; i <= max_node_count; ++i) { in TreeGenerator()
H A Dtree_generator.h50 TreeGenerator(int max_node_count, bool permutations);
H A Dax_tree_serializer.h80 void set_max_node_count(size_t max_node_count) { in set_max_node_count() argument
81 max_node_count_ = max_node_count; in set_max_node_count()
/dports/dns/unbound/unbound-1.14.0/edns-subnet/
H A Daddrtree.h72 uint32_t max_node_count; member
140 size_t (*sizefunc)(void *), void *env, uint32_t max_node_count);
H A Daddrtree.c122 size_t (*sizefunc)(void *), void *env, uint32_t max_node_count) in addrtree_create() argument
143 tree->max_node_count = max_node_count; in addrtree_create()
246 if (tree->max_node_count == 0) return; in lru_cleanup()
247 while (tree->node_count > tree->max_node_count) { in lru_cleanup()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A DCallChainJoiner.cpp30 cache_stat_.max_node_count = cache_size / sizeof(CacheNode); in LRUCache()
31 CHECK_GE(cache_stat_.max_node_count, 2u); in LRUCache()
34 nodes_ = new CacheNode[cache_stat_.max_node_count + 1]; // with 1 sentinel node in LRUCache()
135 if (cache_stat_.used_node_count < cache_stat_.max_node_count) { in AllocNode()
414 LOG(DEBUG) << " max_node_count in cache: " << cache_stat_.max_node_count; in DumpStat()
H A DCallChainJoiner_test.cpp39 ASSERT_EQ(cache.Stat().max_node_count, 2u); in TEST()
110 ASSERT_EQ(cache.Stat().max_node_count, 4u); in TEST()
227 ASSERT_EQ(joiner.GetCacheStat().max_node_count, 1024u); in TEST_F()
H A DCallChainJoiner.h57 size_t max_node_count = 0u; member
/dports/shells/fish/fish-3.3.1/src/
H A Dlru.h49 const size_t max_node_count; variable
178 explicit lru_cache_t(size_t max_size = 1024) : max_node_count(max_size) { in max_node_count() function
209 while (this->node_map.size() > max_node_count) { in insert()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/accessibility/
H A Drender_accessibility_impl.h55 size_t max_node_count,
61 size_t max_node_count,
H A Drender_accessibility_impl.cc100 size_t max_node_count, in Snapshot() argument
104 SnapshotContentTree(ax_mode, max_node_count, &content_tree); in Snapshot()
125 size_t max_node_count, in SnapshotContentTree() argument
141 if (max_node_count) in SnapshotContentTree()
142 serializer.set_max_node_count(max_node_count); in SnapshotContentTree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/accessibility/
H A Drender_accessibility_impl.h66 size_t max_node_count,
72 size_t max_node_count,
H A Drender_accessibility_impl.cc108 size_t max_node_count, in Snapshot() argument
112 SnapshotContentTree(ax_mode, max_node_count, &content_tree); in Snapshot()
131 size_t max_node_count, in SnapshotContentTree() argument
149 if (max_node_count) in SnapshotContentTree()
150 serializer.set_max_node_count(max_node_count); in SnapshotContentTree()
/dports/devel/p5-Tree-DAG_Node/Tree-DAG_Node-1.32/lib/Tree/
H A DDAG_Node.pm1040 my $max_node_count = $o->{'max_node_count'} || 25;
1050 last if $node_count > $max_node_count;
1053 last Gen if $node_count > $max_node_count;
1062 last Gen if $node_count > $max_node_count;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/renderer/
H A Drender_frame.h82 size_t max_node_count,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/renderer/
H A Drender_frame.h82 size_t max_node_count,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/google/
H A Dgcp_container_node_pool.py654 …ons=dict(enabled=dict(type='bool'), min_node_count=dict(type='int'), max_node_count=dict(type='int…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/google/cloud/plugins/modules/
H A Dgcp_container_node_pool.py771 …ons=dict(enabled=dict(type='bool'), min_node_count=dict(type='int'), max_node_count=dict(type='int…
/dports/devel/py-azure-mgmt-synapse/azure-mgmt-synapse-2.0.0/azure/mgmt/synapse/models/
H A D_models_py3.py67 max_node_count: Optional[int] = None,
73 self.max_node_count = max_node_count

12