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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_queue.h 106 _Sequence __tmp = c; local
108 __x.c = __tmp;
239 _Sequence __tmp = c; local
241 __x.c = __tmp;
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); local
50 _STLP_STD::_Destroy(&__tmp->_M_data);
51 _M_head.deallocate(__tmp,1);
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
_uninitialized.h 267 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);
  /external/stlport/stlport/stl/
_iterator.h 76 _Iterator __tmp = current; local
77 return *--__tmp;
85 _Self __tmp = *this; local
87 return __tmp;
94 _Self __tmp = *this; local
96 return __tmp;
_iterator_old.h 86 _BidirectionalIterator __tmp = current; local
87 return *(--__tmp);
97 _Self __tmp = *this; local
99 return __tmp;
106 _Self __tmp = *this; local
108 return __tmp;
190 _Self __tmp = *this; local
192 return __tmp;
199 _Self __tmp = *this; local
201 return __tmp;
    [all...]
_limits.c 161 _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET _Word, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET }; variable
162 return __tmp._num;
165 _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET 0, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET }; variable
166 __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 1] = _Word;
167 return __tmp._num;
193 // _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET _Word1, _Word2, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET };
194 // return __tmp._num;
197 _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET 0, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET }; variable
198 __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 2] = _Word1;
199 __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 1] = _Word2
    [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);
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
_string_base.h 173 _Tp *__tmp = _M_finish; local
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
186 _Tp *__tmp = _M_start_of_storage._M_data; local
195 __s._M_start_of_storage._M_data = __tmp;
_vector.c 69 pointer __tmp; local
71 __tmp = _M_allocate_and_copy(__n, this->_M_start, this->_M_finish);
74 __tmp = this->_M_end_of_storage.allocate(__n, __n);
76 _M_set(__tmp, __tmp + __old_size, __tmp + __n);
189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0,
192 this->_M_start = __tmp;
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
213 __tmp.swap(*this)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 76 _Iterator __tmp = current; local
77 return *--__tmp;
85 _Self __tmp = *this; local
87 return __tmp;
94 _Self __tmp = *this; local
96 return __tmp;
_iterator_old.h 86 _BidirectionalIterator __tmp = current; local
87 return *(--__tmp);
97 _Self __tmp = *this; local
99 return __tmp;
106 _Self __tmp = *this; local
108 return __tmp;
190 _Self __tmp = *this; local
192 return __tmp;
199 _Self __tmp = *this; local
201 return __tmp;
    [all...]
_limits.c 161 _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET _Word, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET }; variable
162 return __tmp._num;
165 _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET 0, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET }; variable
166 __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 1] = _Word;
167 return __tmp._num;
193 // _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET _Word1, _Word2, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET };
194 // return __tmp._num;
197 _WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET 0, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE_BRACKET }; variable
198 __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 2] = _Word1;
199 __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 1] = _Word2
    [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);
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
_string_base.h 173 _Tp *__tmp = _M_finish; local
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
186 _Tp *__tmp = _M_start_of_storage._M_data; local
195 __s._M_start_of_storage._M_data = __tmp;
_vector.c 69 pointer __tmp; local
71 __tmp = _M_allocate_and_copy(__n, this->_M_start, this->_M_finish);
74 __tmp = this->_M_end_of_storage.allocate(__n, __n);
76 _M_set(__tmp, __tmp + __old_size, __tmp + __n);
189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0,
192 this->_M_start = __tmp;
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
213 __tmp.swap(*this)
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mm3dnow.h 181 union { __v2sf v; float a[2]; } __tmp = { (__v2sf)__A }; local
182 return __tmp.a[0];
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mm3dnow.h 181 union { __v2sf v; float a[2]; } __tmp = { (__v2sf)__A }; local
182 return __tmp.a[0];
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mm3dnow.h 175 union { __v2sf v; float a[2]; } __tmp; local
176 __tmp.v = (__v2sf)__A;
177 return __tmp.a[0];
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mm3dnow.h 175 union { __v2sf v; float a[2]; } __tmp; local
176 __tmp.v = (__v2sf)__A;
177 return __tmp.a[0];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
concurrence.h 153 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; local
154 _M_mutex = __tmp;
203 __gthread_recursive_mutex_t __tmp = __GTHREAD_RECURSIVE_MUTEX_INIT; local
204 _M_mutex = __tmp;
276 __gthread_cond_t __tmp = __GTHREAD_COND_INIT; local
277 _M_cond = __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mm3dnow.h 175 union { __v2sf v; float a[2]; } __tmp; local
176 __tmp.v = (__v2sf)__A;
177 return __tmp.a[0];

Completed in 2351 milliseconds

1 2 3 4 5 6 78 91011>>