| /oneTBB/test/common/ |
| H A D | test_invoke.h | 37 …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 D | utils.h | 52 typename std::iterator_traits<It>::value_type median(It first, It last) { in median()
|
| H A D | doctest.h | 954 unsigned first; // the first (matching) test to be executed member
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | square.cpp | 78 void append(char* first, char* last) { in append()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_for.h | 306 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 D | concurrent_vector.h | 370 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 D | concurrent_queue.h | 170 void assign( InputIterator first, InputIterator last ) { in assign() 449 void assign( InputIterator first, InputIterator last ) { in assign()
|
| H A D | flow_graph.h | 167 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.h | 272 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.h | 305 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 D | arena_slot.h | 99 void fill_with_canary_pattern ( std::size_t first, std::size_t last ) { in fill_with_canary_pattern()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_pipeline.cpp | 146 void RootSequence( Iterator1 first, Iterator1 last, Iterator2 res) { in RootSequence()
|
| H A D | conformance_parallel_for.cpp | 334 SmartIndex first{0, change_vector}; in test_pfor_func_invoke() local
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 460 int first; // 0<=first (0 can be used as a special value) member
|