| /src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
| locale_win32.h | 117 friend bool operator==(const locale_t& __left, const locale_t& __right) { 118 return __left.__locale == __right.__locale; 121 friend bool operator==(const locale_t& __left, int __right) { 122 return __left.__locale == nullptr && __right == 0; 125 friend bool operator==(const locale_t& __left, long long __right) { 126 return __left.__locale == nullptr && __right == 0; 133 friend bool operator==(int __left, const locale_t& __right) { 134 return __left == 0 && nullptr == __right.__locale; 137 friend bool operator==(std::nullptr_t, const locale_t& __right) { 138 return nullptr == __right.__locale [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| losertree.h | 191 unsigned int __right = __init_winner(2 * __root + 1); local 192 if (_M_losers[__right]._M_sup 194 && !_M_comp(_M_losers[__right]._M_key, 198 _M_losers[__root] = _M_losers[__right]; 205 return __right; 291 unsigned int __right = __init_winner(2 * __root + 1); local 292 if (_M_losers[__right]._M_sup 294 && !_M_comp(_M_losers[__right]._M_key, 298 _M_losers[__root] = _M_losers[__right]; 305 return __right; 430 unsigned int __right = __init_winner(2 * __root + 1); local 512 unsigned int __right = __init_winner(2 * __root + 1); local 668 unsigned int __right = __init_winner(2 * __root + 1); local 756 unsigned int __right = __init_winner(2 * __root + 1); local 913 unsigned int __right = __init_winner(2 * __root + 1); local 999 unsigned int __right = __init_winner(2 * __root + 1); local [all...] |
| partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| losertree.h | 191 unsigned int __right = __init_winner(2 * __root + 1); local 192 if (_M_losers[__right]._M_sup 194 && !_M_comp(_M_losers[__right]._M_key, 198 _M_losers[__root] = _M_losers[__right]; 205 return __right; 291 unsigned int __right = __init_winner(2 * __root + 1); local 292 if (_M_losers[__right]._M_sup 294 && !_M_comp(_M_losers[__right]._M_key, 298 _M_losers[__root] = _M_losers[__right]; 305 return __right; 430 unsigned int __right = __init_winner(2 * __root + 1); local 512 unsigned int __right = __init_winner(2 * __root + 1); local 668 unsigned int __right = __init_winner(2 * __root + 1); local 756 unsigned int __right = __init_winner(2 * __root + 1); local 913 unsigned int __right = __init_winner(2 * __root + 1); local 999 unsigned int __right = __init_winner(2 * __root + 1); local [all...] |
| partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| ropeimpl.h | 490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) 493 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right, 548 _RopeLeaf* __right = local 550 if (__right->_M_size + __slen <= size_t(_S_copy_max)) 554 _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen); 611 _RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*) local 613 if (__detail::_S_leaf == __right->_M_tag 614 && __right->_M_size + __slen <= size_t(_S_copy_max)) 617 _S_destr_leaf_concat_char_iter(__right, __s, __slen); 618 if (__right == __new_right 633 _RopeRep* __right = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __a); local 743 _RopeRep* __right = __c->_M_right; local 943 _RopeRep* __right = __conc->_M_right; local 1086 _RopeRep* __right = __c->_M_right; local 1127 _RopeRep* __right = __c->_M_right; local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| ropeimpl.h | 490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) 493 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right, 548 _RopeLeaf* __right = local 550 if (__right->_M_size + __slen <= size_t(_S_copy_max)) 554 _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen); 611 _RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*) local 613 if (__detail::_S_leaf == __right->_M_tag 614 && __right->_M_size + __slen <= size_t(_S_copy_max)) 617 _S_destr_leaf_concat_char_iter(__right, __s, __slen); 618 if (__right == __new_right 633 _RopeRep* __right = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __a); local 743 _RopeRep* __right = __c->_M_right; local 943 _RopeRep* __right = __conc->_M_right; local 1086 _RopeRep* __right = __c->_M_right; local 1127 _RopeRep* __right = __c->_M_right; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| debug.h | 103 const TYPE __right = (TYPE)(RIGHT); \ 104 if (!(__left OP __right)) \ 106 (uintmax_t)__left, #OP, (uintmax_t)__right, \
|
| /src/sys/sys/ |
| tree.h | 206 struct type __node, *__left, *__right, *__tmp; \ 210 __left = __right = &__node; \ 222 SPLAY_LINKLEFT(head, __right, field); \ 235 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 243 struct type __node, *__left, *__right, *__tmp; \ 246 __left = __right = &__node; \ 258 SPLAY_LINKLEFT(head, __right, field); \ 271 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
| /src/external/bsd/ipf/dist/sys/ |
| tree.h | 208 struct type __node, *__left, *__right, *__tmp; \ 212 __left = __right = &__node; \ 224 SPLAY_LINKLEFT(head, __right, field); \ 237 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 245 struct type __node, *__left, *__right, *__tmp; \ 248 __left = __right = &__node; \ 260 SPLAY_LINKLEFT(head, __right, field); \ 273 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
| /src/external/bsd/libevent/dist/WIN32-Code/ |
| tree.h | 206 struct type __node, *__left, *__right, *__tmp; \ 210 __left = __right = &__node; \ 222 SPLAY_LINKLEFT(head, __right, field); \ 235 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 243 struct type __node, *__left, *__right, *__tmp; \ 246 __left = __right = &__node; \ 258 SPLAY_LINKLEFT(head, __right, field); \ 271 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
| /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/ |
| tree.h | 207 struct type __node, *__left, *__right, *__tmp; \ 211 __left = __right = &__node; \ 223 SPLAY_LINKLEFT(head, __right, field); \ 236 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 244 struct type __node, *__left, *__right, *__tmp; \ 247 __left = __right = &__node; \ 259 SPLAY_LINKLEFT(head, __right, field); \ 272 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
| /src/external/cddl/osnet/dist/lib/libuutil/common/ |
| libuutil.h | 166 typedef int uu_compare_fn_t(const void *__left, const void *__right,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_fixed_size.h | 69 const _SimdTuple<_Tp, _A1s...>& __right) 72 return __right; 76 return {__left.first, __simd_tuple_concat(__left.second, __right)}; 81 __simd_tuple_concat(const _Tp& __left, const _SimdTuple<_Tp, _A10, _A1s...>& __right) 82 { return {__left, __right}; } 1408 auto __right = __tup.template _M_simd_at<2 * __i + 1>(); 1410 using _RT = decltype(__right); 1412 return __binary_op(__left, __right); 1423 = __proposed::resizing_simd_cast<_LT>(__right);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_fixed_size.h | 69 const _SimdTuple<_Tp, _A1s...>& __right) 72 return __right; 76 return {__left.first, __simd_tuple_concat(__left.second, __right)}; 81 __simd_tuple_concat(const _Tp& __left, const _SimdTuple<_Tp, _A10, _A1s...>& __right) 82 { return {__left, __right}; } 1408 auto __right = __tup.template _M_simd_at<2 * __i + 1>(); 1410 using _RT = decltype(__right); 1412 return __binary_op(__left, __right); 1423 = __proposed::resizing_simd_cast<_LT>(__right);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| parallel_backend_tbb.h | 1155 auto __right = __self->make_child_of( local 1157 __self->spawn(__right); 1248 auto __right = __self->make_additional_child_of( local 1250 __self->spawn(__right);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| parallel_backend_tbb.h | 1145 auto __right = __self->make_child_of( local 1147 __self->spawn(__right); 1238 auto __right = __self->make_additional_child_of( local 1240 __self->spawn(__right);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 2095 _ForwardIterator __right local 2097 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
|
| ranges_algo.h | 2180 auto __right local 2183 return {__left, __right};
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ranges_algo.h | 2205 auto __right local 2208 return {__left, __right};
|
| stl_algo.h | 2132 _ForwardIterator __right local 2134 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
|