HomeSort by relevance Sort by last modified time
    Searched refs:__tmp (Results 201 - 225 of 482) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 181 _Self __tmp = *this; local
183 return __tmp;
196 _Self __tmp = *this; local
198 return __tmp;
261 _Self __tmp = *this; local
263 return __tmp;
276 _Self __tmp = *this; local
278 return __tmp;
937 iterator __tmp = end(); local
938 --__tmp;
949 const_iterator __tmp = end(); local
1535 _Node* __tmp = _M_create_node(__x); local
1543 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
hashtable_policy.h 163 _Node_iterator __tmp(*this);
165 return __tmp;
208 _Node_const_iterator __tmp(*this);
210 return __tmp;
306 _Hashtable_iterator __tmp(*this);
308 return __tmp;
356 _Hashtable_const_iterator __tmp(*this);
358 return __tmp;
927 _Uiterator __tmp = __first1; local
928 while (__tmp != __it1 && !(*__tmp == *__it1)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h 163 _Node_iterator __tmp(*this);
165 return __tmp;
208 _Node_const_iterator __tmp(*this);
210 return __tmp;
306 _Hashtable_iterator __tmp(*this);
308 return __tmp;
356 _Hashtable_const_iterator __tmp(*this);
358 return __tmp;
927 _Uiterator __tmp = __first1; local
928 while (__tmp != __it1 && !(*__tmp == *__it1)
    [all...]
  /external/stlport/stlport/stl/
_tree.h 181 _Self __tmp = *this; local
183 return __tmp;
191 _Self __tmp = *this; local
193 return __tmp;
316 _Link_type __tmp = this->_M_header.allocate(1); local
318 _Copy_Construct(&__tmp->_M_value_field, __x);
320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
321 _S_left(__tmp) = 0;
322 _S_right(__tmp) = 0;
323 return __tmp;
327 _Base_ptr __tmp = _M_create_node(_S_value(__x)); local
    [all...]
_list.c 57 _Node_base* __tmp = __position->_M_prev; local
60 __first->_M_prev = __tmp;
73 _Node* __tmp = __cur; local
75 _STLP_STD::_Destroy(&__tmp->_M_data);
76 this->_M_node.deallocate(__tmp, 1);
_istream.c 215 short __tmp = __STATIC_CAST(short, __lval);
219 if ((__tmp != __lval) && ((long)__uval != __lval))
222 __val = __tmp;
233 int __tmp = __lval;
237 if ((__tmp != __lval) && ((long)__uval != __lval))
240 __val = __tmp;
317 typename _Traits::int_type __tmp = _Traits::eof();
324 __tmp = this->rdbuf()->sgetc();
329 if (this->_S_eof(__tmp))
333 return __tmp;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.h 181 _Self __tmp = *this; local
183 return __tmp;
191 _Self __tmp = *this; local
193 return __tmp;
316 _Link_type __tmp = this->_M_header.allocate(1); local
318 _Copy_Construct(&__tmp->_M_value_field, __x);
320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
321 _S_left(__tmp) = 0;
322 _S_right(__tmp) = 0;
323 return __tmp;
327 _Base_ptr __tmp = _M_create_node(_S_value(__x)); local
    [all...]
_list.c 57 _Node_base* __tmp = __position->_M_prev; local
60 __first->_M_prev = __tmp;
73 _Node* __tmp = __cur; local
75 _STLP_STD::_Destroy(&__tmp->_M_data);
76 this->_M_node.deallocate(__tmp, 1);
_istream.c 215 short __tmp = __STATIC_CAST(short, __lval);
219 if ((__tmp != __lval) && ((long)__uval != __lval))
222 __val = __tmp;
233 int __tmp = __lval;
237 if ((__tmp != __lval) && ((long)__uval != __lval))
240 __val = __tmp;
317 typename _Traits::int_type __tmp = _Traits::eof();
324 __tmp = this->rdbuf()->sgetc();
329 if (this->_S_eof(__tmp))
333 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_tree.h 181 _Self __tmp = *this; local
183 return __tmp;
191 _Self __tmp = *this; local
193 return __tmp;
316 _Link_type __tmp = this->_M_header.allocate(1); local
318 _Copy_Construct(&__tmp->_M_value_field, __x);
320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
321 _S_left(__tmp) = 0;
322 _S_right(__tmp) = 0;
323 return __tmp;
327 _Base_ptr __tmp = _M_create_node(_S_value(__x)); local
    [all...]
_list.c 57 _Node_base* __tmp = __position->_M_prev; local
60 __first->_M_prev = __tmp;
73 _Node* __tmp = __cur; local
75 _STLP_STD::_Destroy(&__tmp->_M_data);
76 this->_M_node.deallocate(__tmp, 1);
_istream.c 215 short __tmp = __STATIC_CAST(short, __lval);
219 if ((__tmp != __lval) && ((long)__uval != __lval))
222 __val = __tmp;
233 int __tmp = __lval;
237 if ((__tmp != __lval) && ((long)__uval != __lval))
240 __val = __tmp;
317 typename _Traits::int_type __tmp = _Traits::eof();
324 __tmp = this->rdbuf()->sgetc();
329 if (this->_S_eof(__tmp))
333 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_tree.h 181 _Self __tmp = *this; local
183 return __tmp;
191 _Self __tmp = *this; local
193 return __tmp;
316 _Link_type __tmp = this->_M_header.allocate(1); local
318 _Copy_Construct(&__tmp->_M_value_field, __x);
320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
321 _S_left(__tmp) = 0;
322 _S_right(__tmp) = 0;
323 return __tmp;
327 _Base_ptr __tmp = _M_create_node(_S_value(__x)); local
    [all...]
_list.c 57 _Node_base* __tmp = __position->_M_prev; local
60 __first->_M_prev = __tmp;
73 _Node* __tmp = __cur; local
75 _STLP_STD::_Destroy(&__tmp->_M_data);
76 this->_M_node.deallocate(__tmp, 1);
_istream.c 215 short __tmp = __STATIC_CAST(short, __lval);
219 if ((__tmp != __lval) && ((long)__uval != __lval))
222 __val = __tmp;
233 int __tmp = __lval;
237 if ((__tmp != __lval) && ((long)__uval != __lval))
240 __val = __tmp;
317 typename _Traits::int_type __tmp = _Traits::eof();
324 __tmp = this->rdbuf()->sgetc();
329 if (this->_S_eof(__tmp))
333 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_tree.h 181 _Self __tmp = *this; local
183 return __tmp;
191 _Self __tmp = *this; local
193 return __tmp;
316 _Link_type __tmp = this->_M_header.allocate(1); local
318 _Copy_Construct(&__tmp->_M_value_field, __x);
320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
321 _S_left(__tmp) = 0;
322 _S_right(__tmp) = 0;
323 return __tmp;
327 _Base_ptr __tmp = _M_create_node(_S_value(__x)); local
    [all...]
_list.c 57 _Node_base* __tmp = __position->_M_prev; local
60 __first->_M_prev = __tmp;
73 _Node* __tmp = __cur; local
75 _STLP_STD::_Destroy(&__tmp->_M_data);
76 this->_M_node.deallocate(__tmp, 1);
_istream.c 215 short __tmp = __STATIC_CAST(short, __lval);
219 if ((__tmp != __lval) && ((long)__uval != __lval))
222 __val = __tmp;
233 int __tmp = __lval;
237 if ((__tmp != __lval) && ((long)__uval != __lval))
240 __val = __tmp;
317 typename _Traits::int_type __tmp = _Traits::eof();
324 __tmp = this->rdbuf()->sgetc();
329 if (this->_S_eof(__tmp))
333 return __tmp;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
167 if (__tmp != _M_pi)
169 if (__tmp != 0)
170 __tmp->_M_add_ref_copy();
173 _M_pi = __tmp;
181 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
183 _M_pi = __tmp;
244 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
245 if (__tmp != 0)
246 __tmp->_M_weak_add_ref()
256 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
268 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
448 _Tp1* __tmp = __r.get(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
362 if (__tmp != _M_pi)
364 if (__tmp != 0)
365 __tmp->_M_add_ref_copy();
368 _M_pi = __tmp;
376 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
378 _M_pi = __tmp;
439 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
440 if (__tmp != 0)
441 __tmp->_M_weak_add_ref()
451 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
463 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
603 _Tp1* __tmp = __r.get(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
362 if (__tmp != _M_pi)
364 if (__tmp != 0)
365 __tmp->_M_add_ref_copy();
368 _M_pi = __tmp;
376 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
378 _M_pi = __tmp;
439 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
440 if (__tmp != 0)
441 __tmp->_M_weak_add_ref()
451 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
463 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
603 _Tp1* __tmp = __r.get(); local
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
167 if (__tmp != _M_pi)
169 if (__tmp != 0)
170 __tmp->_M_add_ref_copy();
173 _M_pi = __tmp;
181 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
183 _M_pi = __tmp;
244 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
245 if (__tmp != 0)
246 __tmp->_M_weak_add_ref()
256 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
268 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
448 _Tp1* __tmp = __r.get(); local
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
167 if (__tmp != _M_pi)
169 if (__tmp != 0)
170 __tmp->_M_add_ref_copy();
173 _M_pi = __tmp;
181 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
183 _M_pi = __tmp;
244 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
245 if (__tmp != 0)
246 __tmp->_M_weak_add_ref()
256 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
268 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
448 _Tp1* __tmp = __r.get(); local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
167 if (__tmp != _M_pi)
169 if (__tmp != 0)
170 __tmp->_M_add_ref_copy();
173 _M_pi = __tmp;
181 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
183 _M_pi = __tmp;
244 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
245 if (__tmp != 0)
246 __tmp->_M_weak_add_ref()
256 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
268 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local
448 _Tp1* __tmp = __r.get(); local
    [all...]
  /external/openssh/openbsd-compat/
sys-tree.h 186 struct type *__tmp; \
194 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
197 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
207 struct type __node, *__left, *__right, *__tmp; \
215 __tmp = SPLAY_LEFT((head)->sph_root, field); \
216 if (__tmp == NULL) \
218 if ((cmp)(elm, __tmp) < 0){ \
219 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
225 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
226 if (__tmp == NULL)
    [all...]

Completed in 1812 milliseconds

1 2 3 4 5 6 7 891011>>