Searched refs:_M_last (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dworkstealing.h67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last; member in struct:__gnu_parallel::_Job
69 /** @brief Number of elements, i.e. @c _M_last-_M_first+1.
183 __my_job._M_last = (__iam == (__num_threads - 1)
186 __my_job._M_load = __my_job._M_last - __my_job._M_first + 1;
189 if (__my_job._M_first <= __my_job._M_last)
210 while (__my_job._M_first <= __my_job._M_last)
220 __my_job._M_load = __my_job._M_last - __my_job._M_first + 1;
223 && __current_job <= __my_job._M_last;
256 __supposed_last = __job[__victim * __stride]._M_last;
281 __my_job._M_last
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dworkstealing.h67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last; member in struct:__gnu_parallel::_Job
69 /** @brief Number of elements, i.e. @c _M_last-_M_first+1.
183 __my_job._M_last = (__iam == (__num_threads - 1)
186 __my_job._M_load = __my_job._M_last - __my_job._M_first + 1;
189 if (__my_job._M_first <= __my_job._M_last)
210 while (__my_job._M_first <= __my_job._M_last)
220 __my_job._M_load = __my_job._M_last - __my_job._M_first + 1;
223 && __current_job <= __my_job._M_last;
256 __supposed_last = __job[__victim * __stride]._M_last;
281 __my_job._M_last
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dworkstealing.h67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last; member in struct:__gnu_parallel::_Job
69 /** @brief Number of elements, i.e. @c _M_last-_M_first+1.
183 __my_job._M_last = (__iam == (__num_threads - 1)
186 __my_job._M_load = __my_job._M_last - __my_job._M_first + 1;
189 if (__my_job._M_first <= __my_job._M_last)
210 while (__my_job._M_first <= __my_job._M_last)
220 __my_job._M_load = __my_job._M_last - __my_job._M_first + 1;
223 && __current_job <= __my_job._M_last;
256 __supposed_last = __job[__victim * __stride]._M_last;
281 __my_job._M_last
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_deque.h125 _Tp* _M_last; member in struct:_Deque_iterator
130 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
133 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
137 _M_last(__x._M_last), _M_node(__x._M_node) { }
151 if (_M_cur == _M_last)
173 _M_cur = _M_last;
231 * immediately afterwards, based on _M_first and _M_last.
238 _M_last = _M_first + difference_type(_S_buffer_size());
337 + (__y._M_last
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_deque.h125 _Tp* _M_last; member in struct:_Deque_iterator
130 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
133 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
137 _M_last(__x._M_last), _M_node(__x._M_node) { }
151 if (_M_cur == _M_last)
173 _M_cur = _M_last;
231 * immediately afterwards, based on _M_first and _M_last.
238 _M_last = _M_first + difference_type(_S_buffer_size());
337 + (__y._M_last
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_deque.h125 _Tp* _M_last; member in struct:_Deque_iterator
130 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
133 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
137 _M_last(__x._M_last), _M_node(__x._M_node) { }
151 if (_M_cur == _M_last)
173 _M_cur = _M_last;
231 * immediately afterwards, based on _M_first and _M_last.
238 _M_last = _M_first + difference_type(_S_buffer_size());
337 + (__y._M_last
[all...]

Completed in 120 milliseconds