Searched refs:__right (Results 1 – 5 of 5) sorted by relevance
/external/stlport/stlport/stl/ |
D | _rope.c | 443 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.h | 1178 static _RopeRep* _S_concat_rep(_RopeRep* __left, _RopeRep* __right); 1209 static _RopeConcatenation* _S_new_RopeConcatenation(_RopeRep* __left, _RopeRep* __right, 1213 return new(__space) _RopeConcatenation(__left, __right, __a); 1255 _S_tree_concat(_RopeRep* __left, _RopeRep* __right); 1318 _RopeRep* __right) { 1319 _RopeRep* __result = _S_concat_rep(__left, __right); 1716 _Self_destruct_ptr __right(_S_substring(__old, __pos2, __old->_M_size._M_data)); 1721 __result = _S_concat_rep(__left, __right); 1725 __result = _S_concat_rep(__left_result, __right); 1746 _Self_destruct_ptr __right(_S_substring(_M_tree_ptr._M_data, __p, size())); [all …]
|
D | _algo.c | 1409 …_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/openssh/openbsd-compat/ |
D | sys-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); \
|
/external/qemu/ |
D | sys-tree.h | 216 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); \
|