HomeSort by: relevance | last modified time | path
    Searched defs:__left (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ostream_insert.h 93 const bool __left = ((__out.flags() local
96 if (!__left)
100 if (__left && __out.good())
cow_string.h 3437 bool __left; local
3440 else if ((__left = __s + __n2 <= _M_data() + __pos)
3445 __left ? __off : (__off += __n2 - __n1);
ranges_algo.h 2176 auto __left local
2183 return {__left, __right};
stl_algo.h 2092 _ForwardIterator __left local
2097 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ostream_insert.h 93 const bool __left = ((__out.flags() local
96 if (!__left)
100 if (__left && __out.good())
cow_string.h 3347 bool __left; local
3350 else if ((__left = __s + __n2 <= _M_data() + __pos)
3355 __left ? __off : (__off += __n2 - __n1);
ranges_algo.h 2201 auto __left local
2208 return {__left, __right};
stl_algo.h 2129 _ForwardIterator __left local
2134 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
partition.h 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local
117 __thread_left = __left + 1;
141 __fetch_and_add(&__left, __chunk_size);
199 __leftold = __left,
200 __leftnew = __left - __leftover_left * __chunk_size,
209 __reserved_left[(__left - (__thread_left_border + 1))
280 __left = __leftnew;
282 __dist = __right - __left + 1;
285 # pragma omp flush(__left, __right)
288 _DifferenceType __final_left = __left, __final_right = __right
    [all...]
losertree.h 190 unsigned int __left = __init_winner(2 * __root); local
193 || (!_M_losers[__left]._M_sup
195 _M_losers[__left]._M_key)))
199 return __left;
204 _M_losers[__root] = _M_losers[__left];
290 unsigned int __left = __init_winner(2 * __root); local
293 || (!_M_losers[__left]._M_sup
295 _M_losers[__left]._M_key)))
299 return __left;
304 _M_losers[__root] = _M_losers[__left];
429 unsigned int __left = __init_winner(2 * __root); local
511 unsigned int __left = __init_winner(2 * __root); local
667 unsigned int __left = __init_winner(2 * __root); local
755 unsigned int __left = __init_winner(2 * __root); local
912 unsigned int __left = __init_winner(2 * __root); local
998 unsigned int __left = __init_winner(2 * __root); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
partition.h 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local
117 __thread_left = __left + 1;
141 __fetch_and_add(&__left, __chunk_size);
199 __leftold = __left,
200 __leftnew = __left - __leftover_left * __chunk_size,
209 __reserved_left[(__left - (__thread_left_border + 1))
280 __left = __leftnew;
282 __dist = __right - __left + 1;
285 # pragma omp flush(__left, __right)
288 _DifferenceType __final_left = __left, __final_right = __right
    [all...]
losertree.h 190 unsigned int __left = __init_winner(2 * __root); local
193 || (!_M_losers[__left]._M_sup
195 _M_losers[__left]._M_key)))
199 return __left;
204 _M_losers[__root] = _M_losers[__left];
290 unsigned int __left = __init_winner(2 * __root); local
293 || (!_M_losers[__left]._M_sup
295 _M_losers[__left]._M_key)))
299 return __left;
304 _M_losers[__root] = _M_losers[__left];
429 unsigned int __left = __init_winner(2 * __root); local
511 unsigned int __left = __init_winner(2 * __root); local
667 unsigned int __left = __init_winner(2 * __root); local
755 unsigned int __left = __init_winner(2 * __root); local
912 unsigned int __left = __init_winner(2 * __root); local
998 unsigned int __left = __init_winner(2 * __root); local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
ropeimpl.h 150 _RopeRep* __left = __c->_M_left; local
151 size_t __left_len = __left->_M_size;
161 __curr_rope = __left;
490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right)
493 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right,
494 __left->
552 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local
555 __left->_M_ref_nonnil();
557 { __result = _S_tree_concat(__left, __nright); }
560 _S_unref(__left);
742 _RopeRep* __left = __c->_M_left; local
933 _RopeRep* __left = __conc->_M_left; local
1015 bool __left = bool(__o.flags() & std::ios::left); local
1085 _RopeRep* __left = __c->_M_left; local
1126 _RopeRep* __left = __c->_M_left; local
1337 _RopeRep* __left = __c->_M_left; local
1387 _RopeRep* __left = __c->_M_left; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
ropeimpl.h 150 _RopeRep* __left = __c->_M_left; local
151 size_t __left_len = __left->_M_size;
161 __curr_rope = __left;
490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right)
493 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right,
494 __left->
552 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local
555 __left->_M_ref_nonnil();
557 { __result = _S_tree_concat(__left, __nright); }
560 _S_unref(__left);
742 _RopeRep* __left = __c->_M_left; local
933 _RopeRep* __left = __conc->_M_left; local
1015 bool __left = bool(__o.flags() & std::ios::left); local
1085 _RopeRep* __left = __c->_M_left; local
1126 _RopeRep* __left = __c->_M_left; local
1335 _RopeRep* __left = __c->_M_left; local
1385 _RopeRep* __left = __c->_M_left; local
    [all...]

Completed in 195 milliseconds