HomeSort by relevance Sort by last modified time
    Searched full:__res (Results 151 - 175 of 346) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
160 #define mftgpr(rt) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips32r2 \n" " # mftgpr $1," #rt " \n" " .word 0x41000820 | (" #rt " << 16) \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
161 #define mftr(rt, u, sel) ({ unsigned long __res; __asm__ __volatile__( " mftr %0, " #rt ", " #u ", " #sel " \n" : "=r" (__res)); __res; })
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
160 #define mftgpr(rt) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips32r2 \n" " # mftgpr $1," #rt " \n" " .word 0x41000820 | (" #rt " << 16) \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
161 #define mftr(rt, u, sel) ({ unsigned long __res; __asm__ __volatile__( " mftr %0, " #rt ", " #u ", " #sel " \n" : "=r" (__res)); __res; })
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
160 #define mftgpr(rt) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips32r2 \n" " # mftgpr $1," #rt " \n" " .word 0x41000820 | (" #rt " << 16) \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
161 #define mftr(rt, u, sel) ({ unsigned long __res; __asm__ __volatile__( " mftr %0, " #rt ", " #u ", " #sel " \n" : "=r" (__res)); __res; })
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
160 #define mftgpr(rt) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips32r2 \n" " # mftgpr $1," #rt " \n" " .word 0x41000820 | (" #rt " << 16) \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; })
161 #define mftr(rt, u, sel) ({ unsigned long __res; __asm__ __volatile__( " mftr %0, " #rt ", " #u ", " #sel " \n" : "=r" (__res)); __res; })
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.tcc 230 auto& __res = _M_cur_results[__state._M_subexpr];
231 auto __back = __res.first;
232 __res.first = _M_current;
234 __res.first = __back;
241 auto& __res = _M_cur_results[__state._M_subexpr];
242 auto __back = __res;
243 __res.second = _M_current;
244 __res.matched = true;
246 __res = __back;
stl_tree.h     [all...]
locale_facets_nonio.tcc 169 string __res;
170 __res.reserve(32);
240 __res += money_base::_S_atoms[__q - __lit];
272 if (__res.empty())
306 if (__res.size() > 1)
308 const size_type __first = __res.find_first_not_of('0');
311 __res.erase(0, __only_zeros ? __res.size() - 1 : __first);
315 if (__negative && __res[0] != '0')
316 __res.insert(__res.begin(), '-')
    [all...]
regex.tcc 64 typename match_results<_BiIter, _Alloc>::_Base_type& __res = __m;
65 __res.resize(__re._M_automaton->_M_sub_count() + 2);
66 for (auto& __it : __res)
106 for (auto __it : __res)
109 auto& __pre = __res[__res.size()-2];
110 auto& __suf = __res[__res.size()-1];
123 __pre.second = __res[0].first;
125 __suf.first = __res[0].second
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 1376 pair<_Base_ptr, _Base_ptr> __res local
1400 pair<_Base_ptr, _Base_ptr> __res local
1477 pair<_Base_ptr, _Base_ptr> __res local
1554 pair<_Base_ptr, _Base_ptr> __res local
1627 auto __res = _M_get_insert_unique_pos(_S_key(__z)); local
1652 auto __res = _M_get_insert_equal_pos(_S_key(__z)); local
1673 auto __res = _M_get_insert_hint_unique_pos(__pos, _S_key(__z)); local
1699 auto __res = _M_get_insert_hint_equal_pos(__pos, _S_key(__z)); local
    [all...]
locale_facets_nonio.tcc 169 string __res;
170 __res.reserve(32);
240 __res += money_base::_S_atoms[__q - __lit];
272 if (__res.empty())
306 if (__res.size() > 1)
308 const size_type __first = __res.find_first_not_of('0');
311 __res.erase(0, __only_zeros ? __res.size() - 1 : __first);
315 if (__negative && __res[0] != '0')
316 __res.insert(__res.begin(), '-')
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 1376 pair<_Base_ptr, _Base_ptr> __res local
1400 pair<_Base_ptr, _Base_ptr> __res local
1477 pair<_Base_ptr, _Base_ptr> __res local
1554 pair<_Base_ptr, _Base_ptr> __res local
1627 auto __res = _M_get_insert_unique_pos(_S_key(__z)); local
1652 auto __res = _M_get_insert_equal_pos(_S_key(__z)); local
1673 auto __res = _M_get_insert_hint_unique_pos(__pos, _S_key(__z)); local
1699 auto __res = _M_get_insert_hint_equal_pos(__pos, _S_key(__z)); local
    [all...]
locale_facets_nonio.tcc 169 string __res;
170 __res.reserve(32);
240 __res += money_base::_S_atoms[__q - __lit];
272 if (__res.empty())
306 if (__res.size() > 1)
308 const size_type __first = __res.find_first_not_of('0');
311 __res.erase(0, __only_zeros ? __res.size() - 1 : __first);
315 if (__negative && __res[0] != '0')
316 __res.insert(__res.begin(), '-')
    [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 1376 pair<_Base_ptr, _Base_ptr> __res local
1400 pair<_Base_ptr, _Base_ptr> __res local
1477 pair<_Base_ptr, _Base_ptr> __res local
1554 pair<_Base_ptr, _Base_ptr> __res local
1627 auto __res = _M_get_insert_unique_pos(_S_key(__z)); local
1652 auto __res = _M_get_insert_equal_pos(_S_key(__z)); local
1673 auto __res = _M_get_insert_hint_unique_pos(__pos, _S_key(__z)); local
1699 auto __res = _M_get_insert_hint_equal_pos(__pos, _S_key(__z)); local
    [all...]
locale_facets_nonio.tcc 169 string __res;
170 __res.reserve(32);
240 __res += money_base::_S_atoms[__q - __lit];
272 if (__res.empty())
306 if (__res.size() > 1)
308 const size_type __first = __res.find_first_not_of('0');
311 __res.erase(0, __only_zeros ? __res.size() - 1 : __first);
315 if (__negative && __res[0] != '0')
316 __res.insert(__res.begin(), '-')
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
vector 448 _Base_iterator __res = _Base::emplace(__position.base(),
455 return iterator(__res, this);
469 _Base_iterator __res = _Base::insert(__position.base(), __x);
475 return iterator(__res, this);
497 _Base_iterator __res = _Base::insert(__position.base(), __n, __x);
503 return iterator(__res, this);
535 _Base_iterator __res = _Base::insert(__position.base(),
544 return iterator(__res, this);
579 _Base_iterator __res = _Base::erase(__position.base());
581 return iterator(__res, this)
    [all...]
string 522 typename _Base::iterator __res = _Base::insert(__p.base(), __c);
524 return iterator(__res, this);
567 typename _Base::iterator __res = _Base::erase(__position.base());
569 return iterator(__res, this);
578 typename _Base::iterator __res = _Base::erase(__first.base(),
581 return iterator(__res, this);
719 const _CharT* __res = _Base::c_str();
721 return __res;
727 const _CharT* __res = _Base::data();
729 return __res;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset.tcc 104 unsigned long __res = 0UL;
106 __res += this->_M_w[__i] << (__i * _S_bits_per_block);
107 return __res;
118 unsigned long long __res = 0ULL;
120 __res += this->_M_w[__i] << (__i * _S_bits_per_block);
121 return __res;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
deque 389 _Base_iterator __res = _Base::emplace(__position.base(),
392 return iterator(__res, this);
400 _Base_iterator __res = _Base::insert(__position.base(), __x);
402 return iterator(__res, this);
470 _Base_iterator __res = _Base::erase(__victim);
472 return iterator(__res, this);
507 _Base_iterator __res = _Base::erase(__first.base(),
510 return iterator(__res, this);
string 521 typename _Base::iterator __res = _Base::insert(__p.base(), __c);
523 return iterator(__res, this);
566 typename _Base::iterator __res = _Base::erase(__position.base());
568 return iterator(__res, this);
577 typename _Base::iterator __res = _Base::erase(__first.base(),
580 return iterator(__res, this);
718 const _CharT* __res = _Base::c_str();
720 return __res;
726 const _CharT* __res = _Base::data();
728 return __res;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
deque 389 _Base_iterator __res = _Base::emplace(__position.base(),
392 return iterator(__res, this);
400 _Base_iterator __res = _Base::insert(__position.base(), __x);
402 return iterator(__res, this);
470 _Base_iterator __res = _Base::erase(__victim);
472 return iterator(__res, this);
507 _Base_iterator __res = _Base::erase(__first.base(),
510 return iterator(__res, this);
string 521 typename _Base::iterator __res = _Base::insert(__p.base(), __c);
523 return iterator(__res, this);
566 typename _Base::iterator __res = _Base::erase(__position.base());
568 return iterator(__res, this);
577 typename _Base::iterator __res = _Base::erase(__first.base(),
580 return iterator(__res, this);
718 const _CharT* __res = _Base::c_str();
720 return __res;
726 const _CharT* __res = _Base::data();
728 return __res;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
deque 389 _Base_iterator __res = _Base::emplace(__position.base(),
392 return iterator(__res, this);
400 _Base_iterator __res = _Base::insert(__position.base(), __x);
402 return iterator(__res, this);
470 _Base_iterator __res = _Base::erase(__victim);
472 return iterator(__res, this);
507 _Base_iterator __res = _Base::erase(__first.base(),
510 return iterator(__res, this);
string 521 typename _Base::iterator __res = _Base::insert(__p.base(), __c);
523 return iterator(__res, this);
566 typename _Base::iterator __res = _Base::erase(__position.base());
568 return iterator(__res, this);
577 typename _Base::iterator __res = _Base::erase(__first.base(),
580 return iterator(__res, this);
718 const _CharT* __res = _Base::c_str();
720 return __res;
726 const _CharT* __res = _Base::data();
728 return __res;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
future 232 _M_set(const _Res& __res)
234 ::new (_M_addr()) _Res(__res);
239 _M_set(_Res&& __res)
241 ::new (_M_addr()) _Res(std::move(__res));
352 _M_set_result(function<_Ptr_type()> __res, bool __ignore_failure = false)
356 // side-effects of invoking __res only happen once
357 call_once(_M_once, &_State_base::_M_do_set, this, ref(__res),
364 _M_break_promise(_Ptr_type __res)
366 if (static_cast<bool>(__res))
369 __res->_M_error = copy_exception(future_error(__ec))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
future 232 _M_set(const _Res& __res)
234 ::new (_M_addr()) _Res(__res);
239 _M_set(_Res&& __res)
241 ::new (_M_addr()) _Res(std::move(__res));
352 _M_set_result(function<_Ptr_type()> __res, bool __ignore_failure = false)
356 // side-effects of invoking __res only happen once
357 call_once(_M_once, &_State_base::_M_do_set, this, ref(__res),
364 _M_break_promise(_Ptr_type __res)
366 if (static_cast<bool>(__res))
369 __res->_M_error = copy_exception(future_error(__ec))
    [all...]

Completed in 1275 milliseconds

1 2 3 4 5 67 8 91011>>