HomeSort by relevance Sort by last modified time
    Searched refs:__res (Results 101 - 125 of 280) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/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/8/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/9/platforms/android-14/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/9/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/9/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
map.h 210 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
211 return std::pair<iterator, bool>(iterator(__res.first, this),
212 __res.second);
229 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
230 return std::pair<iterator, bool>(iterator(__res.first, this),
231 __res.second);
241 std::pair<_Base_iterator, bool> __res local
243 return std::pair<iterator, bool>(iterator(__res.first, this),
244 __res.second);
409 std::pair<_Base_iterator, _Base_iterator> __res local
418 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
    [all...]
set.h 201 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
202 return std::pair<iterator, bool>(iterator(__res.first, this),
203 __res.second);
220 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
221 return std::pair<iterator, bool>(iterator(__res.first, this),
222 __res.second);
229 std::pair<_Base_iterator, bool> __res local
231 return std::pair<iterator, bool>(iterator(__res.first, this),
232 __res.second);
392 std::pair<_Base_iterator, _Base_iterator> __res local
403 std::pair<_Base_iterator, _Base_iterator> __res = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
set.h 193 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
194 return std::pair<iterator, bool>(iterator(__res.first),
195 __res.second);
211 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
212 return std::pair<iterator, bool>(iterator(__res.first),
213 __res.second);
221 std::pair<_Base_iterator, bool> __res local
223 return std::pair<iterator, bool>(iterator(__res.first),
224 __res.second);
336 std::pair<_Base_iterator, _Base_iterator> __res local
348 std::pair<_Base_iterator, _Base_iterator> __res = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_number.h 111 unsigned long __res = __cache & ((1 << __bits) - 1); local
119 return __res;
  /external/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 209 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
210 return std::pair<iterator, bool>(iterator(__res.first, this),
211 __res.second);
222 std::pair<_Base_iterator, bool> __res local
224 return std::pair<iterator, bool>(iterator(__res.first, this),
225 __res.second);
391 std::pair<_Base_iterator, _Base_iterator> __res = local
393 return std::make_pair(iterator(__res.first, this),
394 iterator(__res.second, this));
401 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
set.h 199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
200 return std::pair<iterator, bool>(iterator(__res.first, this),
201 __res.second);
209 std::pair<_Base_iterator, bool> __res local
211 return std::pair<iterator, bool>(iterator(__res.first, this),
212 __res.second);
372 std::pair<_Base_iterator, _Base_iterator> __res = local
374 return std::make_pair(iterator(__res.first, this),
375 iterator(__res.second, this));
383 std::pair<_Base_iterator, _Base_iterator> __res local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
map.h 249 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
250 return std::pair<iterator, bool>(iterator(__res.first),
251 __res.second);
263 std::pair<_Base_iterator, bool> __res local
265 return std::pair<iterator, bool>(iterator(__res.first),
266 __res.second);
432 std::pair<_Base_iterator, _Base_iterator> __res = local
434 return std::make_pair(iterator(__res.first),
435 iterator(__res.second));
443 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
map.h 209 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
210 return std::pair<iterator, bool>(iterator(__res.first, this),
211 __res.second);
222 std::pair<_Base_iterator, bool> __res local
224 return std::pair<iterator, bool>(iterator(__res.first, this),
225 __res.second);
391 std::pair<_Base_iterator, _Base_iterator> __res = local
393 return std::make_pair(iterator(__res.first, this),
394 iterator(__res.second, this));
401 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
set.h 199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
200 return std::pair<iterator, bool>(iterator(__res.first, this),
201 __res.second);
209 std::pair<_Base_iterator, bool> __res local
211 return std::pair<iterator, bool>(iterator(__res.first, this),
212 __res.second);
372 std::pair<_Base_iterator, _Base_iterator> __res = local
374 return std::make_pair(iterator(__res.first, this),
375 iterator(__res.second, this));
383 std::pair<_Base_iterator, _Base_iterator> __res local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
map.h 249 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
250 return std::pair<iterator, bool>(iterator(__res.first),
251 __res.second);
263 std::pair<_Base_iterator, bool> __res local
265 return std::pair<iterator, bool>(iterator(__res.first),
266 __res.second);
432 std::pair<_Base_iterator, _Base_iterator> __res = local
434 return std::make_pair(iterator(__res.first),
435 iterator(__res.second));
443 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
map.h 209 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
210 return std::pair<iterator, bool>(iterator(__res.first, this),
211 __res.second);
222 std::pair<_Base_iterator, bool> __res local
224 return std::pair<iterator, bool>(iterator(__res.first, this),
225 __res.second);
391 std::pair<_Base_iterator, _Base_iterator> __res = local
393 return std::make_pair(iterator(__res.first, this),
394 iterator(__res.second, this));
401 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
set.h 199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
200 return std::pair<iterator, bool>(iterator(__res.first, this),
201 __res.second);
209 std::pair<_Base_iterator, bool> __res local
211 return std::pair<iterator, bool>(iterator(__res.first, this),
212 __res.second);
372 std::pair<_Base_iterator, _Base_iterator> __res = local
374 return std::make_pair(iterator(__res.first, this),
375 iterator(__res.second, this));
383 std::pair<_Base_iterator, _Base_iterator> __res local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 249 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
250 return std::pair<iterator, bool>(iterator(__res.first),
251 __res.second);
263 std::pair<_Base_iterator, bool> __res local
265 return std::pair<iterator, bool>(iterator(__res.first),
266 __res.second);
432 std::pair<_Base_iterator, _Base_iterator> __res = local
434 return std::make_pair(iterator(__res.first),
435 iterator(__res.second));
443 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
map.h 208 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
209 return std::pair<iterator, bool>(iterator(__res.first, this),
210 __res.second);
220 std::pair<_Base_iterator, bool> __res local
222 return std::pair<iterator, bool>(iterator(__res.first, this),
223 __res.second);
388 std::pair<_Base_iterator, _Base_iterator> __res = local
390 return std::make_pair(iterator(__res.first, this),
391 iterator(__res.second, this));
397 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
set.h 199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
200 return std::pair<iterator, bool>(iterator(__res.first, this),
201 __res.second);
208 std::pair<_Base_iterator, bool> __res local
210 return std::pair<iterator, bool>(iterator(__res.first, this),
211 __res.second);
371 std::pair<_Base_iterator, _Base_iterator> __res = local
373 return std::make_pair(iterator(__res.first, this),
374 iterator(__res.second, this));
382 std::pair<_Base_iterator, _Base_iterator> __res local
    [all...]

Completed in 540 milliseconds

1 2 3 45 6 7 8 91011>>