HomeSort by relevance Sort by last modified time
    Searched refs:__a2 (Results 1 - 19 of 19) sorted by null

  /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...]
  /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/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/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/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.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/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...]

Completed in 239 milliseconds