/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tree.h | 101 _S_minimum(_Base_ptr __x) 103 while (__x->_M_left != 0) __x = __x->_M_left; 104 return __x; 108 _S_minimum(_Const_Base_ptr __x) 110 while (__x->_M_left != 0) __x = __x->_M_left; 111 return __x; 1058 _Link_type __x = _M_begin(); local 1194 _Link_type __x = _M_begin(); local 1225 _Const_Link_type __x = _M_begin(); local 1311 _Link_type __x = _M_begin(); local 1348 _Link_type __x = _M_begin(); local 1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tree.h | 101 _S_minimum(_Base_ptr __x) 103 while (__x->_M_left != 0) __x = __x->_M_left; 104 return __x; 108 _S_minimum(_Const_Base_ptr __x) 110 while (__x->_M_left != 0) __x = __x->_M_left; 111 return __x; 1058 _Link_type __x = _M_begin(); local 1194 _Link_type __x = _M_begin(); local 1225 _Const_Link_type __x = _M_begin(); local 1311 _Link_type __x = _M_begin(); local 1348 _Link_type __x = _M_begin(); local 1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/external/libcxx/include/ |
complex | 261 template<class _Tp> complex<_Tp> operator/(const complex<_Tp>& __x, const complex<_Tp>& __y); 528 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 530 complex<_Tp> __t(__x); 538 operator+(const complex<_Tp>& __x, const _Tp& __y) 540 complex<_Tp> __t(__x); 548 operator+(const _Tp& __x, const complex<_Tp>& __y) 551 __t += __x; 558 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 560 complex<_Tp> __t(__x); 568 operator-(const complex<_Tp>& __x, const _Tp& __y [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 261 template<class _Tp> complex<_Tp> operator/(const complex<_Tp>& __x, const complex<_Tp>& __y); 528 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 530 complex<_Tp> __t(__x); 538 operator+(const complex<_Tp>& __x, const _Tp& __y) 540 complex<_Tp> __t(__x); 548 operator+(const _Tp& __x, const complex<_Tp>& __y) 551 __t += __x; 558 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 560 complex<_Tp> __t(__x); 568 operator-(const complex<_Tp>& __x, const _Tp& __y [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 261 template<class _Tp> complex<_Tp> operator/(const complex<_Tp>& __x, const complex<_Tp>& __y); 528 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 530 complex<_Tp> __t(__x); 538 operator+(const complex<_Tp>& __x, const _Tp& __y) 540 complex<_Tp> __t(__x); 548 operator+(const _Tp& __x, const complex<_Tp>& __y) 551 __t += __x; 558 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 560 complex<_Tp> __t(__x); 568 operator-(const complex<_Tp>& __x, const _Tp& __y [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_tree.h | 102 _S_minimum(_Base_ptr __x) 104 while (__x->_M_left != 0) __x = __x->_M_left; 105 return __x; 109 _S_minimum(_Const_Base_ptr __x) 111 while (__x->_M_left != 0) __x = __x->_M_left; 112 return __x; 1069 _Link_type __x = _M_begin(); local 1205 _Link_type __x = _M_begin(); local 1236 _Const_Link_type __x = _M_begin(); local 1318 _Link_type __x = _M_begin(); local 1350 _Link_type __x = _M_begin(); local 1603 _Link_type __x = _M_begin(); local 1839 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_tree.h | 102 _S_minimum(_Base_ptr __x) 104 while (__x->_M_left != 0) __x = __x->_M_left; 105 return __x; 109 _S_minimum(_Const_Base_ptr __x) 111 while (__x->_M_left != 0) __x = __x->_M_left; 112 return __x; 1069 _Link_type __x = _M_begin(); local 1205 _Link_type __x = _M_begin(); local 1236 _Const_Link_type __x = _M_begin(); local 1318 _Link_type __x = _M_begin(); local 1350 _Link_type __x = _M_begin(); local 1603 _Link_type __x = _M_begin(); local 1839 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_tree.h | 102 _S_minimum(_Base_ptr __x) 104 while (__x->_M_left != 0) __x = __x->_M_left; 105 return __x; 109 _S_minimum(_Const_Base_ptr __x) 111 while (__x->_M_left != 0) __x = __x->_M_left; 112 return __x; 1069 _Link_type __x = _M_begin(); local 1205 _Link_type __x = _M_begin(); local 1236 _Const_Link_type __x = _M_begin(); local 1318 _Link_type __x = _M_begin(); local 1350 _Link_type __x = _M_begin(); local 1603 _Link_type __x = _M_begin(); local 1839 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/ |
macho32-sect.asm | 2 section __x
|
/external/clang/lib/Headers/ |
bmiintrin.h | 44 __tzcnt_u16(unsigned short __X) 46 return __builtin_ctzs(__X); 50 __andn_u32(unsigned int __X, unsigned int __Y) 52 return ~__X & __Y; 57 __bextr_u32(unsigned int __X, unsigned int __Y) 59 return __builtin_ia32_bextr_u32(__X, __Y); 64 _bextr_u32(unsigned int __X, unsigned int __Y, unsigned int __Z) 66 return __builtin_ia32_bextr_u32 (__X, ((__Y & 0xff) | ((__Z & 0xff) << 8))); 70 __blsi_u32(unsigned int __X) 72 return __X & -__X [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/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
bmiintrin.h | 44 __tzcnt_u16(unsigned short __X) 46 return __builtin_ctzs(__X); 50 __andn_u32(unsigned int __X, unsigned int __Y) 52 return ~__X & __Y; 57 __bextr_u32(unsigned int __X, unsigned int __Y) 59 return __builtin_ia32_bextr_u32(__X, __Y); 64 _bextr_u32(unsigned int __X, unsigned int __Y, unsigned int __Z) 66 return __builtin_ia32_bextr_u32 (__X, ((__Y & 0xff) | ((__Z & 0xff) << 8))); 70 __blsi_u32(unsigned int __X) 72 return __X & -__X [all...] |
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
bmiintrin.h | 44 __tzcnt_u16(unsigned short __X) 46 return __builtin_ctzs(__X); 50 __andn_u32(unsigned int __X, unsigned int __Y) 52 return ~__X & __Y; 57 __bextr_u32(unsigned int __X, unsigned int __Y) 59 return __builtin_ia32_bextr_u32(__X, __Y); 64 _bextr_u32(unsigned int __X, unsigned int __Y, unsigned int __Z) 66 return __builtin_ia32_bextr_u32 (__X, ((__Y & 0xff) | ((__Z & 0xff) << 8))); 70 __blsi_u32(unsigned int __X) 72 return __X & -__X [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/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/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
bmi2intrin.h | 39 _bzhi_u32 (unsigned int __X, unsigned int __Y) 41 return __builtin_ia32_bzhi_si (__X, __Y); 46 _pdep_u32 (unsigned int __X, unsigned int __Y) 48 return __builtin_ia32_pdep_si (__X, __Y); 53 _pext_u32 (unsigned int __X, unsigned int __Y) 55 return __builtin_ia32_pext_si (__X, __Y); 62 _bzhi_u64 (unsigned long long __X, unsigned long long __Y) 64 return __builtin_ia32_bzhi_di (__X, __Y); 69 _pdep_u64 (unsigned long long __X, unsigned long long __Y) 71 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); 88 __popcntd (unsigned int __X) 90 return __builtin_popcount (__X); 120 __rolb (unsigned char __X, int __C) 122 return __builtin_ia32_rolqi (__X, __C) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/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/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/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...] |