/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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 | 366 int_type __tmp; 370 __tmp = traits_type::to_int_type(*this->gptr()); 374 __tmp = this->underflow(); 375 if (traits_type::eq_int_type(__tmp, __ret)) 390 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 783 const int_type __tmp = this->overflow(); 784 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 827 const int_type __tmp = this->overflow(); 828 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 845 const int_type __tmp = this->overflow() [all...] |
forward_list.h | 144 _Self __tmp(*this); 146 return __tmp; 215 _Self __tmp(*this); 217 return __tmp; 877 forward_list __tmp(__n, __val, this->get_allocator()); 878 this->splice_after(__pos, std::move(__tmp)); 899 forward_list __tmp(__first, __last, this->get_allocator()); 900 this->splice_after(__pos, std::move(__tmp)); 919 forward_list __tmp(__il, this->get_allocator()); 920 this->splice_after(__pos, std::move(__tmp)); 942 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 971 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 1175 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local 1189 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/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 | 366 int_type __tmp; 370 __tmp = traits_type::to_int_type(*this->gptr()); 374 __tmp = this->underflow(); 375 if (traits_type::eq_int_type(__tmp, __ret)) 390 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 783 const int_type __tmp = this->overflow(); 784 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 827 const int_type __tmp = this->overflow(); 828 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 845 const int_type __tmp = this->overflow() [all...] |
forward_list.h | 144 _Self __tmp(*this); 146 return __tmp; 215 _Self __tmp(*this); 217 return __tmp; 877 forward_list __tmp(__n, __val, this->get_allocator()); 878 this->splice_after(__pos, std::move(__tmp)); 899 forward_list __tmp(__first, __last, this->get_allocator()); 900 this->splice_after(__pos, std::move(__tmp)); 919 forward_list __tmp(__il, this->get_allocator()); 920 this->splice_after(__pos, std::move(__tmp)); 942 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 971 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 1175 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local 1189 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
fstream.tcc | 366 int_type __tmp; 370 __tmp = traits_type::to_int_type(*this->gptr()); 374 __tmp = this->underflow(); 375 if (traits_type::eq_int_type(__tmp, __ret)) 390 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 783 const int_type __tmp = this->overflow(); 784 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 827 const int_type __tmp = this->overflow(); 828 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 845 const int_type __tmp = this->overflow() [all...] |
forward_list.h | 144 _Self __tmp(*this); 146 return __tmp; 215 _Self __tmp(*this); 217 return __tmp; 877 forward_list __tmp(__n, __val, this->get_allocator()); 878 this->splice_after(__pos, std::move(__tmp)); 899 forward_list __tmp(__first, __last, this->get_allocator()); 900 this->splice_after(__pos, std::move(__tmp)); 919 forward_list __tmp(__il, this->get_allocator()); 920 this->splice_after(__pos, std::move(__tmp)); 942 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 971 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 1175 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local 1189 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local [all...] |
stl_iterator.h | 151 _Iterator __tmp = current; local 152 return *--__tmp; 184 reverse_iterator __tmp = *this; local 186 return __tmp; 209 reverse_iterator __tmp = *this; local 211 return __tmp; 932 move_iterator __tmp = *this; local 934 return __tmp; 947 move_iterator __tmp = *this; local 949 return __tmp; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
fstream.tcc | 382 int_type __tmp; 386 __tmp = traits_type::to_int_type(*this->gptr()); 390 __tmp = this->underflow(); 391 if (traits_type::eq_int_type(__tmp, __ret)) 406 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 840 const int_type __tmp = this->overflow(); 841 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 884 const int_type __tmp = this->overflow(); 885 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 902 const int_type __tmp = this->overflow() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
fstream.tcc | 382 int_type __tmp; 386 __tmp = traits_type::to_int_type(*this->gptr()); 390 __tmp = this->underflow(); 391 if (traits_type::eq_int_type(__tmp, __ret)) 406 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 840 const int_type __tmp = this->overflow(); 841 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 884 const int_type __tmp = this->overflow(); 885 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 902 const int_type __tmp = this->overflow() [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 366 int_type __tmp; 370 __tmp = traits_type::to_int_type(*this->gptr()); 374 __tmp = this->underflow(); 375 if (traits_type::eq_int_type(__tmp, __ret)) 390 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 783 const int_type __tmp = this->overflow(); 784 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 827 const int_type __tmp = this->overflow(); 828 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 845 const int_type __tmp = this->overflow() [all...] |
forward_list.h | 144 _Self __tmp(*this); 146 return __tmp; 215 _Self __tmp(*this); 217 return __tmp; 877 forward_list __tmp(__n, __val, this->get_allocator()); 878 this->splice_after(__pos, std::move(__tmp)); 899 forward_list __tmp(__first, __last, this->get_allocator()); 900 this->splice_after(__pos, std::move(__tmp)); 919 forward_list __tmp(__il, this->get_allocator()); 920 this->splice_after(__pos, std::move(__tmp)); 942 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 971 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 1175 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local 1189 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local [all...] |
stl_iterator.h | 151 _Iterator __tmp = current; local 152 return *--__tmp; 184 reverse_iterator __tmp = *this; local 186 return __tmp; 209 reverse_iterator __tmp = *this; local 211 return __tmp; 932 move_iterator __tmp = *this; local 934 return __tmp; 947 move_iterator __tmp = *this; local 949 return __tmp; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 366 int_type __tmp; 370 __tmp = traits_type::to_int_type(*this->gptr()); 374 __tmp = this->underflow(); 375 if (traits_type::eq_int_type(__tmp, __ret)) 390 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) 783 const int_type __tmp = this->overflow(); 784 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 827 const int_type __tmp = this->overflow(); 828 if (traits_type::eq_int_type(__tmp, traits_type::eof())) 845 const int_type __tmp = this->overflow() [all...] |
forward_list.h | 144 _Self __tmp(*this); 146 return __tmp; 215 _Self __tmp(*this); 217 return __tmp; 877 forward_list __tmp(__n, __val, this->get_allocator()); 878 this->splice_after(__pos, std::move(__tmp)); 899 forward_list __tmp(__first, __last, this->get_allocator()); 900 this->splice_after(__pos, std::move(__tmp)); 919 forward_list __tmp(__il, this->get_allocator()); 920 this->splice_after(__pos, std::move(__tmp)); 942 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 971 _Node_base* __tmp = __const_pointer_cast<_Node_base*>(__pos._M_node); local 1175 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local 1189 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
list | 538 for (_Base_iterator __tmp = __first.base(); 539 __tmp != __last.base(); ++__tmp) 541 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::end(), 545 _GLIBCXX_DEBUG_VERIFY(&__x != this || __tmp != __position, 547 ._M_iterator(__tmp, "position") 552 this->_M_transfer_from_if(__x, _Equal(__tmp));
|
safe_iterator.h | 237 _Safe_iterator __tmp(*this); 239 return __tmp; 267 _Safe_iterator __tmp(*this); 269 return __tmp; 297 _Safe_iterator __tmp(*this); 298 __tmp += __n; 299 return __tmp; 315 _Safe_iterator __tmp(*this); 316 __tmp -= __n; 317 return __tmp; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
list | 538 for (_Base_iterator __tmp = __first.base(); 539 __tmp != __last.base(); ++__tmp) 541 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::end(), 545 _GLIBCXX_DEBUG_VERIFY(&__x != this || __tmp != __position, 547 ._M_iterator(__tmp, "position") 552 this->_M_transfer_from_if(__x, _Equal(__tmp));
|
safe_iterator.h | 237 _Safe_iterator __tmp(*this); 239 return __tmp; 267 _Safe_iterator __tmp(*this); 269 return __tmp; 297 _Safe_iterator __tmp(*this); 298 __tmp += __n; 299 return __tmp; 315 _Safe_iterator __tmp(*this); 316 __tmp -= __n; 317 return __tmp; [all...] |
/external/mesa3d/src/mesa/main/ |
macros.h | 144 fi_type __tmp; \ 145 __tmp.f = (F); \ 146 if (__tmp.i < 0) \ 148 else if (__tmp.i >= IEEE_0996) \ 151 __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \ 152 UB = (GLubyte) __tmp.i; \ 157 fi_type __tmp; \ 158 __tmp.f = (F) * (255.0F/256.0F) + 32768.0F; \ 159 UB = (GLubyte) __tmp.i; [all...] |
/external/stlport/stlport/stl/ |
_algobase.h | 72 _Tp __tmp = __a; local 74 __b = __tmp; 91 _Tp __tmp = __a; 93 __b = __tmp; 459 unsigned char __tmp = __val; local 460 memset(__first, __tmp, __last - __first); 465 signed char __tmp = __val; local 466 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first); 470 char __tmp = __val; local 471 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first) [all...] |
_bvector.h | 86 bool __tmp = (bool)__x; local 88 __y = __tmp; 195 _Self __tmp = *this; local 197 return __tmp; 204 _Self __tmp = *this; local 206 return __tmp; 217 _Self __tmp = *this; local 218 return __tmp += __i; 221 _Self __tmp = *this; local 222 return __tmp -= __i [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.h | 72 _Tp __tmp = __a; local 74 __b = __tmp; 91 _Tp __tmp = __a; 93 __b = __tmp; 459 unsigned char __tmp = __val; local 460 memset(__first, __tmp, __last - __first); 465 signed char __tmp = __val; local 466 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first); 470 char __tmp = __val; local 471 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first) [all...] |
_bvector.h | 86 bool __tmp = (bool)__x; local 88 __y = __tmp; 195 _Self __tmp = *this; local 197 return __tmp; 204 _Self __tmp = *this; local 206 return __tmp; 217 _Self __tmp = *this; local 218 return __tmp += __i; 221 _Self __tmp = *this; local 222 return __tmp -= __i [all...] |