HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 326 - 350 of 1686) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 82 explicit reverse_bidirectional_iterator(_BidirectionalIterator __x)
83 : current(__x) {}
134 Reference__, _Distance>& __x,
137 { return __x.base() == __y.base(); }
143 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x,
145 { return !(__x == __y); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
    [all...]
_sparc_atomic.h 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x)
58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x)
59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 82 explicit reverse_bidirectional_iterator(_BidirectionalIterator __x)
83 : current(__x) {}
134 Reference__, _Distance>& __x,
137 { return __x.base() == __y.base(); }
143 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x,
145 { return !(__x == __y); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
    [all...]
_sparc_atomic.h 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x)
58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x)
59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 82 explicit reverse_bidirectional_iterator(_BidirectionalIterator __x)
83 : current(__x) {}
134 Reference__, _Distance>& __x,
137 { return __x.base() == __y.base(); }
143 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x,
145 { return !(__x == __y); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
    [all...]
_sparc_atomic.h 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x)
58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x)
59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 125 constexpr pair(_U1&& __x, const _T2& __y)
126 : first(std::forward<_U1>(__x)), second(__y) { }
130 constexpr pair(const _T1& __x, _U2&& __y)
131 : first(__x), second(std::forward<_U2>(__y)) { }
136 constexpr pair(_U1&& __x, _U2&& __y)
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
206 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
207 { return __x.first == __y.first && __x.second == __y.second; }
212 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 82 explicit reverse_bidirectional_iterator(_BidirectionalIterator __x)
83 : current(__x) {}
134 Reference__, _Distance>& __x,
137 { return __x.base() == __y.base(); }
143 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x,
145 { return !(__x == __y); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
    [all...]
_sparc_atomic.h 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x)
58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x)
59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_old.h 82 explicit reverse_bidirectional_iterator(_BidirectionalIterator __x)
83 : current(__x) {}
134 Reference__, _Distance>& __x,
137 { return __x.base() == __y.base(); }
143 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x,
145 { return !(__x == __y); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
    [all...]
_sparc_atomic.h 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x)
58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x)
59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 125 constexpr pair(_U1&& __x, const _T2& __y)
126 : first(std::forward<_U1>(__x)), second(__y) { }
130 constexpr pair(const _T1& __x, _U2&& __y)
131 : first(__x), second(std::forward<_U2>(__y)) { }
136 constexpr pair(_U1&& __x, _U2&& __y)
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
206 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
207 { return __x.first == __y.first && __x.second == __y.second; }
212 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 133 constexpr pair(_U1&& __x, const _T2& __y)
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y)
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y)
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_pair.h 133 constexpr pair(_U1&& __x, const _T2& __y)
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y)
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y)
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
stl_tree.h 103 _S_minimum(_Base_ptr __x) _GLIBCXX_NOEXCEPT
105 while (__x->_M_left != 0) __x = __x->_M_left;
106 return __x;
110 _S_minimum(_Const_Base_ptr __x) _GLIBCXX_NOEXCEPT
112 while (__x->_M_left != 0) __x = __x->_M_left;
113 return __x;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_queue.h 211 push(const value_type& __x)
212 { c.push_back(__x); }
216 push(value_type&& __x)
217 { c.push_back(std::move(__x)); }
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
267 { return __x.c == __y.c; }
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
285 { return __x.c < __y.c; }
290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
291 { return !(__x == __y);
    [all...]
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 211 push(const value_type& __x)
212 { c.push_back(__x); }
216 push(value_type&& __x)
217 { c.push_back(std::move(__x)); }
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
267 { return __x.c == __y.c; }
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
285 { return __x.c < __y.c; }
290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
291 { return !(__x == __y);
    [all...]
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 211 push(const value_type& __x)
212 { c.push_back(__x); }
216 push(value_type&& __x)
217 { c.push_back(std::move(__x)); }
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
267 { return __x.c == __y.c; }
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
285 { return __x.c < __y.c; }
290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
291 { return !(__x == __y);
    [all...]
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); })
19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); })
21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) (…)
    [all...]
  /external/stlport/stlport/stl/
_map.h 68 bool operator()(const value_type& __x, const value_type& __y) const
69 { return comp(__x.first, __y.first); }
146 map(const _Self& __x) : _M_t(__x._M_t) {}
153 _Self& operator=(const _Self& __x) {
154 _M_t = __x._M_t;
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 68 bool operator()(const value_type& __x, const value_type& __y) const
69 { return comp(__x.first, __y.first); }
146 map(const _Self& __x) : _M_t(__x._M_t) {}
153 _Self& operator=(const _Self& __x) {
154 _M_t = __x._M_t;
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); })
19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); })
21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) (…)
    [all...]

Completed in 877 milliseconds

<<11121314151617181920>>