HomeSort by relevance Sort by last modified time
    Searched refs:__tmp (Results 1 - 25 of 573) 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...]
_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);
_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...]
  /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...]
_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);
_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...]
  /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...]
_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/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...]
_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/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...]
_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/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...]
_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/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/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/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/7/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/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
100 return __tmp;

Completed in 1075 milliseconds

1 2 3 4 5 6 7 8 91011>>