Home
last modified time | relevance | path

Searched defs:__y (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_tree.c62 _Rb_tree_node_base* __y = __x->_M_right; in _Rotate_left() local
81 _Rb_tree_node_base* __y = __x->_M_left; in _Rotate_right() local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; in _Rebalance() local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; in _Rebalance() local
147 _Rb_tree_node_base* __y = __z; in _Rebalance_for_erase() local
285 _Base_ptr __y = _M_node->_M_parent; in _M_decrement() local
301 _Base_ptr __y = _M_node->_M_parent; in _M_increment() local
388 _Base_ptr __y = &this->_M_header._M_data; in insert_equal() local
406 _Base_ptr __y = &this->_M_header._M_data; in insert_unique() local
637 _Base_ptr __y = _M_clone_node(__x); in _M_copy() local
[all …]
D_cstdlib.h114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } in div()
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y)… in div()
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x,… in div()
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } in div()
D_pair.h116 _T2 const& __y) in make_pair()
128 inline pair<_T1, _T2> _STLP_CALL make_pair(_T1 __x, _T2 __y) in make_pair()
D_bvector.h85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { in swap()
D_sparc_atomic.h59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__st… argument
D_cmath.h411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } in __stlp_ldexp()
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } in ldexp()
465 inline double pow(double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(… in pow()
469 inline long double pow(long double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powl(__x, __S… in pow()
472 inline long double pow(long double __x, int __y) { return ::__powl(__x, __STATIC_CAST(long double,_… in pow()
474 inline long double pow(long double __x, int __y) { return _STLP_VENDOR_CSTD::__powl(__x, __STATIC_C… in pow()
478 inline long double pow(long double __x, int __y) { return __STATIC_CAST(long double, _STLP_CMATH_FU… in pow()
D_function.h205 binder1st(const _Operation& __x, _ValueParamType __y) in binder1st()
240 binder2nd(const _Operation& __x, _ValueParamType __y) in binder2nd()
275 unary_compose(const _Operation1& __x, const _Operation2& __y) in unary_compose()
305 binary_compose(const _Operation1& __x, const _Operation2& __y, in binary_compose()
D_collate.h164 const basic_string<_CharT, _Traits, _Alloc>& __y) { in __locale_do_operator_call()
D_threads.h136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x),… argument
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y) argument
142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y) argument
D_valarray.h929 const valarray<_Tp>& __y) { in atan2()
1002 const valarray<_Tp>& __y) { in pow()
D_string.h1123 basic_string<_CharT,_Traits,_Alloc>& __y) in swap()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_watcom.h148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) argument
149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) argument
Dfeatures.h580 #define __C_CAST(__x, __y) ((__x)(__y)) argument
582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) argument
583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) argument
584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) argument
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) argument
587 # define __CONST_CAST(__x,__y) __C_CAST(__x, __y) argument
588 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y) argument
/ndk/sources/cxx-stl/gabi++/include/
Dstl_pair.h119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) in make_pair()
/ndk/sources/cxx-stl/system/include/
Dstl_pair.h119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) in make_pair()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.h364 void _Swap_owners(__owned_list& __y) { __stl_debugger::_Swap_owners(*this, __y); } in _Swap_owners()
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); } in _Set_owner()
D_iterator.h61 ptrdiff_t _DBG_distance(const _Iterator& __x, const _Iterator& __y, const random_access_iterator_ta… in _DBG_distance()
89 bool _CompareIt(const _Iterator& __x, const _Iterator& __y, const random_access_iterator_tag &) in _CompareIt()
D_debug.c488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { in _Swap_owners()