/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_numeric.h | 335 _ValueType __tmp = *__first; local 336 *++__result = __tmp - __value; 337 __value = _GLIBCXX_MOVE(__tmp); 378 _ValueType __tmp = *__first; local 379 *++__result = __binary_op(__tmp, __value); 380 __value = _GLIBCXX_MOVE(__tmp);
|
stl_raw_storage_iter.h | 100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local 102 return __tmp;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
string_conversions.h | 58 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 64 && (__tmp < __numeric_traits<int>::__min 65 || __tmp > __numeric_traits<int>::__max))) 68 __ret = __tmp;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_numeric.h | 334 _ValueType __tmp = *__first; local 335 *++__result = __tmp - __value; 336 __value = _GLIBCXX_MOVE(__tmp); 377 _ValueType __tmp = *__first; local 378 *++__result = __binary_op(__tmp, __value); 379 __value = _GLIBCXX_MOVE(__tmp);
|
stl_raw_storage_iter.h | 99 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local 101 return __tmp;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
string_conversions.h | 62 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 68 && (__tmp < __numeric_traits<int>::__min 69 || __tmp > __numeric_traits<int>::__max))) 72 __ret = __tmp;
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_pipeline.c | 119 unsigned short __tmp; local 158 START_FAST_MATH(__tmp); 168 END_FAST_MATH(__tmp);
|
/external/mesa3d/src/mesa/tnl/ |
t_pipeline.c | 119 unsigned short __tmp; local 158 START_FAST_MATH(__tmp); 168 END_FAST_MATH(__tmp);
|
/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();
|
/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();
|
/prebuilts/ndk/5/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;
|
/prebuilts/ndk/6/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;
|
/prebuilts/ndk/7/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;
|
/prebuilts/ndk/8/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;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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;
|
/prebuilts/gcc/linux-x86/host/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);
|