HomeSort by relevance Sort by last modified time
    Searched refs:__tmp (Results 426 - 450 of 931) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 119 unsigned short __tmp; local
158 START_FAST_MATH(__tmp);
168 END_FAST_MATH(__tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_tempbuf.h 95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
97 if (__tmp != 0)
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stl_bvector.h 212 iterator __tmp = *this; local
214 return __tmp;
227 iterator __tmp = *this; local
229 return __tmp;
249 iterator __tmp = *this; local
250 return __tmp += __i;
256 iterator __tmp = *this; local
257 return __tmp -= __i;
298 const_iterator __tmp = *this; local
300 return __tmp;
313 const_iterator __tmp = *this; local
335 const_iterator __tmp = *this; local
342 const_iterator __tmp = *this; local
773 bool __tmp = __x; local
    [all...]
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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);
move.h 175 _Tp __tmp = _GLIBCXX_MOVE(__a); local
177 __b = _GLIBCXX_MOVE(__tmp);
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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);
move.h 175 _Tp __tmp = _GLIBCXX_MOVE(__a); local
177 __b = _GLIBCXX_MOVE(__tmp);
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tempbuf.h 95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
97 if (__tmp != 0)
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 96 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
98 if (__tmp != 0)
99 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tempbuf.h 95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
97 if (__tmp != 0)
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 96 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
98 if (__tmp != 0)
99 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
extptr_allocator.h 173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
175 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 210 iterator __tmp = *this; local
212 return __tmp;
225 iterator __tmp = *this; local
227 return __tmp;
247 iterator __tmp = *this; local
248 return __tmp += __i;
254 iterator __tmp = *this; local
255 return __tmp -= __i;
296 const_iterator __tmp = *this; local
298 return __tmp;
311 const_iterator __tmp = *this; local
333 const_iterator __tmp = *this; local
340 const_iterator __tmp = *this; local
767 bool __tmp = __x; local
    [all...]
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]

Completed in 565 milliseconds

<<11121314151617181920>>