/prebuilts/ndk/9/platforms/android-18/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...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/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...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/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...] |
/prebuilts/ndk/9/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...] |
/prebuilts/ndk/9/platforms/android-4/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...] |
/prebuilts/ndk/9/platforms/android-5/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...] |
/prebuilts/ndk/9/platforms/android-8/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...] |
/prebuilts/ndk/9/platforms/android-9/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...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/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...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/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...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/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...] |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_iterator.h | 120 reverse_iterator(iterator_type __x) : current(__x) { } 125 reverse_iterator(const reverse_iterator& __x) 126 : current(__x.current) { } 133 reverse_iterator(const reverse_iterator<_Iter>& __x) 134 : current(__x.base()) { } 278 operator==(const reverse_iterator<_Iterator>& __x, 280 { return __x.base() == __y.base(); } 284 operator<(const reverse_iterator<_Iterator>& __x, 286 { return __y.base() < __x.base(); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator.h | 120 reverse_iterator(iterator_type __x) : current(__x) { } 125 reverse_iterator(const reverse_iterator& __x) 126 : current(__x.current) { } 133 reverse_iterator(const reverse_iterator<_Iter>& __x) 134 : current(__x.base()) { } 278 operator==(const reverse_iterator<_Iterator>& __x, 280 { return __x.base() == __y.base(); } 284 operator<(const reverse_iterator<_Iterator>& __x, 286 { return __y.base() < __x.base(); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator.h | 120 reverse_iterator(iterator_type __x) : current(__x) { } 125 reverse_iterator(const reverse_iterator& __x) 126 : current(__x.current) { } 133 reverse_iterator(const reverse_iterator<_Iter>& __x) 134 : current(__x.base()) { } 278 operator==(const reverse_iterator<_Iterator>& __x, 280 { return __x.base() == __y.base(); } 284 operator<(const reverse_iterator<_Iterator>& __x, 286 { return __y.base() < __x.base(); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator.h | 120 reverse_iterator(iterator_type __x) : current(__x) { } 125 reverse_iterator(const reverse_iterator& __x) 126 : current(__x.current) { } 133 reverse_iterator(const reverse_iterator<_Iter>& __x) 134 : current(__x.base()) { } 278 operator==(const reverse_iterator<_Iterator>& __x, 280 { return __x.base() == __y.base(); } 284 operator<(const reverse_iterator<_Iterator>& __x, 286 { return __y.base() < __x.base(); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_iterator.h | 120 reverse_iterator(iterator_type __x) : current(__x) { } 125 reverse_iterator(const reverse_iterator& __x) 126 : current(__x.current) { } 133 reverse_iterator(const reverse_iterator<_Iter>& __x) 134 : current(__x.base()) { } 278 operator==(const reverse_iterator<_Iterator>& __x, 280 { return __x.base() == __y.base(); } 284 operator<(const reverse_iterator<_Iterator>& __x, 286 { return __y.base() < __x.base(); [all...] |
/external/stlport/stlport/stl/ |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 185 unary_negate(const _Predicate& __x) : _M_pred(__x) { } 188 operator()(const argument_type& __x) 189 { return !_M_pred(__x); } 204 binder1st(const _Operation& __x, 206 : op(__x), value(__y) { } 209 operator()(const second_argument_type& __x) 210 { return op(value, __x); } 215 operator()(second_argument_type& __x) const 216 { return op(value, __x); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } 105 void _M_swap_workaround(_Self& __x) { 107 c = __x.c; 108 __x.c = __tmp; 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { 129 return __x._Get_s() < __y._Get_s(); 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_list.h | 84 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT; 141 _List_iterator(__detail::_List_node_base* __x) 142 : _M_node(__x) { } 184 operator==(const _Self& __x) const 185 { return _M_node == __x._M_node; } 188 operator!=(const _Self& __x) const 189 { return _M_node != __x._M_node; } 217 _List_const_iterator(const __detail::_List_node_base* __x) 218 : _M_node(__x) { } 220 _List_const_iterator(const iterator& __x) 956 { this->_M_insert(begin(), __x); } local 997 { this->_M_insert(end(), __x); } local 1457 { _M_fill_initialize(static_cast<size_type>(__n), __x); } local [all...] |