Home
last modified time | relevance | path

Searched refs:bucket_list (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Ddeallocating_vector.hpp25 : index(r.index), bucket_list(r.bucket_list) in ConstDeallocatingVectorIteratorState()
40 bucket_list = other.bucket_list; in operator =()
52 : index(r.index), bucket_list(r.bucket_list) in DeallocatingVectorIteratorState()
61 std::vector<ElementT *> *bucket_list; member
66 bucket_list = other.bucket_list; in operator =()
192 bucket_list.resize(other.bucket_list.size()); in DeallocatingVector()
196 std::copy_n(other.bucket_list[index], ELEMENTS_PER_BLOCK, bucket_list[index]); in DeallocatingVector()
231 bucket_list.swap(other.bucket_list); in swap()
237 for (auto bucket : bucket_list) in clear()
245 bucket_list.clear(); in clear()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/topo/treematch/treematch/
H A Dtm_bucket.c182 check_bucket(bucket_list->bucket_tab[i],bucket_list->tab,inf,sup); in display_bucket_list()
196 N = bucket_list->N; in add_to_bucket()
268 N = bucket_list->N; in fill_buckets()
319 bucket_list->tab = tab; in partial_sort()
320 bucket_list->N = N; in partial_sort()
344 global_bl = bucket_list; in partial_sort()
386 *bl = bucket_list; in partial_sort()
391 bucket_t *bucket = bucket_list->bucket_tab[bucket_list->cur_bucket]; in next_bucket_elem()
399 bucket = bucket_list->bucket_tab[bucket_list->cur_bucket]; in next_bucket_elem()
512 free_tab_bucket(bucket_list->bucket_tab,bucket_list->nb_buckets); in free_bucket_list()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/topo/treematch/treematch/
H A Dtm_bucket.c182 check_bucket(bucket_list->bucket_tab[i],bucket_list->tab,inf,sup); in display_bucket_list()
196 N = bucket_list->N; in add_to_bucket()
268 N = bucket_list->N; in fill_buckets()
319 bucket_list->tab = tab; in partial_sort()
320 bucket_list->N = N; in partial_sort()
344 global_bl = bucket_list; in partial_sort()
386 *bl = bucket_list; in partial_sort()
391 bucket_t *bucket = bucket_list->bucket_tab[bucket_list->cur_bucket]; in next_bucket_elem()
399 bucket = bucket_list->bucket_tab[bucket_list->cur_bucket]; in next_bucket_elem()
512 free_tab_bucket(bucket_list->bucket_tab,bucket_list->nb_buckets); in free_bucket_list()
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/s3/
H A Ds3_storage13 my @bucket_list;
17 push @bucket_list, $1;
20 return @bucket_list;
23 my @bucket_list = split /\s+/, ($ENV{'buckets'} || '');
24 if (not @bucket_list)
26 @bucket_list = get_bucket_list();
31 if (@bucket_list) {
65 foreach my $bucket_name (@bucket_list)
73 foreach my $bucket_name (@bucket_list)
H A Ds3_items29 my @bucket_list = ();
34 $bucket_list[$pos++] = $1;
38 return @bucket_list;
72 my @bucket_list = get_bucket_list();
76 foreach $bucket_name ( @bucket_list ) {
88 my @bucket_list = get_bucket_list();
92 foreach $bucket_name ( @bucket_list ) {
/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dot_clean.c51 ot_vector *bucket_list = &peer_list->peers; in clean_single_torrent() local
71 num_buckets = bucket_list->size; in clean_single_torrent()
72 bucket_list = (ot_vector *)bucket_list->data; in clean_single_torrent()
76 …size_t removed_peers = clean_single_bucket( bucket_list->data, bucket_list->size, timedout, &remov… in clean_single_torrent()
78 bucket_list->size -= removed_peers; in clean_single_torrent()
79 if( bucket_list->size < removed_peers ) in clean_single_torrent()
80 vector_fixup_peers( bucket_list ); in clean_single_torrent()
81 ++bucket_list; in clean_single_torrent()
H A Dtrackerlogic.c37 ot_vector *bucket_list = (ot_vector*)(peer_list->peers.data); in free_peerlist() local
40 free( bucket_list++->data ); in free_peerlist()
188 ot_vector * bucket_list = &peer_list->peers; in return_peers_all() local
193 num_buckets = bucket_list->size; in return_peers_all()
194 bucket_list = (ot_vector *)bucket_list->data; in return_peers_all()
198 ot_peer * peers = (ot_peer*)bucket_list[bucket].data; in return_peers_all()
199 size_t peer_count = bucket_list[bucket].size; in return_peers_all()
215 ot_vector * bucket_list = &peer_list->peers; in return_peers_selection() local
223 num_buckets = bucket_list->size; in return_peers_selection()
224 bucket_list = (ot_vector *)bucket_list->data; in return_peers_selection()
[all …]
H A Dot_stats.c228 ot_vector *bucket_list = &peer_list->peers; in stats_slash24s_txt() local
232 num_buckets = bucket_list->size; in stats_slash24s_txt()
233 bucket_list = (ot_vector *)bucket_list->data; in stats_slash24s_txt()
237 ot_peer *peers = (ot_peer*)bucket_list->data; in stats_slash24s_txt()
238 size_t numpeers = bucket_list->size; in stats_slash24s_txt()
242 ++bucket_list; in stats_slash24s_txt()
/dports/devel/py-moto/moto-2.2.16/moto/s3/
H A Dconfig.py36 bucket_list = list(self.backends["global"].buckets.keys())
40 bucket_list = []
45 bucket_list.append(bucket)
52 for bucket in bucket_list:
56 bucket_list = region_buckets
58 if not bucket_list:
62 sorted_buckets = sorted(bucket_list)
77 bucket_list = sorted_buckets[start : (start + limit)]
90 for bucket in bucket_list
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_list.cpp99 this->bucket_list = &(*this->bucket_iter).second; in Begin()
110 this->bucket_list = nullptr; in End()
120 if (this->bucket_list == nullptr) { in FindNext()
129 this->bucket_list = nullptr; in FindNext()
132 this->bucket_list = &(*this->bucket_iter).second; in FindNext()
190 this->bucket_list = &(*this->bucket_iter).second; in Begin()
193 this->bucket_list_iter = this->bucket_list->end(); in Begin()
204 this->bucket_list = nullptr; in End()
214 if (this->bucket_list == nullptr) { in FindNext()
221 this->bucket_list = nullptr; in FindNext()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/tasks/
H A Dmain.yml24 register: bucket_list
29 - bucket_list.changed == False
30 - bucket_list.buckets
53 register: bucket_list
75 loop: "{{ bucket_list.buckets }}"
92 loop: "{{ bucket_list.buckets }}"
/dports/www/osrm-backend/osrm-backend-5.26.0/src/engine/routing_algorithms/
H A Dmany_to_many_mld.cpp419 const auto &bucket_list = std::equal_range(search_space_with_buckets.begin(), in forwardRoutingStep() local
423 for (const auto &current_bucket : boost::make_iterator_range(bucket_list)) in forwardRoutingStep()
493 auto bucket_list = std::equal_range(search_space_with_buckets.begin(), in retrievePackedPathFromSearchSpace() local
498 BOOST_ASSERT_MSG(std::distance(bucket_list.first, bucket_list.second) == 1, in retrievePackedPathFromSearchSpace()
503 while (bucket_list.first->parent_node != current_node_id && in retrievePackedPathFromSearchSpace()
504 bucket_list.first != search_space_with_buckets.end()) in retrievePackedPathFromSearchSpace()
506 const auto parent_node_id = bucket_list.first->parent_node; in retrievePackedPathFromSearchSpace()
510 path.emplace_back(std::make_tuple(from, to, bucket_list.first->from_clique_arc)); in retrievePackedPathFromSearchSpace()
513 bucket_list = std::equal_range(search_space_with_buckets.begin(), in retrievePackedPathFromSearchSpace()
518 BOOST_ASSERT_MSG(std::distance(bucket_list.first, bucket_list.second) == 1, in retrievePackedPathFromSearchSpace()
H A Dmany_to_many_ch.cpp109 const auto &bucket_list = std::equal_range(search_space_with_buckets.begin(), in forwardRoutingStep() local
113 for (const auto &current_bucket : boost::make_iterator_range(bucket_list)) in forwardRoutingStep()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/tflite_experiment/webdriver/
H A Dkeyed_service_test.py52 bucket_list = []
56 bucket_list.append(bucket_val)
57 std_val = statistics.stdev(bucket_list)
58 mean_val = statistics.mean(bucket_list)
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/dht/
H A Dkbuckettable.cpp126 QScopedPointer<BListNode> bucket_list(dec.decodeList());
127 if (!bucket_list)
130 for (bt::Uint32 i = 0; i < bucket_list->getNumChildren(); i++) {
131 BDictNode *dict = bucket_list->getDict(i);
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rnn/bucket_R/
H A DaclImdb_lstm_classification.R40 bucket_list <- unique(c(train.data$bucket.names, eval.data$bucket.names)) globalVar
42 symbol_buckets <- sapply(bucket_list, function(seq) {
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rnn/bucket_R/
H A DaclImdb_lstm_classification.R40 bucket_list <- unique(c(train.data$bucket.names, eval.data$bucket.names)) globalVar
42 symbol_buckets <- sapply(bucket_list, function(seq) {
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Daws_s3_bucket_info.py613 bucket_list = get_bucket_list(module, connection, name, name_filter)
624 …result['buckets'] = get_buckets_facts(connection, bucket_list, requested_facts, transform_location)
626 result['buckets'] = bucket_list
H A Daws_s3_bucket_facts.py613 bucket_list = get_bucket_list(module, connection, name, name_filter)
624 …result['buckets'] = get_buckets_facts(connection, bucket_list, requested_facts, transform_location)
626 result['buckets'] = bucket_list
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dintern.c137 bucket_list *bl; in oblist_insert()
138 find_room(g == 0 ? space_new : space_data, g, typemod, sizeof(bucket_list), bl); in oblist_insert()
379 ptr npc, sym, val; bucket_list *bl; in S_retrofit_nonprocedure_code()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/testcase/
H A Dintegration_testcase.py151 bucket_list = self._ListBucket(bucket_uri)
160 while bucket_list:
162 for k in bucket_list:
180 bucket_list = self._ListBucket(bucket_uri)
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dintern.c56 bucket_list *bl; in oblist_insert()
57 find_room_voidp(tc, g == 0 ? space_new : space_data, g, ptr_align(sizeof(bucket_list)), bl); in oblist_insert()
342 ptr npc, sym, val; bucket_list *bl; in S_retrofit_nonprocedure_code()
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dintern.c56 bucket_list *bl; in oblist_insert()
57 find_room_voidp(tc, g == 0 ? space_new : space_data, g, ptr_align(sizeof(bucket_list)), bl); in oblist_insert()
342 ptr npc, sym, val; bucket_list *bl; in S_retrofit_nonprocedure_code()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Dhashtab.c49 K5_SLIST_HEAD(bucket_list, entry) *buckets;
174 struct bucket_list *newbuckets; in resize_table()
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Dhashtab.c49 K5_SLIST_HEAD(bucket_list, entry) *buckets;
174 struct bucket_list *newbuckets; in resize_table()

123