/bionic/libm/include/sparc64/ |
fenv.h | 70 #define __ldxfsr(__r) __asm __volatile("ldx %0, %%fsr" : : "m" (__r)) 71 #define __stxfsr(__r) __asm __volatile("stx %%fsr, %0" : "=m" (*(__r))) 76 fexcept_t __r; local 78 __stxfsr(&__r); 79 __r &= ~__excepts; 80 __ldxfsr(__r); 87 fexcept_t __r; local 89 __stxfsr(&__r); 97 fexcept_t __r; local 149 fexcept_t __r; local 158 fenv_t __r; local 167 fenv_t __r; local 189 fenv_t __r; local 209 fexcept_t __r; local 244 fenv_t __r; local [all...] |
/bionic/libm/sparc64/ |
fenv.h | 70 #define __ldxfsr(__r) __asm __volatile("ldx %0, %%fsr" : : "m" (__r)) 71 #define __stxfsr(__r) __asm __volatile("stx %%fsr, %0" : "=m" (*(__r))) 76 fexcept_t __r; local 78 __stxfsr(&__r); 79 __r &= ~__excepts; 80 __ldxfsr(__r); 87 fexcept_t __r; local 89 __stxfsr(&__r); 97 fexcept_t __r; local 149 fexcept_t __r; local 158 fenv_t __r; local 167 fenv_t __r; local 189 fenv_t __r; local 209 fexcept_t __r; local 244 fenv_t __r; local [all...] |
/bionic/libm/include/powerpc/ |
fenv.h | 99 union __fpscr __r; local 103 __mffs(&__r.__d); 104 __r.__bits.__reg &= ~__excepts; 105 __mtfsf(__r.__d); 112 union __fpscr __r; local 114 __mffs(&__r.__d); 115 *__flagp = __r.__bits.__reg & __excepts; 122 union __fpscr __r; local 126 __mffs(&__r.__d); 127 __r.__bits.__reg &= ~__excepts 136 union __fpscr __r; local 149 union __fpscr __r; local 158 union __fpscr __r; local 167 union __fpscr __r; local 181 union __fpscr __r; local 191 union __fpscr __r; local 203 union __fpscr __r; local 213 union __fpscr __r; local 227 union __fpscr __r; local 240 union __fpscr __r; local 253 union __fpscr __r; local [all...] |
/bionic/libm/powerpc/ |
fenv.h | 99 union __fpscr __r; local 103 __mffs(&__r.__d); 104 __r.__bits.__reg &= ~__excepts; 105 __mtfsf(__r.__d); 112 union __fpscr __r; local 114 __mffs(&__r.__d); 115 *__flagp = __r.__bits.__reg & __excepts; 122 union __fpscr __r; local 126 __mffs(&__r.__d); 127 __r.__bits.__reg &= ~__excepts 136 union __fpscr __r; local 149 union __fpscr __r; local 158 union __fpscr __r; local 167 union __fpscr __r; local 181 union __fpscr __r; local 191 union __fpscr __r; local 203 union __fpscr __r; local 213 union __fpscr __r; local 227 union __fpscr __r; local 240 union __fpscr __r; local 253 union __fpscr __r; local [all...] |
/bionic/libm/alpha/ |
fenv.h | 76 union __fpcr __r; local 79 __mf_fpcr(&__r.__d); 80 __r.__bits &= ~((fenv_t)__excepts << _FPUSW_SHIFT); 81 __mt_fpcr(__r.__d); 89 union __fpcr __r; local 92 __mf_fpcr(&__r.__d); 94 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts; 101 union __fpcr __r; local 107 __mf_fpcr(&__r.__d); 108 __r.__bits &= ~__xexcepts 133 union __fpcr __r; local 144 union __fpcr __r; local 157 union __fpcr __r; local [all...] |
/bionic/libm/include/alpha/ |
fenv.h | 76 union __fpcr __r; local 79 __mf_fpcr(&__r.__d); 80 __r.__bits &= ~((fenv_t)__excepts << _FPUSW_SHIFT); 81 __mt_fpcr(__r.__d); 89 union __fpcr __r; local 92 __mf_fpcr(&__r.__d); 94 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts; 101 union __fpcr __r; local 107 __mf_fpcr(&__r.__d); 108 __r.__bits &= ~__xexcepts 133 union __fpcr __r; local 144 union __fpcr __r; local 157 union __fpcr __r; local [all...] |
/external/clang/test/PCH/ |
cxx-variadic-templates.h | 16 shared_ptr<_Tp> __r; local 17 return __r;
|
/external/stlport/stlport/stl/ |
_auto_ptr.h | 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 89 _Tp* __conversionCheck = __r.release(); 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 94 _Tp* __conversionCheck = __r.release(); 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 103 reset(__r.release()) [all...] |
_rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 66 _M_root_rope(&__r) { 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { 379 size_t __old_len = __r->_M_size._M_data 1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local 1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 89 _Tp* __conversionCheck = __r.release(); 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 94 _Tp* __conversionCheck = __r.release(); 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 103 reset(__r.release()) [all...] |
_rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 66 _M_root_rope(&__r) { 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { 379 size_t __old_len = __r->_M_size._M_data 1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local 1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 89 _Tp* __conversionCheck = __r.release(); 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 94 _Tp* __conversionCheck = __r.release(); 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 103 reset(__r.release()) [all...] |
_rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 66 _M_root_rope(&__r) { 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { 379 size_t __old_len = __r->_M_size._M_data 1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local 1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 89 _Tp* __conversionCheck = __r.release(); 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 94 _Tp* __conversionCheck = __r.release(); 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 103 reset(__r.release()) [all...] |
_rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 66 _M_root_rope(&__r) { 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { 379 size_t __old_len = __r->_M_size._M_data 1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local 1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
shared_ptr.h | 306 __shared_count(std::auto_ptr<_Tp>&& __r) 307 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 308 { __r.release(); } 314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 315 : _M_pi(_S_create_from_up(std::move(__r))) 316 { __r.release(); } 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 320 __shared_count(const __weak_count<_Lp>& __r); 328 __shared_count(const __shared_count& __r) 329 : _M_pi(__r._M_pi) // nothro 767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:__shared_ptr 1326 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:shared_ptr [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 306 __shared_count(std::auto_ptr<_Tp>&& __r) 307 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 308 { __r.release(); } 314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 315 : _M_pi(_S_create_from_up(std::move(__r))) 316 { __r.release(); } 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 320 __shared_count(const __weak_count<_Lp>& __r); 328 __shared_count(const __shared_count& __r) 329 : _M_pi(__r._M_pi) // nothro 767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:__shared_ptr 1326 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:shared_ptr [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 306 __shared_count(std::auto_ptr<_Tp>&& __r) 307 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) 308 { __r.release(); } 314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) 315 : _M_pi(_S_create_from_up(std::move(__r))) 316 { __r.release(); } 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 320 __shared_count(const __weak_count<_Lp>& __r); 328 __shared_count(const __shared_count& __r) 329 : _M_pi(__r._M_pi) // nothro 767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:__shared_ptr 1326 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:shared_ptr [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 141 __shared_count(std::auto_ptr<_Tp>& __r) 143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>())) 144 { __r.release(); } 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 148 __shared_count(const __weak_count<_Lp>& __r); 156 __shared_count(const __shared_count& __r) 157 : _M_pi(__r._M_pi) // nothrow 164 operator=(const __shared_count& __r) // nothrow 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; 179 _M_swap(__shared_count& __r) // nothro [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 141 __shared_count(std::auto_ptr<_Tp>& __r) 143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>())) 144 { __r.release(); } 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 148 __shared_count(const __weak_count<_Lp>& __r); 156 __shared_count(const __shared_count& __r) 157 : _M_pi(__r._M_pi) // nothrow 164 operator=(const __shared_count& __r) // nothrow 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; 179 _M_swap(__shared_count& __r) // nothro [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 141 __shared_count(std::auto_ptr<_Tp>& __r) 143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>())) 144 { __r.release(); } 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0. 148 __shared_count(const __weak_count<_Lp>& __r); 156 __shared_count(const __shared_count& __r) 157 : _M_pi(__r._M_pi) // nothrow 164 operator=(const __shared_count& __r) // nothrow 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; 179 _M_swap(__shared_count& __r) // nothro [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|