Searched refs:__left (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 118 _RopeRep* __left = __c->_M_left; in _S_setcache() local 119 size_t __left_len = __left->_M_size; in _S_setcache() 127 __curr_rope = __left; in _S_setcache() 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() 503 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; in _S_concat_char_iter() local 506 __left->_M_ref_nonnil(); in _S_concat_char_iter() 508 __result = _S_tree_concat(__left, __nright); in _S_concat_char_iter() 510 __STL_UNWIND(_S_unref(__left); _S_unref(__nright)); in _S_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); 1576 static _RopeRep* _S_concat_and_set_balanced(_RopeRep* __left, 1579 _RopeRep* __result = _S_concat(__left, __right); 1717 _RopeRep* __left = 1720 _M_tree_ptr = _S_concat(__left, _M_tree_ptr); 1722 _S_unref(__left); 1724 __STL_UNWIND(_S_unref(__left)) [all …]
|
H A D | stl_algo.h | 1854 _ForwardIter __middle, __left, __right; in __equal_range() local 1868 __left = lower_bound(__first, __middle, __val); in __equal_range() 1871 return pair<_ForwardIter, _ForwardIter>(__left, __right); in __equal_range() 1892 _ForwardIter __middle, __left, __right; in __equal_range() local 1906 __left = lower_bound(__first, __middle, __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; \ 233 SPLAY_LINKRIGHT(head, __left, field); \ 236 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 244 struct type __node, *__left, *__right, *__tmp; \ 247 __left = __right = &__node; \ 269 SPLAY_LINKRIGHT(head, __left, field); \ 272 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|