| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | losertree.h | 191 unsigned int __right = __init_winner(2 * __root + 1); in __init_winner() local 192 if (_M_losers[__right]._M_sup in __init_winner() 194 && !_M_comp(_M_losers[__right]._M_key, in __init_winner() 198 _M_losers[__root] = _M_losers[__right]; in __init_winner() 205 return __right; in __init_winner() 291 unsigned int __right = __init_winner(2 * __root + 1); in __init_winner() local 292 if (_M_losers[__right]._M_sup in __init_winner() 294 && !_M_comp(_M_losers[__right]._M_key, in __init_winner() 298 _M_losers[__root] = _M_losers[__right]; in __init_winner() 305 return __right; in __init_winner() [all …]
|
| D | partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, in __parallel_partition() local 160 __fetch_and_add(&__right, -__chunk_size); in __parallel_partition() 201 __rightold = __right, in __parallel_partition() 202 __rightnew = __right + __leftover_right * __chunk_size; in __parallel_partition() 218 __reserved_right[((__thread_right_border - 1) - __right) in __parallel_partition() 281 __right = __rightnew; in __parallel_partition() 282 __dist = __right - __left + 1; in __parallel_partition() 285 # pragma omp flush(__left, __right) in __parallel_partition() 288 _DifferenceType __final_left = __left, __final_right = __right; in __parallel_partition()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | ropeimpl.h | 490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) in _GLIBCXX_VISIBILITY() 493 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right, in _GLIBCXX_VISIBILITY() 548 _RopeLeaf* __right = in _GLIBCXX_VISIBILITY() local 550 if (__right->_M_size + __slen <= size_t(_S_copy_max)) in _GLIBCXX_VISIBILITY() 554 _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen); in _GLIBCXX_VISIBILITY() 611 _RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*) in _GLIBCXX_VISIBILITY() local 613 if (__detail::_S_leaf == __right->_M_tag in _GLIBCXX_VISIBILITY() 614 && __right->_M_size + __slen <= size_t(_S_copy_max)) in _GLIBCXX_VISIBILITY() 617 _S_destr_leaf_concat_char_iter(__right, __s, __slen); in _GLIBCXX_VISIBILITY() 618 if (__right == __new_right) in _GLIBCXX_VISIBILITY() [all …]
|
| D | rope | 426 const rope<_CharT, _Alloc>& __right); 430 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 434 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); 1109 // __right. Assumes path_cache_len <= 9. 1654 static _RopeRep* _S_concat(_RopeRep* __left, _RopeRep* __right); 1691 _S_new_RopeConcatenation(_RopeRep* __left, _RopeRep* __right, 1695 return new(__space) _RopeConcatenation(__left, __right, __a); 1742 _S_tree_concat(_RopeRep* __left, _RopeRep* __right); 1797 _S_concat_and_set_balanced(_RopeRep* __left, _RopeRep* __right) 1799 _RopeRep* __result = _S_concat(__left, __right); [all …]
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | debug.h | 103 const TYPE __right = (TYPE)(RIGHT); \ 104 if (!(__left OP __right)) \ 106 (uintmax_t)__left, #OP, (uintmax_t)__right, \
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/ |
| D | 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); \
|
| /netbsd/src/external/bsd/libevent/dist/WIN32-Code/ |
| D | 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); \
|
| /netbsd/src/external/bsd/ipf/dist/sys/ |
| D | 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); \
|
| /netbsd/src/sys/sys/ |
| D | 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); \
|
| /netbsd/src/external/cddl/osnet/dist/lib/libuutil/common/ |
| D | libuutil.h | 166 typedef int uu_compare_fn_t(const void *__left, const void *__right,
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | stl_algo.h | 2132 _ForwardIterator __right in _GLIBCXX_VISIBILITY() local 2134 return pair<_ForwardIterator, _ForwardIterator>(__left, __right); in _GLIBCXX_VISIBILITY()
|
| D | ranges_algo.h | 2205 auto __right in _GLIBCXX_VISIBILITY() local 2208 return {__left, __right}; in _GLIBCXX_VISIBILITY()
|