/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 98 _S_minimum(_Base_ptr __x) 100 while (__x->_M_left != 0) __x = __x->_M_left; 101 return __x; 105 _S_minimum(_Const_Base_ptr __x) 107 while (__x->_M_left != 0) __x = __x->_M_left; 108 return __x; 954 _Link_type __x = _M_begin(); local 1090 _Link_type __x = _M_begin(); local 1121 _Const_Link_type __x = _M_begin(); local 1204 _Link_type __x = _M_begin(); local 1232 _Link_type __x = _M_begin(); local 1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 98 _S_minimum(_Base_ptr __x) 100 while (__x->_M_left != 0) __x = __x->_M_left; 101 return __x; 105 _S_minimum(_Const_Base_ptr __x) 107 while (__x->_M_left != 0) __x = __x->_M_left; 108 return __x; 954 _Link_type __x = _M_begin(); local 1090 _Link_type __x = _M_begin(); local 1121 _Const_Link_type __x = _M_begin(); local 1204 _Link_type __x = _M_begin(); local 1232 _Link_type __x = _M_begin(); local 1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 98 _S_minimum(_Base_ptr __x) 100 while (__x->_M_left != 0) __x = __x->_M_left; 101 return __x; 105 _S_minimum(_Const_Base_ptr __x) 107 while (__x->_M_left != 0) __x = __x->_M_left; 108 return __x; 954 _Link_type __x = _M_begin(); local 1090 _Link_type __x = _M_begin(); local 1121 _Const_Link_type __x = _M_begin(); local 1204 _Link_type __x = _M_begin(); local 1232 _Link_type __x = _M_begin(); local 1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_tree.h | 98 _S_minimum(_Base_ptr __x) 100 while (__x->_M_left != 0) __x = __x->_M_left; 101 return __x; 105 _S_minimum(_Const_Base_ptr __x) 107 while (__x->_M_left != 0) __x = __x->_M_left; 108 return __x; 950 _Link_type __x = _M_begin(); local 1086 _Link_type __x = _M_begin(); local 1117 _Const_Link_type __x = _M_begin(); local 1196 _Link_type __x = _M_begin(); local 1224 _Link_type __x = _M_begin(); local 1500 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/external/clang/test/CodeGen/ |
popcnt-builtins.c | 8 unsigned int test_mm_popcnt_u32(unsigned int __X) { 10 return _mm_popcnt_u32(__X); 13 unsigned long long test_mm_popcnt_u64(unsigned long long __X) { 15 return _mm_popcnt_u64(__X);
|
/external/stlport/stlport/stl/ |
_set.h | 134 set(const _Self& __x) : _M_t(__x._M_t) {} 141 _Self& operator=(const _Self& __x) { 142 _M_t = __x._M_t; 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } 164 void _M_swap_workaround(_Self& __x) { swap(__x); } 168 pair<iterator,bool> insert(const value_type& __x) 169 { return _M_t.insert_unique(__x); } [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 134 set(const _Self& __x) : _M_t(__x._M_t) {} 141 _Self& operator=(const _Self& __x) { 142 _M_t = __x._M_t; 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } 164 void _M_swap_workaround(_Self& __x) { swap(__x); } 168 pair<iterator,bool> insert(const value_type& __x) 169 { return _M_t.insert_unique(__x); } [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
ia32intrin.h | 31 __bsfd (int __X) 33 return __builtin_ctz (__X); 39 __bsrd (int __X) 41 return __builtin_ia32_bsrsi (__X); 47 __bswapd (int __X) 49 return __builtin_bswap32 (__X); 79 __popcntd (unsigned int __X) 81 return __builtin_popcount (__X); 111 __rolb (unsigned char __X, int __C) 113 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
bmi2intrin.h | 37 _bzhi_u32 (unsigned int __X, unsigned int __Y) 39 return __builtin_ia32_bzhi_si (__X, __Y); 44 _pdep_u32 (unsigned int __X, unsigned int __Y) 46 return __builtin_ia32_pdep_si (__X, __Y); 51 _pext_u32 (unsigned int __X, unsigned int __Y) 53 return __builtin_ia32_pext_si (__X, __Y); 60 _bzhi_u64 (unsigned long long __X, unsigned long long __Y) 62 return __builtin_ia32_bzhi_di (__X, __Y); 67 _pdep_u64 (unsigned long long __X, unsigned long long __Y) 69 return __builtin_ia32_pdep_di (__X, __Y) [all...] |
ia32intrin.h | 31 __bsfd (int __X) 33 return __builtin_ctz (__X); 39 __bsrd (int __X) 41 return __builtin_ia32_bsrsi (__X); 47 __bswapd (int __X) 49 return __builtin_bswap32 (__X); 79 __popcntd (unsigned int __X) 81 return __builtin_popcount (__X); 111 __rolb (unsigned char __X, int __C) 113 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
ia32intrin.h | 31 __bsfd (int __X) 33 return __builtin_ctz (__X); 39 __bsrd (int __X) 41 return __builtin_ia32_bsrsi (__X); 47 __bswapd (int __X) 49 return __builtin_bswap32 (__X); 79 __popcntd (unsigned int __X) 81 return __builtin_popcount (__X); 111 __rolb (unsigned char __X, int __C) 113 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
ia32intrin.h | 31 __bsfd (int __X) 33 return __builtin_ctz (__X); 39 __bsrd (int __X) 41 return __builtin_ia32_bsrsi (__X); 47 __bswapd (int __X) 49 return __builtin_bswap32 (__X); 79 __popcntd (unsigned int __X) 81 return __builtin_popcount (__X); 111 __rolb (unsigned char __X, int __C) 113 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
ia32intrin.h | 31 __bsfd (int __X) 33 return __builtin_ctz (__X); 39 __bsrd (int __X) 41 return __builtin_ia32_bsrsi (__X); 47 __bswapd (int __X) 49 return __builtin_bswap32 (__X); 79 __popcntd (unsigned int __X) 81 return __builtin_popcount (__X); 111 __rolb (unsigned char __X, int __C) 113 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
bmi2intrin.h | 37 _bzhi_u32 (unsigned int __X, unsigned int __Y) 39 return __builtin_ia32_bzhi_si (__X, __Y); 44 _pdep_u32 (unsigned int __X, unsigned int __Y) 46 return __builtin_ia32_pdep_si (__X, __Y); 51 _pext_u32 (unsigned int __X, unsigned int __Y) 53 return __builtin_ia32_pext_si (__X, __Y); 60 _bzhi_u64 (unsigned long long __X, unsigned long long __Y) 62 return __builtin_ia32_bzhi_di (__X, __Y); 67 _pdep_u64 (unsigned long long __X, unsigned long long __Y) 69 return __builtin_ia32_pdep_di (__X, __Y) [all...] |
ia32intrin.h | 31 __bsfd (int __X) 33 return __builtin_ctz (__X); 39 __bsrd (int __X) 41 return __builtin_ia32_bsrsi (__X); 47 __bswapd (int __X) 49 return __builtin_bswap32 (__X); 79 __popcntd (unsigned int __X) 81 return __builtin_popcount (__X); 111 __rolb (unsigned char __X, int __C) 113 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 134 set(const _Self& __x) : _M_t(__x._M_t) {} 141 _Self& operator=(const _Self& __x) { 142 _M_t = __x._M_t; 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } 164 void _M_swap_workaround(_Self& __x) { swap(__x); } 168 pair<iterator,bool> insert(const value_type& __x) 169 { return _M_t.insert_unique(__x); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 134 set(const _Self& __x) : _M_t(__x._M_t) {} 141 _Self& operator=(const _Self& __x) { 142 _M_t = __x._M_t; 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } 164 void _M_swap_workaround(_Self& __x) { swap(__x); } 168 pair<iterator,bool> insert(const value_type& __x) 169 { return _M_t.insert_unique(__x); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 134 set(const _Self& __x) : _M_t(__x._M_t) {} 141 _Self& operator=(const _Self& __x) { 142 _M_t = __x._M_t; 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } 164 void _M_swap_workaround(_Self& __x) { swap(__x); } 168 pair<iterator,bool> insert(const value_type& __x) 169 { return _M_t.insert_unique(__x); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 134 set(const _Self& __x) : _M_t(__x._M_t) {} 141 _Self& operator=(const _Self& __x) { 142 _M_t = __x._M_t; 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } 164 void _M_swap_workaround(_Self& __x) { swap(__x); } 168 pair<iterator,bool> insert(const value_type& __x) 169 { return _M_t.insert_unique(__x); } [all...] |
/external/stlport/stlport/stl/debug/ |
_slist.h | 111 explicit slist(size_type __n, const value_type& __x = _Tp(), 113 slist(size_type __n, const value_type& __x, 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} 165 slist(const _Self& __x) : 166 _ConstructCheck(__x), 167 _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 169 _Self& operator= (const _Self& __x) { 170 if (this != &__x) { 172 _M_non_dbg_impl = __x._M_non_dbg_impl; 203 void swap(_Self& __x) { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 111 explicit slist(size_type __n, const value_type& __x = _Tp(), 113 slist(size_type __n, const value_type& __x, 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} 165 slist(const _Self& __x) : 166 _ConstructCheck(__x), 167 _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 169 _Self& operator= (const _Self& __x) { 170 if (this != &__x) { 172 _M_non_dbg_impl = __x._M_non_dbg_impl; 203 void swap(_Self& __x) { [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 111 explicit slist(size_type __n, const value_type& __x = _Tp(), 113 slist(size_type __n, const value_type& __x, 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} 165 slist(const _Self& __x) : 166 _ConstructCheck(__x), 167 _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 169 _Self& operator= (const _Self& __x) { 170 if (this != &__x) { 172 _M_non_dbg_impl = __x._M_non_dbg_impl; 203 void swap(_Self& __x) { [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 111 explicit slist(size_type __n, const value_type& __x = _Tp(), 113 slist(size_type __n, const value_type& __x, 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} 165 slist(const _Self& __x) : 166 _ConstructCheck(__x), 167 _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 169 _Self& operator= (const _Self& __x) { 170 if (this != &__x) { 172 _M_non_dbg_impl = __x._M_non_dbg_impl; 203 void swap(_Self& __x) { [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 111 explicit slist(size_type __n, const value_type& __x = _Tp(), 113 slist(size_type __n, const value_type& __x, 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} 165 slist(const _Self& __x) : 166 _ConstructCheck(__x), 167 _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 169 _Self& operator= (const _Self& __x) { 170 if (this != &__x) { 172 _M_non_dbg_impl = __x._M_non_dbg_impl; 203 void swap(_Self& __x) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 111 explicit slist(size_type __n, const value_type& __x = _Tp(), 113 slist(size_type __n, const value_type& __x, 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} 165 slist(const _Self& __x) : 166 _ConstructCheck(__x), 167 _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 169 _Self& operator= (const _Self& __x) { 170 if (this != &__x) { 172 _M_non_dbg_impl = __x._M_non_dbg_impl; 203 void swap(_Self& __x) { [all...] |