HomeSort by relevance Sort by last modified time
    Searched full:__r (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/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...]
  /prebuilts/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...]
  /prebuilts/ndk/android-ndk-r7/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 336 __shared_count(std::auto_ptr<_Tp>& __r)
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r)
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 336 __shared_count(std::auto_ptr<_Tp>& __r)
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r)
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro
    [all...]
  /external/clang/test/PCH/
cxx-variadic-templates.h 16 shared_ptr<_Tp> __r; local
17 return __r;
  /external/stlport/stlport/stl/
_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...]
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/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...]
  /prebuilts/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...]
  /prebuilts/ndk/android-ndk-r7/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...]
  /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...]

Completed in 7842 milliseconds

1 2 3 4 5 6 7 8 91011>>