Home
last modified time | relevance | path

Searched refs:internal_grow (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/old/
H A Dconcurrent_vector_v2.cpp39 internal_grow( e, new_size, element_size, init ); in internal_grow_to_at_least()
178 internal_grow( result, result+delta, element_size, init ); in internal_grow_by()
182 void concurrent_vector_base::internal_grow( const size_type start, size_type finish, size_type elem… in internal_grow() function in tbb::internal::concurrent_vector_base
H A Dconcurrent_vector_v2.h109 …void internal_grow( size_type start, size_type finish, size_type element_size, internal_array_op1 …
/dports/devel/tbb/oneTBB-2020.3/src/old/
H A Dconcurrent_vector_v2.cpp39 internal_grow( e, new_size, element_size, init ); in internal_grow_to_at_least()
178 internal_grow( result, result+delta, element_size, init ); in internal_grow_by()
182 void concurrent_vector_base::internal_grow( const size_type start, size_type finish, size_type elem… in internal_grow() function in tbb::internal::concurrent_vector_base
H A Dconcurrent_vector_v2.h109 …void internal_grow( size_type start, size_type finish, size_type element_size, internal_array_op1 …
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/old/
H A Dconcurrent_vector_v2.cpp39 internal_grow( e, new_size, element_size, init ); in internal_grow_to_at_least()
178 internal_grow( result, result+delta, element_size, init ); in internal_grow_by()
182 void concurrent_vector_base::internal_grow( const size_type start, size_type finish, size_type elem… in internal_grow() function in tbb::internal::concurrent_vector_base
H A Dconcurrent_vector_v2.h109 …void internal_grow( size_type start, size_type finish, size_type element_size, internal_array_op1 …
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dconcurrent_vector.cpp439 internal_grow( e, new_size, element_size, init, src ); in internal_grow_to_at_least_with_result()
469 internal_grow( result, result+delta, element_size, init, src ); in internal_grow_by()
473 void concurrent_vector_base_v3::internal_grow( const size_type start, size_type finish, size_type e… in internal_grow() function in tbb::internal::concurrent_vector_base_v3
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dconcurrent_vector.cpp447 internal_grow( e, new_size, element_size, init, src ); in internal_grow_to_at_least_with_result()
477 internal_grow( result, result+delta, element_size, init, src ); in internal_grow_by()
481 void concurrent_vector_base_v3::internal_grow( const size_type start, size_type finish, size_type e… in internal_grow() function in tbb::internal::concurrent_vector_base_v3
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dconcurrent_vector.cpp459 internal_grow( e, new_size, element_size, init, src ); in internal_grow_to_at_least_with_result()
490 internal_grow( result, result+delta, element_size, init, src ); in internal_grow_by()
494 void concurrent_vector_base_v3::internal_grow( const size_type start, size_type finish, size_type e… in internal_grow() function in tbb::internal::concurrent_vector_base_v3
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dconcurrent_vector.cpp439 internal_grow( e, new_size, element_size, init, src ); in internal_grow_to_at_least_with_result()
469 internal_grow( result, result+delta, element_size, init, src ); in internal_grow_by()
473 void concurrent_vector_base_v3::internal_grow( const size_type start, size_type finish, size_type e… in internal_grow() function in tbb::internal::concurrent_vector_base_v3
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dconcurrent_vector.cpp439 internal_grow( e, new_size, element_size, init, src ); in internal_grow_to_at_least_with_result()
469 internal_grow( result, result+delta, element_size, init, src ); in internal_grow_by()
473 void concurrent_vector_base_v3::internal_grow( const size_type start, size_type finish, size_type e… in internal_grow() function in tbb::internal::concurrent_vector_base_v3
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp309 bool internal_grow(Thread* thread, size_t log2_size);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp303 bool internal_grow(Thread* thread, size_t log2_size);
H A DconcurrentHashTable.inline.hpp833 internal_grow(Thread* thread, size_t log2_size) in internal_grow() function in ConcurrentHashTable
1040 return internal_grow(thread, tmp); in grow()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp310 bool internal_grow(Thread* thread, size_t log2_size);
H A DconcurrentHashTable.inline.hpp833 internal_grow(Thread* thread, size_t log2_size) in internal_grow() function in ConcurrentHashTable
1040 return internal_grow(thread, tmp); in grow()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp310 bool internal_grow(Thread* thread, size_t log2_size);
H A DconcurrentHashTable.inline.hpp833 internal_grow(Thread* thread, size_t log2_size) in internal_grow() function in ConcurrentHashTable
1040 return internal_grow(thread, tmp); in grow()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp306 bool internal_grow(Thread* thread, size_t log2_size);
H A DconcurrentHashTable.inline.hpp848 internal_grow(Thread* thread, size_t log2_size) in internal_grow() function in ConcurrentHashTable
1065 return internal_grow(thread, tmp); in grow()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dconcurrent_vector.h813 iterator internal_grow( size_type start_idx, size_type end_idx, const Args&... args ) { in internal_grow() function
845 return internal_grow(start_idx, end_idx, args...); in internal_grow_by_delta()
857 return internal_grow(old_size, new_size, args...); in internal_grow_to_at_least()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp302 bool internal_grow(Thread* thread, size_t log2_size);
H A DconcurrentHashTable.inline.hpp842 internal_grow(Thread* thread, size_t log2_size) in internal_grow() function in ConcurrentHashTable
1050 return internal_grow(thread, tmp); in grow()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp302 bool internal_grow(Thread* thread, size_t log2_size);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp307 bool internal_grow(Thread* thread, size_t log2_size);

12