Searched refs:__right (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 444 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) in _S_tree_concat() argument 447 _S_new_RopeConcatenation(__left, __right, __left->get_allocator()); in _S_tree_concat() 451 __stl_assert(__left->get_allocator() == __right->get_allocator()); in _S_tree_concat() 500 _RopeLeaf* __right = in _S_concat_char_iter() local 502 if (__right->_M_size + __slen <= _S_copy_max) { in _S_concat_char_iter() 505 _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen); in _S_concat_char_iter() 554 _RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*)__r)->_M_right); in _S_destr_concat_char_iter() local 555 if (_RopeRep::_S_leaf == __right->_M_tag in _S_destr_concat_char_iter() 556 && __right->_M_size + __slen <= _S_copy_max) { in _S_destr_concat_char_iter() 558 _S_destr_leaf_concat_char_iter(__right, __s, __slen); in _S_destr_concat_char_iter() [all …]
|
H A D | stl_rope.h | 1400 static _RopeRep* _S_concat(_RopeRep* __left, _RopeRep* __right); 1439 _RopeRep* __left, _RopeRep* __right, 1447 return new(__space) _RopeConcatenation(__left, __right, __a); 1511 _S_tree_concat(_RopeRep* __left, _RopeRep* __right); 1577 _RopeRep* __right) 1579 _RopeRep* __result = _S_concat(__left, __right); 1863 const rope<_CharT,_Alloc>& __right); 1867 const _CharT* __right); 1871 _CharT __right); 1957 _Self_destruct_ptr __right( [all …]
|
H A D | stl_algo.h | 1854 _ForwardIter __middle, __left, __right; in __equal_range() local 1870 __right = upper_bound(++__middle, __first, __val); in __equal_range() 1871 return pair<_ForwardIter, _ForwardIter>(__left, __right); in __equal_range() 1892 _ForwardIter __middle, __left, __right; in __equal_range() local 1908 __right = upper_bound(++__middle, __first, __val, __comp); in __equal_range() 1909 return pair<_ForwardIter, _ForwardIter>(__left, __right); in __equal_range()
|
/haiku/src/libs/compat/openbsd_wlan/sys/ |
H A D | 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); \
|