HomeSort by relevance Sort by last modified time
    Searched full:__tmp (Results 326 - 350 of 753) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 338 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
339 if (__tmp != _M_pi)
341 if (__tmp != 0)
342 __tmp->_M_add_ref_copy();
345 _M_pi = __tmp;
353 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
355 _M_pi = __tmp;
441 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
442 if (__tmp != 0)
443 __tmp->_M_weak_add_ref()
453 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
465 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
709 _Tp1* __tmp = __r.get(); local
725 _Tp1* __tmp = __r.get(); local
    [all...]
stl_raw_storage_iter.h 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 338 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
339 if (__tmp != _M_pi)
341 if (__tmp != 0)
342 __tmp->_M_add_ref_copy();
345 _M_pi = __tmp;
353 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
355 _M_pi = __tmp;
441 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
442 if (__tmp != 0)
443 __tmp->_M_weak_add_ref()
453 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
465 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
709 _Tp1* __tmp = __r.get(); local
725 _Tp1* __tmp = __r.get(); local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
  /development/ndk/platforms/android-9/arch-mips/include/asm/
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
  /external/stlport/stlport/stl/
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /external/stlport/stlport/stl/debug/
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_raw_storage_iter.h 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
100 return __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
move.h 127 _Tp __tmp = _GLIBCXX_MOVE(__a); local
129 __b = _GLIBCXX_MOVE(__tmp);
stl_raw_storage_iter.h 100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
102 return __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
forward_list 461 for (_Base_const_iterator __tmp = std::next(__before.base());
462 __tmp != __last.base(); ++__tmp)
464 _GLIBCXX_DEBUG_VERIFY(__tmp != __list._M_base().end(),
469 _GLIBCXX_DEBUG_VERIFY(&__list != this || __tmp != __pos.base(),
471 ._M_iterator(__tmp, "position")
476 this->_M_transfer_from_if(__list, [__tmp](_Base_const_iterator __it)
477 { return __it == __tmp; });
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
move.h 127 _Tp __tmp = _GLIBCXX_MOVE(__a); local
129 __b = _GLIBCXX_MOVE(__tmp);
stl_raw_storage_iter.h 100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
102 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
forward_list 461 for (_Base_const_iterator __tmp = std::next(__before.base());
462 __tmp != __last.base(); ++__tmp)
464 _GLIBCXX_DEBUG_VERIFY(__tmp != __list._M_base().end(),
469 _GLIBCXX_DEBUG_VERIFY(&__list != this || __tmp != __pos.base(),
471 ._M_iterator(__tmp, "position")
476 this->_M_transfer_from_if(__list, [__tmp](_Base_const_iterator __it)
477 { return __it == __tmp; });
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })

Completed in 1715 milliseconds

<<11121314151617181920>>