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

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/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...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10/OpenSSH-189/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); \
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dtree.h234 struct type __node, *__left, *__right, *__tmp; \
238 __left = __right = &__node; \
260 SPLAY_LINKRIGHT(head, __left, field); \
263 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
271 struct type __node, *__left, *__right, *__tmp; \
274 __left = __right = &__node; \
296 SPLAY_LINKRIGHT(head, __left, field); \
299 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Dcdtlib.h144 #define _left lh.__left
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dtsearch.c197 #define lchild link.lh.__left
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dcdt.h96 { Dtlink_t* __left; /* left child or prev */

Completed in 254 milliseconds