Home
last modified time | relevance | path

Searched refs:__right (Results 1 – 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
D_rope.c443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) { in _S_tree_concat() argument
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator()); in _S_tree_concat()
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator()) in _S_tree_concat()
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); in _S_concat_char_iter() local
492 if (__right->_M_size._M_data + __slen <= _S_copy_max) { in _S_concat_char_iter()
494 _RopeRep* __nright = _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen); in _S_concat_char_iter()
538 … _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); in _S_destr_concat_char_iter() local
539 if (_RopeRep::_S_leaf == __right->_M_tag && in _S_destr_concat_char_iter()
540 __right->_M_size._M_data + __slen <= _S_copy_max) { in _S_destr_concat_char_iter()
541 _RopeRep* __new_right = _S_destr_leaf_concat_char_iter(__right, __s, __slen); in _S_destr_concat_char_iter()
[all …]
D_rope.h1176 static _RopeRep* _S_concat_rep(_RopeRep* __left, _RopeRep* __right);
1207 static _RopeConcatenation* _S_new_RopeConcatenation(_RopeRep* __left, _RopeRep* __right,
1211 return new(__space) _RopeConcatenation(__left, __right, __a);
1253 _S_tree_concat(_RopeRep* __left, _RopeRep* __right);
1316 _RopeRep* __right) {
1317 _RopeRep* __result = _S_concat_rep(__left, __right);
1714 _Self_destruct_ptr __right(_S_substring(__old, __pos2, __old->_M_size._M_data));
1719 __result = _S_concat_rep(__left, __right);
1723 __result = _S_concat_rep(__left_result, __right);
1744 _Self_destruct_ptr __right(_S_substring(_M_tree_ptr._M_data, __p, size()));
[all …]
D_algo.c1409 …_ForwardIter __right = _STLP_PRIV __upper_bound(++__middle, __first, __val, __comp1, __comp2, __di… in __equal_range() local
1410 return pair<_ForwardIter, _ForwardIter>(__left, __right); in __equal_range()
/external/qemu/
Dsys-tree.h216 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \
220 __left = __right = &__node; \
232 SPLAY_LINKLEFT(head, __right, field); \
245 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
253 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \
256 __left = __right = &__node; \
268 SPLAY_LINKLEFT(head, __right, field); \
281 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \