OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_first
(Results
1 - 25
of
118
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
workstealing.h
62
_GLIBCXX_JOB_VOLATILE _DifferenceType
_M_first
;
69
/** @brief Number of elements, i.e. @c _M_last-
_M_first
+1.
180
__my_job.
_M_first
= static_cast<_DifferenceType>
186
__my_job._M_load = __my_job._M_last - __my_job.
_M_first
+ 1;
188
// Init result with
_M_first
value (to have a base value for reduction)
189
if (__my_job.
_M_first
<= __my_job._M_last)
192
_DifferenceType __my_first = __my_job.
_M_first
;
194
++__my_job.
_M_first
;
210
while (__my_job.
_M_first
<= __my_job._M_last)
215
__fetch_and_add<_DifferenceType>(&(__my_job.
_M_first
),
[
all
...]
iterator.h
130
_Iterator1
_M_first
;
139
_M_first
= __first;
148
++
_M_first
;
157
{ return _IteratorTriple(
_M_first
++, _M_second++, _M_third++); }
163
--
_M_first
;
172
{ return _IteratorTriple(
_M_first
--, _M_second--, _M_third--); }
181
_M_first
= __other.
_M_first
;
189
{ return _IteratorTriple(
_M_first
+ __delta, _M_second + __delta,
194
{ return
_M_first
- __other._M_first;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
workstealing.h
62
_GLIBCXX_JOB_VOLATILE _DifferenceType
_M_first
;
69
/** @brief Number of elements, i.e. @c _M_last-
_M_first
+1.
180
__my_job.
_M_first
= static_cast<_DifferenceType>
186
__my_job._M_load = __my_job._M_last - __my_job.
_M_first
+ 1;
188
// Init result with
_M_first
value (to have a base value for reduction)
189
if (__my_job.
_M_first
<= __my_job._M_last)
192
_DifferenceType __my_first = __my_job.
_M_first
;
194
++__my_job.
_M_first
;
210
while (__my_job.
_M_first
<= __my_job._M_last)
215
__fetch_and_add<_DifferenceType>(&(__my_job.
_M_first
),
[
all
...]
iterator.h
130
_Iterator1
_M_first
;
139
_M_first
= __first;
148
++
_M_first
;
157
{ return _IteratorTriple(
_M_first
++, _M_second++, _M_third++); }
163
--
_M_first
;
172
{ return _IteratorTriple(
_M_first
--, _M_second--, _M_third--); }
181
_M_first
= __other.
_M_first
;
189
{ return _IteratorTriple(
_M_first
+ __delta, _M_second + __delta,
194
{ return
_M_first
- __other._M_first;
[
all
...]