Searched refs:__tmp (Results 26 - 49 of 49) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_deque.h196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
[all...]
H A D_tree.h181 _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...]
H A D_istreambuf_iterator.h145 _M_getc(); // __tmp should avoid any future actions under
147 // (due to buffer for *this and __tmp are the same).
148 istreambuf_iterator<_CharT, _Traits> __tmp = *this; local
151 return __tmp;
H A D_queue.h106 _Sequence __tmp = c; local
108 __x.c = __tmp;
239 _Sequence __tmp = c; local
241 __x.c = __tmp;
H A D_slist.c48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); local
50 _STLP_STD::_Destroy(&__tmp->_M_data);
51 _M_head.deallocate(__tmp,1);
H A D_algobase.c304 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))
H A D_algobase.h72 _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), __las
[all...]
H A D_bvector.h86 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
[all...]
H A D_uninitialized.h267 unsigned char __tmp = __val; local
268 memset(__first, __tmp, __last - __first);
273 signed char __tmp = __val; local
274 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
278 char __tmp = __val; local
279 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
H A D_stream_iterator.h125 _Self __tmp = *this; local
127 return __tmp;
H A D_streambuf.c47 locale __tmp = _M_locale; local
49 return __tmp;
H A D_ostream.c224 long __tmp = ((this->flags() & _Basic_ios::basefield) != ios_base::dec) ?
226 return _STLP_PRIV __put_num(*this, __tmp);
238 long __tmp = ((this->flags() & _Basic_ios::basefield) != ios_base::dec) ?
240 return _STLP_PRIV __put_num(*this, __tmp);
H A D_num_get.c343 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;
H A D_hashtable.c459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
469 _ElemsIte __prev = _S_before_begin(__tmp_elems, __tmp, __prev_bucket)._M_ite;
471 fill(__tmp.begin() + __prev_bucket, __tmp.begin() + __new_bucket + 1, __cur._M_node);
474 _M_buckets.swap(__tmp);
H A D_slist.h111 _Self __tmp = *this; local
113 return __tmp;
557 _Self __tmp(__first, __last, this->get_allocator());
558 splice_after(iterator(__pos), __tmp); local
594 _Self __tmp(__first, __last, this->get_allocator());
595 splice(iterator(__pos), __tmp); local
H A D_vector.h328 iterator __tmp = _M_allocate_and_copy(__n, __first, __last); local
330 _M_set(__tmp, __tmp + __len, __tmp + __n);
H A D_hashtable.h139 _Self __tmp = *this; local
141 return __tmp;
H A D_complex.h778 complex<double> __tmp = polar(double(__rho), double(__phi)); local
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
H A D_rope.h686 _CharT __tmp = __a; local
688 __b = __tmp;
700 _CharT __tmp = __a; \
702 __b = __tmp; \
H A D_algo.c464 _Tp __tmp = *__first; local
491 *__p = __tmp;
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_slist.h354 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);
H A D_debug.c494 __owned_link* __tmp; local
502 __tmp = __x._M_node._M_next;
508 __y._M_node._M_next = __tmp;
/ndk/sources/host-tools/make-3.81/
H A Dgetopt.c280 char __tmp = __getopt_nonoption_flags[ch1]; \
282 __getopt_nonoption_flags[ch2] = __tmp; \
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dgetopt.c129 char __tmp = __getopt_nonoption_flags[ch1]; \
131 __getopt_nonoption_flags[ch2] = __tmp; \

Completed in 421 milliseconds

12