HomeSort by relevance Sort by last modified time
    Searched defs:__tmp (Results 26 - 50 of 254) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 81 _Tp __tmp = _GLIBCXX_MOVE(__a); local
83 __b = _GLIBCXX_MOVE(__tmp);
stl_numeric.h 325 _ValueType __tmp = *__first; local
326 *++__result = __tmp - __value;
327 __value = __tmp;
364 _ValueType __tmp = *__first; local
365 *++__result = __binary_op(__tmp, __value);
366 __value = __tmp;
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); local
58 && (__tmp < __numeric_traits<int>::__min
59 || __tmp > __numeric_traits<int>::__max)))
62 __ret = __tmp;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 63 unsigned char* __tmp; local
64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) {
65 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_UNDERRUN)
70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type);
71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) {
72 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_OVERRUN)
_ios.c 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; local
52 return __tmp;
70 locale __tmp = ios_base::imbue(__loc); local
79 __tmp = ios_base::imbue(__tmp);
82 return __tmp;
_numeric.c 65 _Tp __tmp = *__first; local
66 *++__result = __binary_op(__tmp, __val);
67 __val = __tmp;
_raw_storage_iter.h 64 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this; local
66 return __tmp;
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
94 __tmp.flags(__os.flags());
95 __tmp.imbue(__os.getloc());
96 __tmp.precision(__os.precision());
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
98 return __os << __tmp.str();
  /external/stlport/stlport/stl/
_numeric.c 65 _Tp __tmp = *__first; local
66 *++__result = __binary_op(__tmp, __val);
67 __val = __tmp;
_raw_storage_iter.h 64 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this; local
66 return __tmp;
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
94 __tmp.flags(__os.flags());
95 __tmp.imbue(__os.getloc());
96 __tmp.precision(__os.precision());
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
98 return __os << __tmp.str();
_bitset.c 180 basic_string<_CharT, _Traits> __tmp; local
181 __tmp.reserve(_Nb);
200 __tmp.push_back(__c);
208 if (__tmp.empty())
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
221 basic_string<_CharT, _Traits> __tmp; local
222 __x._M_copy_to_string(__tmp);
223 return __os << __tmp;
_complex.h 778 complex<double> __tmp = polar(double(__rho), double(__phi)); local
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
_istreambuf_iterator.h 145 _M_getc(); // __tmp should avoid any future actions under
147 // (due to buffer for *this and __tmp are the same).
148 istreambuf_iterator<_CharT, _Traits> __tmp = *this; local
151 return __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numeric.c 65 _Tp __tmp = *__first; local
66 *++__result = __binary_op(__tmp, __val);
67 __val = __tmp;
_raw_storage_iter.h 64 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this; local
66 return __tmp;
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
94 __tmp.flags(__os.flags());
95 __tmp.imbue(__os.getloc());
96 __tmp.precision(__os.precision());
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
98 return __os << __tmp.str();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_numeric.c 65 _Tp __tmp = *__first; local
66 *++__result = __binary_op(__tmp, __val);
67 __val = __tmp;
_raw_storage_iter.h 64 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this; local
66 return __tmp;
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
94 __tmp.flags(__os.flags());
95 __tmp.imbue(__os.getloc());
96 __tmp.precision(__os.precision());
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
98 return __os << __tmp.str();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /external/stlport/src/
lock_free_slist.h 90 int __tmp; local
100 :"=a" (__result), "=d" (__tmp)
115 int __tmp; local
125 :"=a" (__result), "=d" (__tmp)

Completed in 269 milliseconds

12 3 4 5 6 7 8 91011