Home
last modified time | relevance | path

Searched refs:bucket_it (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp497 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
498 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
738 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
751 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
760 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
957 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1119 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1120 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1139 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1182 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_calculate() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp498 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
499 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
739 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
752 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
761 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
974 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1144 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1145 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1164 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1207 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_calculate() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp497 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
498 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
738 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
751 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
760 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
957 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1119 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1120 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1139 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1182 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_calculate() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp497 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
498 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
738 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
751 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
760 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
957 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1119 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1120 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1139 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1182 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_calculate() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp510 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
511 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
747 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
760 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
769 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
968 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1138 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1139 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1158 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1207 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_to() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp510 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
511 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
747 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
760 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
769 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
968 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1138 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1139 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1158 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1207 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_to() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp512 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
513 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
753 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
766 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
775 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
972 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1134 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1135 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1154 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1197 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_calculate() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp507 for (size_t bucket_it = start_idx; bucket_it < stop_idx; bucket_it++) { in do_bulk_delete_locked_for() local
508 Bucket* bucket = table->get_bucket(bucket_it); in do_bulk_delete_locked_for()
746 for (size_t bucket_it = start; bucket_it < stop; bucket_it++) { in internal_shrink_range() local
759 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
768 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
1036 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_scan_locked() local
1206 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1207 Bucket* bucket = table->get_bucket(bucket_it); in do_safepoint_scan()
1226 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in do_safepoint_scan() local
1275 for (size_t bucket_it = 0; bucket_it < table->_size; bucket_it++) { in statistics_to() local
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dedgblob.cpp366 C_OUTLINE_IT bucket_it; // iterator in bucket in fill_buckets() local
372 bucket_it.set_to_list((*buckets)(ol_box.left(), ol_box.bottom())); in fill_buckets()
373 bucket_it.add_to_end(outline); in fill_buckets()
425 C_OUTLINE_IT bucket_it = start_scan; in empty_buckets() local
429 while (!bucket_it.empty()) { in empty_buckets()
433 parent_it = bucket_it; // find outermost in empty_buckets()
435 bucket_it.forward(); in empty_buckets()
436 } while (!bucket_it.at_first() && in empty_buckets()
437 !(*parent_it.data() < *bucket_it.data())); in empty_buckets()
438 } while (!bucket_it.at_first()); in empty_buckets()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_delivery_agent.cc240 for (auto bucket_it = reports.begin(); bucket_it != reports.end();) { in OnSendPermissionsChecked() local
241 auto bucket_start = bucket_it; in OnSendPermissionsChecked()
243 bucket_it = std::upper_bound(bucket_it, reports.end(), *bucket_it, in OnSendPermissionsChecked()
278 delivery_it->second->AddReports(endpoint, bucket_start, bucket_it); in OnSendPermissionsChecked()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvc.hh118 for ( unsigned bucket_it = 0; bucket_it < myBucketCount; bucket_it++ ) { in DumpStatistics() local
119 myElementCount = theMap.bucket_size(bucket_it); in DumpStatistics()
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/flann/util/
H A Dlsh_table.h219 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
220 bucket_it = buckets_space_.find(key); in getBucketFromKey()
222 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
223 else return &bucket_it->second; in getBucketFromKey()
/dports/graphics/colmap/colmap-3.6/lib/FLANN/util/
H A Dlsh_table.h221 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
222 bucket_it = buckets_space_.find(key); in getBucketFromKey()
224 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
225 else return &bucket_it->second; in getBucketFromKey()
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/util/
H A Dlsh_table.h222 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
223 bucket_it = buckets_space_.find(key); in getBucketFromKey()
225 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
226 else return &bucket_it->second; in getBucketFromKey()
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/src/cpp/flann/util/
H A Dlsh_table.h221 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
222 bucket_it = buckets_space_.find(key); in getBucketFromKey()
224 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
225 else return &bucket_it->second; in getBucketFromKey()
/dports/graphics/open3d/Open3D-0.2/src/External/flann/util/
H A Dlsh_table.h221 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
222 bucket_it = buckets_space_.find(key); in getBucketFromKey()
224 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
225 else return &bucket_it->second; in getBucketFromKey()
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Dlsh_table.h236 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
237 bucket_it = buckets_space_.find(key); in getBucketFromKey()
239 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
240 else return &bucket_it->second; in getBucketFromKey()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/flann/util/
H A Dlsh_table.h221 BucketsSpace::const_iterator bucket_it, bucket_end = buckets_space_.end(); in getBucketFromKey() local
222 bucket_it = buckets_space_.find(key); in getBucketFromKey()
224 if (bucket_it == bucket_end) return 0; in getBucketFromKey()
225 else return &bucket_it->second; in getBucketFromKey()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dbrowser_handler.cc111 for (const std::unique_ptr<base::SampleCountIterator> bucket_it = in Convert() local
113 !bucket_it->Done(); bucket_it->Next()) { in Convert()
117 bucket_it->Get(&low, &high, &count); in Convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dbrowser_handler.cc111 for (const std::unique_ptr<base::SampleCountIterator> bucket_it = in Convert() local
113 !bucket_it->Done(); bucket_it->Next()) { in Convert()
117 bucket_it->Get(&low, &high, &count); in Convert()