Searched refs:__right (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h497 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) argument
499 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right,
553 _RopeLeaf* __right = local
555 if (__right->_M_size + __slen <= size_t(_S_copy_max))
559 _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
616 _RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*) local
618 if (__detail::_S_leaf == __right->_M_tag
619 && __right->_M_size + __slen <= size_t(_S_copy_max))
622 _S_destr_leaf_concat_char_iter(__right, __s, __slen);
623 if (__right
638 _RopeRep* __right = local
656 _S_concat(_RopeRep* __left, _RopeRep* __right) argument
747 _RopeRep* __right = __c->_M_right; local
946 _RopeRep* __right = __conc->_M_right; local
1088 _RopeRep* __right = __c->_M_right; local
1128 _RopeRep* __right = __c->_M_right; local
1429 _S_compare(const _RopeRep* __left, const _RopeRep* __right) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h110 const TYPE __right = (TYPE)(RIGHT); \
111 if (!(__left OP __right)) \
113 (uintmax_t)__left, #OP, (uintmax_t)__right, \
/freebsd-10.0-release/contrib/ipfilter/sys/
H A Dtree.h208 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); \
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsys-tree.h212 struct type __node, *__left, *__right, *__tmp; \
216 __left = __right = &__node; \
228 SPLAY_LINKLEFT(head, __right, field); \
241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
249 struct type __node, *__left, *__right, *__tmp; \
252 __left = __right = &__node; \
264 SPLAY_LINKLEFT(head, __right, field); \
277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/freebsd-10.0-release/sys/sys/
H A Dtree.h210 struct type __node, *__left, *__right, *__tmp; \
214 __left = __right = &__node; \
226 SPLAY_LINKLEFT(head, __right, field); \
239 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
247 struct type __node, *__left, *__right, *__tmp; \
250 __left = __right = &__node; \
262 SPLAY_LINKLEFT(head, __right, field); \
275 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil.h166 typedef int uu_compare_fn_t(const void *__left, const void *__right,
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_algo.h4125 _ForwardIterator __middle, __left, __right; local
4144 __right = std::upper_bound(++__middle, __first, __val);
4145 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
4189 _ForwardIterator __middle, __left, __right; local
4208 __right = std::upper_bound(++__middle, __first, __val, __comp);
4209 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);

Completed in 87 milliseconds