HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 1001 - 1025 of 1127) sorted by null

<<414243444546

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
bitset     [all...]
mutex 641 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
642 { __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
bitset     [all...]
mutex 605 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
606 { __x.swap(__y); }
scoped_allocator 350 tuple<_Args1...> __x, tuple<_Args2...> __y)
362 _M_construct_p(__y_use_tag, __y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 66 swap(_Fwd_list_node_base& __x, _Fwd_list_node_base& __y)
67 { std::swap(__x._M_next, __y._M_next); }
246 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
247 { return __x._M_node == __y._M_node; }
255 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
256 { return __x._M_node != __y._M_node; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
bitset     [all...]
mutex 637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
638 { __x.swap(__y); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
bitset     [all...]
mutex 637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
638 { __x.swap(__y); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 66 swap(_Fwd_list_node_base& __x, _Fwd_list_node_base& __y)
67 { std::swap(__x._M_next, __y._M_next); }
246 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
247 { return __x._M_node == __y._M_node; }
255 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
256 { return __x._M_node != __y._M_node; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 66 swap(_Fwd_list_node_base& __x, _Fwd_list_node_base& __y)
67 { std::swap(__x._M_next, __y._M_next); }
246 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
247 { return __x._M_node == __y._M_node; }
255 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
256 { return __x._M_node != __y._M_node; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 66 swap(_Fwd_list_node_base& __x, _Fwd_list_node_base& __y)
67 { std::swap(__x._M_next, __y._M_next); }
246 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
247 { return __x._M_node == __y._M_node; }
255 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
256 { return __x._M_node != __y._M_node; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 66 swap(_Fwd_list_node_base& __x, _Fwd_list_node_base& __y)
67 { std::swap(__x._M_next, __y._M_next); }
246 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
247 { return __x._M_node == __y._M_node; }
255 const _Fwd_list_const_iterator<_Tp, _Alloc>& __y)
256 { return __x._M_node != __y._M_node; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
bitset     [all...]
mutex 637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
638 { __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
bitset     [all...]
mutex 637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
638 { __x.swap(__y); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
string 481 streamoff operator-(const fpos<_StateT>& __x, const fpos<_StateT>& __y)
482 {return streamoff(__x) - streamoff(__y);}
486 bool operator==(const fpos<_StateT>& __x, const fpos<_StateT>& __y)
487 {return streamoff(__x) == streamoff(__y);}
491 bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y)
492 {return streamoff(__x) != streamoff(__y);}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 81 kill_dependency(_Tp __y) noexcept
83 _Tp __ret(__y);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
mutex 641 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
642 { __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 81 kill_dependency(_Tp __y) noexcept
83 _Tp __ret(__y);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 108 kill_dependency(_Tp __y) noexcept
110 _Tp __ret(__y);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
xmmintrin.h 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W)
921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z };
926 _mm_setr_ps (float __Z, float __Y, float __X, float __W)
928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W };
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
xmmintrin.h 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W)
921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z };
926 _mm_setr_ps (float __Z, float __Y, float __X, float __W)
928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W };
    [all...]

Completed in 1134 milliseconds

<<414243444546