HomeSort by relevance Sort by last modified time
    Searched defs:__y (Results 1 - 15 of 15) sorted by null

  /external/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]

Completed in 196 milliseconds