/external/kernel-headers/original/asm-mips/ |
sgiarcs.h | 407 register signed int __a2 __asm__("$5") = (int) (long) (a2); \ 415 : "1" (__vec), "r" (__a1), "r" (__a2) \ 423 register signed int __a2 __asm__("$5") = (int) (long) (a2); \ 432 : "1" (__vec), "r" (__a1), "r" (__a2), "r" (__a3) \ 440 register signed int __a2 __asm__("$5") = (int) (long) (a2); \ 450 : "1" (__vec), "r" (__a1), "r" (__a2), "r" (__a3), \ 459 register signed int __a2 __asm__("$5") = (int) (long) (a2); \ 472 "r" (__a1), "r" (__a2), "r" (__a3), "r" (__a4), \ 503 long __a2 = (long) (a2); \ 506 __res = __vec(__a1, __a2); \ [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_base_03 | 459 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 461 return (__t1.*__f)(__a0, __a1, __a2); 507 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 509 return (__t1.*__f)(__a0, __a1, __a2); 555 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 557 return (__t1.*__f)(__a0, __a1, __a2); 603 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 605 return (__t1.*__f)(__a0, __a1, __a2); 653 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) 655 return ((*__t1).*__f)(__a0, __a1, __a2); [all...] |
memory | [all...] |
/external/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 495 typename _Alloc_traits::allocator_type __a2(__a); 499 __mem = _Alloc_traits::allocate(__a2, 1); 500 _Alloc_traits::construct(__a2, __mem, 508 _Alloc_traits::deallocate(__a2, __mem, 1); 521 typename _Alloc_traits::allocator_type __a2(__a); 522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 525 _Alloc_traits::construct(__a2, __mem, std::move(__a), 531 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 516 constexpr tuple(const _T1& __a1, const _T2& __a2) 517 : _Inherited(__a1, __a2) { } 523 constexpr tuple(_U1&& __a1, _U2&& __a2) 524 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 563 const _T1& __a1, const _T2& __a2) 564 : _Inherited(__tag, __a, __a1, __a2) { } 567 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 569 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 495 typename _Alloc_traits::allocator_type __a2(__a); 499 __mem = _Alloc_traits::allocate(__a2, 1); 500 _Alloc_traits::construct(__a2, __mem, 508 _Alloc_traits::deallocate(__a2, __mem, 1); 521 typename _Alloc_traits::allocator_type __a2(__a); 522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 525 _Alloc_traits::construct(__a2, __mem, std::move(__a), 531 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |