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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
sys-tree.h 195 SYS_TREE_STRUCT type *__tmp; \
203 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
206 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
216 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \
224 __tmp = SPLAY_LEFT((head)->sph_root, field); \
225 if (__tmp == NULL) \
227 if ((cmp)(elm, __tmp) < 0){ \
228 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
234 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
235 if (__tmp == NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
97 if (__tmp != 0)
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stl_bvector.h 212 iterator __tmp = *this; local
214 return __tmp;
227 iterator __tmp = *this; local
229 return __tmp;
249 iterator __tmp = *this; local
250 return __tmp += __i;
256 iterator __tmp = *this; local
257 return __tmp -= __i;
298 const_iterator __tmp = *this; local
300 return __tmp;
313 const_iterator __tmp = *this; local
335 const_iterator __tmp = *this; local
342 const_iterator __tmp = *this; local
773 bool __tmp = __x; local
    [all...]
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
97 if (__tmp != 0)
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stl_bvector.h 212 iterator __tmp = *this; local
214 return __tmp;
227 iterator __tmp = *this; local
229 return __tmp;
249 iterator __tmp = *this; local
250 return __tmp += __i;
256 iterator __tmp = *this; local
257 return __tmp -= __i;
298 const_iterator __tmp = *this; local
300 return __tmp;
313 const_iterator __tmp = *this; local
335 const_iterator __tmp = *this; local
342 const_iterator __tmp = *this; local
773 bool __tmp = __x; local
    [all...]
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /external/stlport/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 210 iterator __tmp = *this; local
212 return __tmp;
225 iterator __tmp = *this; local
227 return __tmp;
247 iterator __tmp = *this; local
248 return __tmp += __i;
254 iterator __tmp = *this; local
255 return __tmp -= __i;
296 const_iterator __tmp = *this; local
298 return __tmp;
311 const_iterator __tmp = *this; local
333 const_iterator __tmp = *this; local
340 const_iterator __tmp = *this; local
767 bool __tmp = __x; local
    [all...]
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
extptr_allocator.h 173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
175 __larg._M_real_alloc = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
extptr_allocator.h 173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
175 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 210 iterator __tmp = *this; local
212 return __tmp;
225 iterator __tmp = *this; local
227 return __tmp;
247 iterator __tmp = *this; local
248 return __tmp += __i;
254 iterator __tmp = *this; local
255 return __tmp -= __i;
296 const_iterator __tmp = *this; local
298 return __tmp;
311 const_iterator __tmp = *this; local
333 const_iterator __tmp = *this; local
340 const_iterator __tmp = *this; local
767 bool __tmp = __x; local
    [all...]
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 210 iterator __tmp = *this; local
212 return __tmp;
225 iterator __tmp = *this; local
227 return __tmp;
247 iterator __tmp = *this; local
248 return __tmp += __i;
254 iterator __tmp = *this; local
255 return __tmp -= __i;
296 const_iterator __tmp = *this; local
298 return __tmp;
311 const_iterator __tmp = *this; local
333 const_iterator __tmp = *this; local
340 const_iterator __tmp = *this; local
767 bool __tmp = __x; local
    [all...]
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 640 size_t __tmp = _Nb; local
641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos));
763 string __tmp;
764 __tmp.reserve(_Nb);
783 __tmp.push_back(__c);
791 if (__tmp.empty())
794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
803 string __tmp;
804 __x._M_copy_to_string(__tmp);
805 return __os << __tmp;
    [all...]

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 91011>>