/external/stlport/stlport/stl/ |
_tempbuf.c | 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local 44 if (__tmp != 0) 45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
|
_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;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.c | 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local 44 if (__tmp != 0) 45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
|
_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;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.c | 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local 44 if (__tmp != 0) 45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
|
_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;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.c | 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local 44 if (__tmp != 0) 45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
|
/prebuilt/linux-x86/toolchain/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;
|
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;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
time_members.h | 64 char* __tmp = new char[__len]; local 65 __builtin_memcpy(__tmp, __s, __len); 66 _M_name_timepunct = __tmp;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_raw_storage_iter.h | 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local 100 return __tmp;
|
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;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 64 char* __tmp = new char[__len]; local 65 __builtin_memcpy(__tmp, __s, __len); 66 _M_name_timepunct = __tmp;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 64 char* __tmp = new char[__len]; local 65 __builtin_memcpy(__tmp, __s, __len); 66 _M_name_timepunct = __tmp;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_raw_storage_iter.h | 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local 100 return __tmp;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 64 char* __tmp = new char[__len]; local 65 __builtin_memcpy(__tmp, __s, __len); 66 _M_name_timepunct = __tmp;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 64 char* __tmp = new char[__len]; local 65 __builtin_memcpy(__tmp, __s, __len); 66 _M_name_timepunct = __tmp;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
time_members.h | 64 char* __tmp = new char[__len]; local 65 __builtin_memcpy(__tmp, __s, __len); 66 _M_name_timepunct = __tmp;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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-r5/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;
|