HomeSort by relevance Sort by last modified time
    Searched full:__tmp (Results 151 - 175 of 462) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 154 _Node_iterator __tmp(*this);
156 return __tmp;
199 _Node_const_iterator __tmp(*this);
201 return __tmp;
299 _Hashtable_iterator __tmp(*this);
301 return __tmp;
349 _Hashtable_const_iterator __tmp(*this);
351 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator.h 162 _Iterator __tmp = current; local
163 return *--__tmp;
195 reverse_iterator __tmp = *this; local
197 return __tmp;
220 reverse_iterator __tmp = *this; local
222 return __tmp;
979 move_iterator __tmp = *this; local
981 return __tmp;
994 move_iterator __tmp = *this; local
996 return __tmp;
    [all...]
basic_string.tcc 249 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator());
251 _M_data(__tmp);
437 const basic_string __tmp(__s, __n2);
438 return _M_replace_safe(__pos, __n1, __tmp._M_data(), __n2);
510 _CharT* __tmp = _M_rep()->_M_clone(__a, __res - this->size());
512 _M_data(__tmp);
527 _CharT* __tmp = _M_data();
529 __s._M_data(__tmp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator.h 162 _Iterator __tmp = current; local
163 return *--__tmp;
195 reverse_iterator __tmp = *this; local
197 return __tmp;
220 reverse_iterator __tmp = *this; local
222 return __tmp;
979 move_iterator __tmp = *this; local
981 return __tmp;
994 move_iterator __tmp = *this; local
996 return __tmp;
    [all...]
basic_string.tcc 249 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator());
251 _M_data(__tmp);
437 const basic_string __tmp(__s, __n2);
438 return _M_replace_safe(__pos, __n1, __tmp._M_data(), __n2);
510 _CharT* __tmp = _M_rep()->_M_clone(__a, __res - this->size());
512 _M_data(__tmp);
527 _CharT* __tmp = _M_data();
529 __s._M_data(__tmp);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
xmmintrin.h 734 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
735 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
938 __v4sf __tmp = *(__v4sf *)__P; local
939 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
988 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
1003 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
    [all...]
smmintrin.h 368 union { int i; float f; } __tmp; local
369 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
370 return __tmp.i;
376 union { int i; float f; } __tmp; \
377 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
378 __tmp.i; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
xmmintrin.h 708 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
709 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
912 __v4sf __tmp = *(__v4sf *)__P; local
913 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
962 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
963 _mm_storeu_ps (__P, __tmp);
977 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
978 _mm_store_ps (__P, __tmp);
    [all...]
smmintrin.h 366 union { int i; float f; } __tmp; local
367 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
368 return __tmp.i;
374 union { int i; float f; } __tmp; \
375 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
376 __tmp.i; \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
xmmintrin.h 708 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
709 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
912 __v4sf __tmp = *(__v4sf *)__P; local
913 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
962 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
963 _mm_storeu_ps (__P, __tmp);
977 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
978 _mm_store_ps (__P, __tmp);
    [all...]
smmintrin.h 366 union { int i; float f; } __tmp; local
367 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
368 return __tmp.i;
374 union { int i; float f; } __tmp; \
375 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
376 __tmp.i; \
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
xmmintrin.h 734 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
735 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
938 __v4sf __tmp = *(__v4sf *)__P; local
939 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
988 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
1003 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
    [all...]
smmintrin.h 368 union { int i; float f; } __tmp; local
369 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
370 return __tmp.i;
376 union { int i; float f; } __tmp; \
377 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
378 __tmp.i; \
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 197 unsigned short __tmp; local
236 START_FAST_MATH(__tmp);
246 END_FAST_MATH(__tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/decimal/
decimal.h 290 _Tp __tmp; \
291 __tmp.__setval(_Op __rhs.__getval()); \
292 return __tmp; \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/
decimal.h 290 _Tp __tmp; \
291 __tmp.__setval(_Op __rhs.__getval()); \
292 return __tmp; \
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 97 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } local
98 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } local
  /external/libnl/include/netlink/
attr.h 161 type __tmp = value; \
162 NLA_PUT(msg, attrtype, sizeof(type), &__tmp); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
system_error 366 const size_t __tmp = std::_Hash_impl::hash(__e._M_value);
367 return std::_Hash_impl::__hash_combine(__e._M_cat, __tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
system_error 366 const size_t __tmp = std::_Hash_impl::hash(__e._M_value);
367 return std::_Hash_impl::__hash_combine(__e._M_cat, __tmp);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
smmintrin.h 313 union { int i; float f; } __tmp; local
314 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
315 return __tmp.i;
321 union { int i; float f; } __tmp; \
322 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(X), (N)); \
323 __tmp.i; \
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
smmintrin.h 313 union { int i; float f; } __tmp; local
314 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
315 return __tmp.i;
321 union { int i; float f; } __tmp; \
322 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(X), (N)); \
323 __tmp.i; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 608 _CharT* __tmp = _M_data(); local
610 __rcs._M_data(__tmp);
625 _CharT* __tmp = __rcs._M_grab(_M_get_allocator()); local
627 _M_data(__tmp);
642 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), local
645 _M_data(__tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 608 _CharT* __tmp = _M_data(); local
610 __rcs._M_data(__tmp);
625 _CharT* __tmp = __rcs._M_grab(_M_get_allocator()); local
627 _M_data(__tmp);
642 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), local
645 _M_data(__tmp);
  /external/libcxx/include/experimental/
filesystem 602 basic_string<_ECharT> __tmp(__b, __e);
603 _Narrower()(back_inserter(__dest), __tmp.data(),
604 __tmp.data() + __tmp.length());
612 basic_string<_ECharT> __tmp;
614 __tmp.push_back(*__b);
615 _Narrower()(back_inserter(__dest), __tmp.data(),
616 __tmp.data() + __tmp.length());
848 basic_string<_ECharT> __tmp;
    [all...]

Completed in 851 milliseconds

1 2 3 4 5 67 8 91011>>