Home
last modified time | relevance | path

Searched defs:first (Results 1 – 14 of 14) sorted by relevance

/oneTBB/test/common/
H A Dtest_invoke.h37 …SmartRange(const Value& first, const Value& last) : base_range(first, last), change_vector(nullptr… in SmartRange()
38 SmartRange(const Value& first, const Value& last, std::vector<std::size_t>& cv) in SmartRange()
H A Dutils.h52 typename std::iterator_traits<It>::value_type median(It first, It last) { in median()
H A Ddoctest.h954 unsigned first; // the first (matching) test to be executed member
/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp78 void append(char* first, char* last) { in append()
/oneTBB/include/oneapi/tbb/
H A Dparallel_for.h306 void parallel_for_impl(Index first, Index last, Index step, const Function& f, Partitioner& partiti… in parallel_for_impl()
382 void parallel_for_impl(Index first, Index last, Index step, const Function& f, Partitioner& partiti… in parallel_for_impl()
H A Dconcurrent_vector.h370 assign( InputIterator first, InputIterator last ) { in assign()
391 grow_by( ForwardIterator first, ForwardIterator last ) { in grow_by()
811 …segment_table_type table, size_type start_idx, size_type end_idx, ForwardIterator first, ForwardIt… in internal_loop_construct() argument
H A Dconcurrent_queue.h170 void assign( InputIterator first, InputIterator last ) { in assign()
449 void assign( InputIterator first, InputIterator last ) { in assign()
H A Dflow_graph.h167 static inline std::pair<graph_task*, graph_task*> order_tasks(graph_task* first, graph_task* second… in order_tasks()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h272 concurrent_unordered_base( InputIterator first, InputIterator last, in concurrent_unordered_base()
277 concurrent_unordered_base( InputIterator first, InputIterator last, in concurrent_unordered_base()
432 void insert( InputIterator first, InputIterator last ) { in insert()
502 iterator unsafe_erase( const_iterator first, const_iterator last ) { in unsafe_erase()
1295 value_node_ptr first = static_cast<value_node_ptr>(curr); in internal_equal_range() local
H A D_concurrent_skip_list.h305 concurrent_skip_list( InputIterator first, InputIterator last, const allocator_type& alloc ) in concurrent_skip_list()
405 void insert( InputIterator first, InputIterator last ) { in insert()
457 iterator unsafe_erase( const_iterator first, const_iterator last ) { in unsafe_erase()
1086 void internal_copy( Iterator first, Iterator last ) { in internal_copy()
/oneTBB/src/tbb/
H A Darena_slot.h99 void fill_with_canary_pattern ( std::size_t first, std::size_t last ) { in fill_with_canary_pattern()
/oneTBB/test/conformance/
H A Dconformance_parallel_pipeline.cpp146 void RootSequence( Iterator1 first, Iterator1 last, Iterator2 res) { in RootSequence()
H A Dconformance_parallel_for.cpp334 SmartIndex first{0, change_vector}; in test_pfor_func_invoke() local
/oneTBB/examples/common/utility/
H A Dutility.hpp460 int first; // 0<=first (0 can be used as a special value) member