HomeSort by relevance Sort by last modified time
    Searched full:__tmp (Results 1 - 25 of 1155) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
_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);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
_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);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.c 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit());
39 __tmp[__i] = !(*this)[__i];
40 return __tmp;
57 valarray<_Tp> __tmp(__slice.size(), _NoInit());
62 __tmp[__i] = (*this)[__index];
63 return __tmp;
99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
100 if (__tmp.size() != 0) {
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
104 return __tmp;
    [all...]
_valarray.h 180 valarray<_Tp> __tmp(this->size(), _NoInit());
182 __tmp[__i] = -(*this)[__i];
183 return __tmp;
187 valarray<_Tp> __tmp(this->size(), _NoInit());
189 __tmp[__i] = ~(*this)[__i];
190 return __tmp;
351 valarray<_Tp> __tmp(this->size());
352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first,
354 return __tmp;
357 valarray<_Tp> __tmp(this->size())
    [all...]
_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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/toolchain-patches/gcc/
0001-move-ctype_char_M_widen_init-back-to-header-to-avoid-GLIBCXX_3.4.11.patch 13 + char __tmp[sizeof(_M_widen)];
15 + __tmp[__i] = __i;
16 + do_widen(__tmp, __tmp + sizeof(__tmp), _M_widen);
20 + if (__builtin_memcmp(__tmp, _M_widen, sizeof(_M_widen)))
51 if (__builtin_memcmp(__tmp, _M_widen, sizeof(_M_widen)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/toolchain-patches/gcc/
0001-move-ctype_char_M_widen_init-back-to-header-to-avoid-GLIBCXX_3.4.11.patch 13 + char __tmp[sizeof(_M_widen)];
15 + __tmp[__i] = __i;
16 + do_widen(__tmp, __tmp + sizeof(__tmp), _M_widen);
20 + if (__builtin_memcmp(__tmp, _M_widen, sizeof(_M_widen)))
51 if (__builtin_memcmp(__tmp, _M_widen, sizeof(_M_widen)))

Completed in 734 milliseconds

1 2 3 4 5 6 7 8 91011>>