HomeSort by relevance Sort by last modified time
    Searched full:__tmp (Results 126 - 150 of 462) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
auto_ptr.h 227 element_type* __tmp = _M_ptr; local
229 return __tmp;
308 _Tp1* __tmp = __r.get(); local
310 __enable_shared_from_this_helper(_M_refcount, __tmp, __tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
sstream.tcc 113 __string_type __tmp;
114 __tmp.reserve(__len);
116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
117 __tmp.push_back(__conv);
118 _M_string.swap(__tmp);
fstream.tcc 380 int_type __tmp;
384 __tmp = traits_type::to_int_type(*this->gptr());
388 __tmp = this->underflow();
389 if (traits_type::eq_int_type(__tmp, __ret))
404 if (!__testeof && traits_type::eq_int_type(__i, __tmp))
838 const int_type __tmp = this->overflow();
839 if (traits_type::eq_int_type(__tmp, traits_type::eof()))
882 const int_type __tmp = this->overflow();
883 if (traits_type::eq_int_type(__tmp, traits_type::eof()))
900 const int_type __tmp = this->overflow()
    [all...]
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);
vector.tcc 73 pointer __tmp = _M_allocate_and_copy(__n,
81 this->_M_impl._M_start = __tmp;
82 this->_M_impl._M_finish = __tmp + __old_size;
187 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(),
194 this->_M_impl._M_start = __tmp;
223 vector __tmp(__n, __val, _M_get_Tp_allocator());
224 __tmp.swap(*this);
266 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
272 this->_M_impl._M_start = __tmp;
stl_list.h 162 _Self __tmp = *this; local
164 return __tmp;
177 _Self __tmp = *this; local
179 return __tmp;
242 _Self __tmp = *this; local
244 return __tmp;
257 _Self __tmp = *this; local
259 return __tmp;
945 iterator __tmp = end(); local
946 --__tmp;
957 const_iterator __tmp = end(); local
1553 _Node* __tmp = _M_create_node(__x); local
1561 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
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/ext/
sso_string_base.h 493 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
495 _M_data(__tmp);
521 _CharT* __tmp = _M_create(__res, __capacity); local
522 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
524 _M_data(__tmp);
extptr_allocator.h 189 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
191 __larg._M_real_alloc = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 380 int_type __tmp;
384 __tmp = traits_type::to_int_type(*this->gptr());
388 __tmp = this->underflow();
389 if (traits_type::eq_int_type(__tmp, __ret))
404 if (!__testeof && traits_type::eq_int_type(__i, __tmp))
838 const int_type __tmp = this->overflow();
839 if (traits_type::eq_int_type(__tmp, traits_type::eof()))
882 const int_type __tmp = this->overflow();
883 if (traits_type::eq_int_type(__tmp, traits_type::eof()))
900 const int_type __tmp = this->overflow()
    [all...]
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);
vector.tcc 73 pointer __tmp = _M_allocate_and_copy(__n,
81 this->_M_impl._M_start = __tmp;
82 this->_M_impl._M_finish = __tmp + __old_size;
187 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(),
194 this->_M_impl._M_start = __tmp;
223 vector __tmp(__n, __val, _M_get_Tp_allocator());
224 __tmp.swap(*this);
266 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
272 this->_M_impl._M_start = __tmp;
stl_list.h 162 _Self __tmp = *this; local
164 return __tmp;
177 _Self __tmp = *this; local
179 return __tmp;
242 _Self __tmp = *this; local
244 return __tmp;
257 _Self __tmp = *this; local
259 return __tmp;
945 iterator __tmp = end(); local
946 --__tmp;
957 const_iterator __tmp = end(); local
1553 _Node* __tmp = _M_create_node(__x); local
1561 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
list 551 for (_Base_iterator __tmp = __first.base();
552 __tmp != __last.base(); ++__tmp)
554 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::end(),
558 _GLIBCXX_DEBUG_VERIFY(&__x != this || __tmp != __position,
560 ._M_iterator(__tmp, "position")
565 this->_M_transfer_from_if(__x, _Equal(__tmp));
safe_iterator.h 308 _Safe_iterator __tmp(*this);
310 return __tmp;
338 _Safe_iterator __tmp(*this);
340 return __tmp;
368 _Safe_iterator __tmp(*this);
369 __tmp += __n;
370 return __tmp;
386 _Safe_iterator __tmp(*this);
387 __tmp -= __n;
388 return __tmp;
    [all...]
forward_list 502 for (_Base_const_iterator __tmp = std::next(__before.base());
503 __tmp != __last.base(); ++__tmp)
505 _GLIBCXX_DEBUG_VERIFY(__tmp != __list._M_base().end(),
510 _GLIBCXX_DEBUG_VERIFY(&__list != this || __tmp != __pos.base(),
512 ._M_iterator(__tmp, "position")
517 this->_M_transfer_from_if(__list, [__tmp](_Base_const_iterator __it)
518 { return __it == __tmp; });
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
list 551 for (_Base_iterator __tmp = __first.base();
552 __tmp != __last.base(); ++__tmp)
554 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::end(),
558 _GLIBCXX_DEBUG_VERIFY(&__x != this || __tmp != __position,
560 ._M_iterator(__tmp, "position")
565 this->_M_transfer_from_if(__x, _Equal(__tmp));
safe_iterator.h 308 _Safe_iterator __tmp(*this);
310 return __tmp;
338 _Safe_iterator __tmp(*this);
340 return __tmp;
368 _Safe_iterator __tmp(*this);
369 __tmp += __n;
370 return __tmp;
386 _Safe_iterator __tmp(*this);
387 __tmp -= __n;
388 return __tmp;
    [all...]
forward_list 502 for (_Base_const_iterator __tmp = std::next(__before.base());
503 __tmp != __last.base(); ++__tmp)
505 _GLIBCXX_DEBUG_VERIFY(__tmp != __list._M_base().end(),
510 _GLIBCXX_DEBUG_VERIFY(&__list != this || __tmp != __pos.base(),
512 ._M_iterator(__tmp, "position")
517 this->_M_transfer_from_if(__list, [__tmp](_Base_const_iterator __it)
518 { return __it == __tmp; });
  /external/mesa3d/src/mesa/main/
macros.h 152 fi_type __tmp; \
153 __tmp.f = (FLT); \
154 if (__tmp.i < 0) \
156 else if (__tmp.i >= IEEE_ONE) \
159 __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \
160 UB = (GLubyte) __tmp.i; \
165 fi_type __tmp; \
166 __tmp.f = (FLT) * (255.0F/256.0F) + 32768.0F; \
167 UB = (GLubyte) __tmp.i;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
extptr_allocator.h 189 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
191 __larg._M_real_alloc = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 154 _Node_iterator __tmp(*this);
156 return __tmp;
199 _Node_const_iterator __tmp(*this);
201 return __tmp;
299 _Hashtable_iterator __tmp(*this);
301 return __tmp;
349 _Hashtable_const_iterator __tmp(*this);
351 return __tmp;

Completed in 5294 milliseconds

1 2 3 4 56 7 8 91011>>