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

<<11121314151617

  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/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/kmod/testsuite/
path.c 199 WRAP_VERSTAT(__x,);
202 WRAP_VERSTAT(__x,64);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /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/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 80 thread_state.ts_64.__x[1] = thread_state.ts_64.__lr;
81 thread_state.ts_64.__x[2] = thread_state.ts_64.__pc;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 80 thread_state.ts_64.__x[1] = thread_state.ts_64.__lr;
81 thread_state.ts_64.__x[2] = thread_state.ts_64.__pc;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_set.i 45 std::pair<iterator,bool> insert(const value_type& __x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 102 __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
cmathcalls.h 102 __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
  /bionic/libc/include/
complex.h 128 double complex cpow(double complex __x, double complex __z) __INTRODUCED_IN(26);
129 float complex cpowf(float complex __x, float complex __z) __INTRODUCED_IN(26);
130 long double complex cpowl(long double complex __x, long double complex __z) __RENAME_LDBL(cpow, 26, 26);
stdlib.h 178 int abs(int __x) __attribute_const__ __INTRODUCED_IN(19);
179 long labs(long __x) __attribute_const__ __INTRODUCED_IN(19);
180 long long llabs(long long __x) __attribute_const__ __INTRODUCED_IN(19);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 163 operator==(const _Self& __x) const
164 { return _M_node == __x._M_node; }
167 operator!=(const _Self& __x) const
168 { return _M_node != __x._M_node; }
234 operator==(const _Self& __x) const
235 { return _M_node == __x._M_node; }
238 operator!=(const _Self& __x) const
239 { return _M_node != __x._M_node; }
258 operator==(const _Fwd_list_iterator<_Tp>& __x,
260 { return __x._M_node == __y._M_node;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 163 operator==(const _Self& __x) const
164 { return _M_node == __x._M_node; }
167 operator!=(const _Self& __x) const
168 { return _M_node != __x._M_node; }
234 operator==(const _Self& __x) const
235 { return _M_node == __x._M_node; }
238 operator!=(const _Self& __x) const
239 { return _M_node != __x._M_node; }
258 operator==(const _Fwd_list_iterator<_Tp>& __x,
260 { return __x._M_node == __y._M_node;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 129 insert(iterator __pos, const_reference __x);
132 push_back(const_reference __x)
136 *this->end() = __x;
140 this->insert(this->end(), __x);
158 insert(iterator __pos, const_reference __x)
172 *__pos = __x;
185 *__start = __x;
mt_allocator.h 588 address(reference __x) const _GLIBCXX_NOEXCEPT
589 { return std::__addressof(__x); }
592 address(const_reference __x) const _GLIBCXX_NOEXCEPT
593 { return std::__addressof(__x); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 129 insert(iterator __pos, const_reference __x);
132 push_back(const_reference __x)
136 *this->end() = __x;
140 this->insert(this->end(), __x);
158 insert(iterator __pos, const_reference __x)
172 *__pos = __x;
185 *__start = __x;
mt_allocator.h 588 address(reference __x) const _GLIBCXX_NOEXCEPT
589 { return std::__addressof(__x); }
592 address(const_reference __x) const _GLIBCXX_NOEXCEPT
593 { return std::__addressof(__x); }
  /external/libunwind_llvm/src/
config.h 24 #define __has_feature(__x) 0
  /external/clang/lib/Headers/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h     [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h     [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 670 const __typeof (x) __x = (x); \
673 DOPRINT_END2(__x, __y); \
674 __x + __y; \

Completed in 1180 milliseconds

<<11121314151617