HomeSort by relevance Sort by last modified time
    Searched defs:__tmp (Results 276 - 300 of 509) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 88 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a); local
90 *__b = _GLIBCXX_MOVE(__tmp);
700 const _Tp __tmp = __value; local
702 *__first = __tmp;
711 const _Tp __tmp = __c; local
712 __builtin_memset(__first, static_cast<unsigned char>(__tmp),
756 const _Tp __tmp = __value; local
758 *__first = __tmp;
    [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/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 509 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
511 _M_data(__tmp);
537 _CharT* __tmp = _M_create(__res, __capacity); local
538 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
540 _M_data(__tmp);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 304 unsigned char __tmp = (unsigned char)*__first2; local
305 __hints[__tmp / CHAR_BIT] |= (1 << (__tmp % CHAR_BIT));
309 _Tp2 __tmp = (_Tp2)*__first1; local
310 if (__stlp_eq(*__first1, __tmp) &&
311 __pred((__hints[(unsigned char)__tmp / CHAR_BIT] & (1 << ((unsigned char)__tmp % CHAR_BIT))) != 0))
_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...]
_num_get.c 343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits); local
344 if (__tmp) {
506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 ); local
515 return __tmp;
595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); local
598 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 494 __owned_link* __tmp; local
502 __tmp = __x._M_node._M_next;
508 __y._M_node._M_next = __tmp;
_iterator.h 255 _Self __tmp = *this; local
257 return __tmp;
264 _Self __tmp = *this; local
266 return __tmp;
279 _Self __tmp(*this);
280 __tmp.__advance(__n);
281 return __tmp;
284 _Self __tmp(*this);
285 __tmp.__advance(-__n);
286 return __tmp;
    [all...]
_slist.h 354 iterator __tmp = __pos; ++__tmp;
355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
356 _Invalidate_iterator(__tmp);
362 iterator __tmp = __before_first; ++__tmp; local
363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp))
364 _Invalidate_iterators(__tmp, __last);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 88 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a); local
90 *__b = _GLIBCXX_MOVE(__tmp);
700 const _Tp __tmp = __value; local
702 *__first = __tmp;
711 const _Tp __tmp = __c; local
712 __builtin_memset(__first, static_cast<unsigned char>(__tmp),
756 const _Tp __tmp = __value; local
758 *__first = __tmp;
    [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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 509 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
511 _M_data(__tmp);
537 _CharT* __tmp = _M_create(__res, __capacity); local
538 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
540 _M_data(__tmp);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator.h 158 _Iterator __tmp = current; local
159 return *--__tmp;
191 reverse_iterator __tmp = *this; local
193 return __tmp;
216 reverse_iterator __tmp = *this; local
218 return __tmp;
973 move_iterator __tmp = *this; local
975 return __tmp;
988 move_iterator __tmp = *this; local
990 return __tmp;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 158 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; local
159 _M_mutex = __tmp;
216 __gthread_recursive_mutex_t __tmp = __GTHREAD_RECURSIVE_MUTEX_INIT; local
217 _M_mutex = __tmp;
276 __gthread_mutex_t __tmp; local
277 _S_destroy_win32(&__tmp, __mx);
334 __gthread_cond_t __tmp = __GTHREAD_COND_INIT; local
335 _M_cond = __tmp;
sso_string_base.h 515 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
517 _M_data(__tmp);
543 _CharT* __tmp = _M_create(__res, __capacity); local
544 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
546 _M_data(__tmp);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 214 iterator __tmp = *this; local
216 return __tmp;
229 iterator __tmp = *this; local
231 return __tmp;
251 iterator __tmp = *this; local
252 return __tmp += __i;
258 iterator __tmp = *this; local
259 return __tmp -= __i;
300 const_iterator __tmp = *this; local
302 return __tmp;
315 const_iterator __tmp = *this; local
337 const_iterator __tmp = *this; local
344 const_iterator __tmp = *this; local
    [all...]
stl_iterator.h 164 _Iterator __tmp = current; local
165 return *--__tmp;
197 reverse_iterator __tmp = *this; local
199 return __tmp;
222 reverse_iterator __tmp = *this; local
224 return __tmp;
981 move_iterator __tmp = *this; local
983 return __tmp;
996 move_iterator __tmp = *this; local
998 return __tmp;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 270 __gthread_mutex_t __tmp; local
271 _S_destroy_win32(&__tmp, __mx);
sso_string_base.h 494 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
496 _M_data(__tmp);
522 _CharT* __tmp = _M_create(__res, __capacity); local
523 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
525 _M_data(__tmp);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 304 unsigned char __tmp = (unsigned char)*__first2; local
305 __hints[__tmp / CHAR_BIT] |= (1 << (__tmp % CHAR_BIT));
309 _Tp2 __tmp = (_Tp2)*__first1; local
310 if (__stlp_eq(*__first1, __tmp) &&
311 __pred((__hints[(unsigned char)__tmp / CHAR_BIT] & (1 << ((unsigned char)__tmp % CHAR_BIT))) != 0))
_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...]
_num_get.c 343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits); local
344 if (__tmp) {
506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 ); local
515 return __tmp;
595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); local
598 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 494 __owned_link* __tmp; local
502 __tmp = __x._M_node._M_next;
508 __y._M_node._M_next = __tmp;
_iterator.h 255 _Self __tmp = *this; local
257 return __tmp;
264 _Self __tmp = *this; local
266 return __tmp;
279 _Self __tmp(*this);
280 __tmp.__advance(__n);
281 return __tmp;
284 _Self __tmp(*this);
285 __tmp.__advance(-__n);
286 return __tmp;
    [all...]

Completed in 1489 milliseconds

<<11121314151617181920>>