HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 201 - 225 of 424) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
arm_acle.h 75 __swp(uint32_t __x, volatile uint32_t *__p) {
79 while (__builtin_arm_strex(__x, __p));
115 __ror(uint32_t __x, uint32_t __y) {
118 return __x;
119 return (__x >> __y) | (__x << (32 - __y));
123 __rorll(uint64_t __x, uint32_t __y) {
126 return __x;
127 return (__x >> __y) | (__x << (64 - __y))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
arm_acle.h 75 __swp(uint32_t __x, volatile uint32_t *__p) {
79 while (__builtin_arm_strex(__x, __p));
115 __ror(uint32_t __x, uint32_t __y) {
118 return __x;
119 return (__x >> __y) | (__x << (32 - __y));
123 __rorll(uint64_t __x, uint32_t __y) {
126 return __x;
127 return (__x >> __y) | (__x << (64 - __y))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
arm_acle.h 75 __swp(uint32_t __x, volatile uint32_t *__p) {
79 while (__builtin_arm_strex(__x, __p));
115 __ror(uint32_t __x, uint32_t __y) {
118 return __x;
119 return (__x >> __y) | (__x << (32 - __y));
123 __rorll(uint64_t __x, uint32_t __y) {
126 return __x;
127 return (__x >> __y) | (__x << (64 - __y))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
arm_acle.h 75 __swp(uint32_t __x, volatile uint32_t *__p) {
79 while (__builtin_arm_strex(__x, __p));
115 __ror(uint32_t __x, uint32_t __y) {
118 return __x;
119 return (__x >> __y) | (__x << (32 - __y));
123 __rorll(uint64_t __x, uint32_t __y) {
126 return __x;
127 return (__x >> __y) | (__x << (64 - __y))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
arm_acle.h 75 __swp(uint32_t __x, volatile uint32_t *__p) {
79 while (__builtin_arm_strex(__x, __p));
115 __ror(uint32_t __x, uint32_t __y) {
118 return __x;
119 return (__x >> __y) | (__x << (32 - __y));
123 __rorll(uint64_t __x, uint32_t __y) {
126 return __x;
127 return (__x >> __y) | (__x << (64 - __y))
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
arm_acle.h 75 __swp(uint32_t __x, volatile uint32_t *__p) {
79 while (__builtin_arm_strex(__x, __p));
115 __ror(uint32_t __x, uint32_t __y) {
118 return __x;
119 return (__x >> __y) | (__x << (32 - __y));
123 __rorll(uint64_t __x, uint32_t __y) {
126 return __x;
127 return (__x >> __y) | (__x << (64 - __y))
    [all...]
  /external/clang/test/Sema/
typo-correction.c 39 int PR23101(__m128i __x) {
40 return foo((__v2di)__x); // expected-warning {{implicit declaration of function 'foo'}} \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_base.h 92 @p __x does. @p __constant is true if this is a constant
94 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
96 { this->_M_attach(__x._M_sequence, __constant); }
135 /** Can we compare this iterator to the given iterator @p __x?
138 _GLIBCXX_PURE bool _M_can_compare(const _Safe_iterator_base& __x) const throw ();
225 _M_swap(_Safe_sequence_base& __x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 88 address(reference __x) const _GLIBCXX_NOEXCEPT
89 { return std::__addressof(__x); }
92 address(const_reference __x) const _GLIBCXX_NOEXCEPT
93 { return std::__addressof(__x); }
new_allocator.h 89 address(reference __x) const _GLIBCXX_NOEXCEPT
90 { return std::__addressof(__x); }
93 address(const_reference __x) const _GLIBCXX_NOEXCEPT
94 { return std::__addressof(__x); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_base.h 92 @p __x does. @p __constant is true if this is a constant
94 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
96 { this->_M_attach(__x._M_sequence, __constant); }
135 /** Can we compare this iterator to the given iterator @p __x?
138 _GLIBCXX_PURE bool _M_can_compare(const _Safe_iterator_base& __x) const throw ();
225 _M_swap(_Safe_sequence_base& __x);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 88 address(reference __x) const _GLIBCXX_NOEXCEPT
89 { return std::__addressof(__x); }
92 address(const_reference __x) const _GLIBCXX_NOEXCEPT
93 { return std::__addressof(__x); }
new_allocator.h 89 address(reference __x) const _GLIBCXX_NOEXCEPT
90 { return std::__addressof(__x); }
93 address(const_reference __x) const _GLIBCXX_NOEXCEPT
94 { return std::__addressof(__x); }
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 41 address(reference __x) const;
45 address(const_reference __x) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
random_number.h 58 __scale_down(uint64_t __x,
66 return uint32_t(__x * _M_supremum_reciprocal);
68 return static_cast<uint32_t>(__x % _M_supremum);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
random_number.h 58 __scale_down(uint64_t __x,
66 return uint32_t(__x * _M_supremum_reciprocal);
68 return static_cast<uint32_t>(__x % _M_supremum);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 137 "=m" ( *(struct { __extension__ char __x[__n]; } *)__dest)
139 "m" ( *(struct { __extension__ char __x[__n]; } *)__src)
163 "=m" ( *(struct { __extension__ char __x[__n]; } *)__dest)
165 "m" ( *(struct { __extension__ char __x[__n]; } *)__src));
172 "=m" ( *(struct { __extension__ char __x[__n]; } *)__dest)
175 "m" ( *(struct { __extension__ char __x[__n]; } *)__src));
200 "m" ( *(struct { __extension__ char __x[__n]; } *)__s1),
201 "m" ( *(struct { __extension__ char __x[__n]; } *)__s2)
328 "=m" ( *(struct { __extension__ char __x[__n]; } *)__s)
339 "=m" ( *(struct { __extension__ char __x[__n]; } *)__s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 103 operator==(const _Node_iterator_base<_Value, __cache>& __x,
105 { return __x._M_cur == __y._M_cur; }
109 operator!=(const _Node_iterator_base<_Value, __cache>& __x,
111 { return __x._M_cur != __y._M_cur; }
178 __cache>& __x)
179 : _Node_iterator_base<_Value, __cache>(__x._M_cur) { }
244 operator==(const _Hashtable_iterator_base<_Value, __cache>& __x,
246 { return __x._M_cur_node == __y._M_cur_node; }
250 operator!=(const _Hashtable_iterator_base<_Value, __cache>& __x,
252 { return __x._M_cur_node != __y._M_cur_node;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 103 operator==(const _Node_iterator_base<_Value, __cache>& __x,
105 { return __x._M_cur == __y._M_cur; }
109 operator!=(const _Node_iterator_base<_Value, __cache>& __x,
111 { return __x._M_cur != __y._M_cur; }
178 __cache>& __x)
179 : _Node_iterator_base<_Value, __cache>(__x._M_cur) { }
244 operator==(const _Hashtable_iterator_base<_Value, __cache>& __x,
246 { return __x._M_cur_node == __y._M_cur_node; }
250 operator!=(const _Hashtable_iterator_base<_Value, __cache>& __x,
252 { return __x._M_cur_node != __y._M_cur_node;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_uninitialized.h 127 const _Tp& __x)
133 std::_Construct(std::__addressof(*__cur), __x);
149 const _Tp& __x)
150 { std::fill(__first, __last, __x); }
157 * @param __x The source value.
165 const _Tp& __x)
171 __uninit_fill(__first, __last, __x);
181 const _Tp& __x)
187 std::_Construct(std::__addressof(*__cur), __x);
203 const _Tp& __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_uninitialized.h 127 const _Tp& __x)
133 std::_Construct(std::__addressof(*__cur), __x);
149 const _Tp& __x)
150 { std::fill(__first, __last, __x); }
157 * @param __x The source value.
165 const _Tp& __x)
171 __uninit_fill(__first, __last, __x);
181 const _Tp& __x)
187 std::_Construct(std::__addressof(*__cur), __x);
203 const _Tp& __x)
    [all...]

Completed in 436 milliseconds

1 2 3 4 5 6 7 891011>>