Searched refs:__left (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h159 _RopeRep* __left = __c->_M_left; local
160 size_t __left_len = __left->_M_size;
170 __curr_rope = __left;
497 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) argument
499 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right,
500 __left->
557 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local
560 __left->_M_ref_nonnil();
562 { __result = _S_tree_concat(__left, __nright); }
565 _S_unref(__left);
656 _S_concat(_RopeRep* __left, _RopeRep* __right) argument
746 _RopeRep* __left = __c->_M_left; local
936 _RopeRep* __left = __conc->_M_left; local
1017 bool __left = bool(__o.flags() & std::ios::left); local
1087 _RopeRep* __left = __c->_M_left; local
1127 _RopeRep* __left = __c->_M_left; local
1336 _RopeRep* __left = __c->_M_left; local
1386 _RopeRep* __left = __c->_M_left; local
1429 _S_compare(const _RopeRep* __left, const _RopeRep* __right) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h92 const bool __left = ((__out.flags() local
95 if (!__left)
99 if (__left && __out.good())
H A Dstl_algo.h4125 _ForwardIterator __middle, __left, __right; local
4142 __left = std::lower_bound(__first, __middle, __val);
4145 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
4189 _ForwardIterator __middle, __left, __right; local
4206 __left = std::lower_bound(__first, __middle, __val, __comp);
4209 return pair<_ForwardIterator, _ForwardIterator>(__left, __right);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h102 const TYPE __left = (TYPE)(LEFT); \
104 if (!(__left OP __right)) \
106 (uintmax_t)__left, #OP, (uintmax_t)__right, \
/freebsd-10-stable/contrib/ipfilter/sys/
H A Dtree.h208 struct type __node, *__left, *__right, *__tmp; \
212 __left = __right = &__node; \
234 SPLAY_LINKRIGHT(head, __left, field); \
237 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
245 struct type __node, *__left, *__right, *__tmp; \
248 __left = __right = &__node; \
270 SPLAY_LINKRIGHT(head, __left, field); \
273 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h212 struct type __node, *__left, *__right, *__tmp; \
216 __left = __right = &__node; \
238 SPLAY_LINKRIGHT(head, __left, field); \
241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
249 struct type __node, *__left, *__right, *__tmp; \
252 __left = __right = &__node; \
274 SPLAY_LINKRIGHT(head, __left, field); \
277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/freebsd-10-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h205 struct type __node, *__left, *__right, *__tmp; \
209 __left = __right = &__node; \
231 SPLAY_LINKRIGHT(head, __left, field); \
234 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
242 struct type __node, *__left, *__right, *__tmp; \
245 __left = __right = &__node; \
267 SPLAY_LINKRIGHT(head, __left, field); \
270 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil.h166 typedef int uu_compare_fn_t(const void *__left, const void *__right,
/freebsd-10-stable/sys/sys/
H A Dtree.h210 struct type __node, *__left, *__right, *__tmp; \
214 __left = __right = &__node; \
236 SPLAY_LINKRIGHT(head, __left, field); \
239 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
247 struct type __node, *__left, *__right, *__tmp; \
250 __left = __right = &__node; \
272 SPLAY_LINKRIGHT(head, __left, field); \
275 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \

Completed in 96 milliseconds