Home
last modified time | relevance | path

Searched refs:_new_table (Results 1 – 17 of 17) sorted by relevance

/dports/misc/orange3/orange3-3.29.1/Orange/data/tests/
H A Dtest_table.py112 def _new_table(attrs, classes, metas, s): member in TestTableInit
140 tab1 = self._new_table((a, b), (), (), 0)
141 tab2 = self._new_table((), (), (c, ), 1000)
151 tab1 = self._new_table((a, b), (c, ), (), 0)
152 tab2 = self._new_table((), (d, ), (), 1000)
162 tab1 = self._new_table((a, b), (c, ), (), 0)
164 tab2 = self._new_table((d, ), (e, ), (), 1000)
166 tab3 = self._new_table((f, g), (), (), 2000)
189 tab1 = self._new_table((a, ), (c, ), (d, ), 0)
191 tab3 = self._new_table((b, ), (), (), 1000)
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp385 return Atomic::load_acquire(&_new_table); in get_new_table()
395 Atomic::release_store(&_table, _new_table); in set_table_from_new()
399 _new_table = NULL; in set_table_from_new()
419 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
420 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
434 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
435 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
751 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
760 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
806 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp204 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp386 return Atomic::load_acquire(&_new_table); in get_new_table()
396 Atomic::release_store(&_table, _new_table); in set_table_from_new()
400 _new_table = NULL; in set_table_from_new()
420 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
421 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
435 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
436 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
752 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
761 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
821 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp206 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp385 return Atomic::load_acquire(&_new_table); in get_new_table()
395 Atomic::release_store(&_table, _new_table); in set_table_from_new()
399 _new_table = NULL; in set_table_from_new()
419 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
420 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
434 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
435 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
751 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
760 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
806 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp211 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp385 return Atomic::load_acquire(&_new_table); in get_new_table()
395 Atomic::release_store(&_table, _new_table); in set_table_from_new()
399 _new_table = NULL; in set_table_from_new()
419 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
420 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
434 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
435 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
751 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
760 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
806 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp211 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp399 return OrderAccess::load_acquire(&_new_table); in get_new_table()
409 OrderAccess::release_store(&_table, _new_table); in set_table_from_new()
413 _new_table = NULL; in set_table_from_new()
433 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
434 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
448 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
449 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
760 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
769 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
815 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp204 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp399 return OrderAccess::load_acquire(&_new_table); in get_new_table()
409 OrderAccess::release_store(&_table, _new_table); in set_table_from_new()
413 _new_table = NULL; in set_table_from_new()
433 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
434 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
448 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
449 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
760 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
769 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
815 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp204 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp400 return OrderAccess::load_acquire(&_new_table); in get_new_table()
410 OrderAccess::release_store(&_table, _new_table); in set_table_from_new()
414 _new_table = NULL; in set_table_from_new()
434 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
435 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
449 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
450 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
766 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
775 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
821 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp210 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp396 return OrderAccess::load_acquire(&_new_table); in get_new_table()
406 OrderAccess::release_store(&_table, _new_table); in set_table_from_new()
410 _new_table = NULL; in set_table_from_new()
430 _new_table->get_buckets()[even_index] = *bucket; in internal_grow_range()
431 _new_table->get_buckets()[odd_index] = *bucket; in internal_grow_range()
445 _new_table->get_bucket(even_index)->unlock(); in internal_grow_range()
446 _new_table->get_bucket(odd_index)->unlock(); in internal_grow_range()
759 _new_table->get_bucket(bucket_it)-> in internal_shrink_range()
768 _new_table->get_bucket(bucket_it)->unlock(); in internal_shrink_range()
814 if (_new_table->_log2_size == _log2_size_limit) { in internal_grow_prolog()
[all …]
H A DconcurrentHashTable.hpp208 InternalTable* _new_table; // Table we are resizing to. member in ConcurrentHashTable