| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _aligned_space.h | 36 T* begin() const { return punned_cast<T*>(&aligned_array); } in begin() function
|
| H A D | _concurrent_skip_list.h | 595 iterator begin() { in begin() function 599 const_iterator begin() const { in begin() function 703 iterator begin() const { return my_begin; } in begin() function 722 iterator begin() const { in begin() function
|
| H A D | _concurrent_unordered_base.h | 397 iterator begin() noexcept { return iterator(first_value_node(&my_head)); } in begin() function 398 …const_iterator begin() const noexcept { return const_iterator(first_value_node(const_cast<node_ptr… in begin() function 730 iterator begin() const { return iterator(my_instance.first_value_node(my_begin_node)); } in begin() function 769 iterator begin() const { return iterator(const_range_type::begin().get_node_ptr()); } in begin() function
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Evolution.cpp | 149 int begin = (int)r.begin(); //! capture lower range number for this chunk in operator ()() local 166 std::size_t begin = 0; //! beginning cell position in Step() local
|
| H A D | Update_state.cpp | 97 void UpdateState(Matrix* m_matrix, char* dest, int begin, int end) { in UpdateState() 361 void UpdateState(Matrix* m_matrix, char* dest, int begin, int end) { in UpdateState()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_sort.h | 118 RandomAccessIterator begin; variable 177 void do_parallel_quick_sort( RandomAccessIterator begin, RandomAccessIterator end, const Compare& c… in do_parallel_quick_sort() 186 void parallel_quick_sort( RandomAccessIterator begin, RandomAccessIterator end, const Compare& comp… in parallel_quick_sort()
|
| H A D | concurrent_priority_queue.h | 91 : concurrent_priority_queue(begin, end, Compare(), alloc) {} in concurrent_priority_queue() argument 152 void assign( InputIterator begin, InputIterator end ) { in assign()
|
| H A D | concurrent_vector.h | 462 iterator begin() { return iterator(*this, 0); } in begin() function 463 const_iterator begin() const { return const_iterator(*this, 0); } in begin() function
|
| H A D | partitioner.h | 390 begin = 0, enumerator
|
| H A D | flow_graph.h | 404 graph_iterator<C,N>::graph_iterator(C *g, bool begin) : my_graph(g), current_node(nullptr) in graph_iterator() 511 inline graph::iterator graph::begin() { return iterator(this, true); } in begin() function 515 inline graph::const_iterator graph::begin() const { return const_iterator(this, true); } in begin() function
|
| /oneTBB/src/tbb/ |
| H A D | intrusive_list.h | 125 iterator begin () { return iterator(my_head.my_next_node); } in begin() function 129 const_iterator begin () const { return const_iterator(my_head.my_next_node); } in begin() function
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | primes.cpp | 219 NumberType begin() const { in begin() function in SieveRange 225 SieveRange(NumberType begin, NumberType end, NumberType stride, NumberType grainsize) in SieveRange()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_blocked_rangeNd.cpp | 77 auto begin = data.begin() + range.dim(N - 1).begin(); in increment_data() local 87 auto begin = data.begin() + range.dim(N - 1).begin(); in check_data() local
|
| H A D | conformance_parallel_for.cpp | 203 for (T begin = 0; begin < pfor_buffer_test_size - 1; begin += pfor_buffer_test_size / 10 + 1) { in TestParallelForWithStepSupportHelper() local
|
| /oneTBB/test/tbb/ |
| H A D | test_blocked_range.cpp | 62 std::size_t begin = r1.begin(); variable
|
| H A D | test_parallel_reduce.cpp | 451 size_t begin, end; member in MinimalRange 474 size_t begin, end; member in FooBody
|
| H A D | test_parallel_for_each.cpp | 295 cpp20_iterator<no_copy_move, Category> begin(elements.data()); in test_with_cpp20_iterator() local
|
| H A D | test_parallel_sort.cpp | 301 T* begin() const { in begin() function
|
| H A D | test_eh_algorithms.cpp | 780 iterator begin() const { in begin() function 783 iterator begin() { in begin() function
|
| H A D | test_partitioner.h | 130 size_t begin() const { return my_begin; } in begin() function
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | square.cpp | 62 char* begin() { in begin() function in TextSlice
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 263 T* begin() requires EnableBegin { return nullptr; } in begin() function 275 ConstantIT<int> begin() const { return ConstantIT<int>{}; } in begin() function 280 utils::ForwardIterator<int> begin() { return utils::ForwardIterator<int>{}; } in begin() function
|
| H A D | parallel_for_each_common.h | 303 iterator_type begin() const { return my_begin; } in begin() function
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 252 const char* const begin = argv[j]; in parse() local
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polyover.cpp | 236 blocked_range_with_maps(T begin, in blocked_range_with_maps()
|