/external/stlport/stlport/stl/ |
_rope.c | 174 _RopeRep* __left = __c->_M_left; local 175 size_t __left_len = __left->_M_size._M_data; 183 __curr_rope = __left; 443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) { 445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator()); 448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator()) 460 _STLP_UNWIND((_STLP_CREATE_ALLOCATOR(allocator_type,(allocator_type&)__left->_M_size, 493 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local 495 __left->_M_ref_nonnil() 642 _RopeRep* __left = __c->_M_left; local 798 _RopeRep* __left = __conc->_M_left; local 854 const bool __left = (__o.flags() & ios::left) != 0; local 924 _RopeRep* __left = __c->_M_left; local 960 _RopeRep* __left = __c->_M_left; local 1134 _RopeRep* __left = __c->_M_left; local 1185 _RopeRep* __left = __c->_M_left; local [all...] |
_rope.h | 1519 _RopeRep* __left = local [all...] |
_string_io.c | 44 const bool __left = (__os.flags() & __ostream::left) != 0; local 52 if (!__left) 57 if (__left)
|
_algo.c | 1401 _ForwardIter __left = _STLP_PRIV __lower_bound(__first, __middle, __val, __comp1, __comp2, __dist); local [all...] |
/external/qemu/ |
sys-tree.h | 216 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \ 220 __left = __right = &__node; \ 242 SPLAY_LINKRIGHT(head, __left, field); \ 245 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 253 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \ 256 __left = __right = &__node; \ 278 SPLAY_LINKRIGHT(head, __left, field); \ 281 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ [all...] |