/external/kernel-headers/original/asm-mips/ |
sgiarcs.h | 391 register signed int __a1 __asm__("$4") = (int) (long) (a1); \ 399 : "1" (__vec), "r" (__a1) \ 406 register signed int __a1 __asm__("$4") = (int) (long) (a1); \ 415 : "1" (__vec), "r" (__a1), "r" (__a2) \ 422 register signed int __a1 __asm__("$4") = (int) (long) (a1); \ 432 : "1" (__vec), "r" (__a1), "r" (__a2), "r" (__a3) \ 439 register signed int __a1 __asm__("$4") = (int) (long) (a1); \ 450 : "1" (__vec), "r" (__a1), "r" (__a2), "r" (__a3), \ 458 register signed int __a1 __asm__("$4") = (int) (long) (a1); \ 472 "r" (__a1), "r" (__a2), "r" (__a3), "r" (__a4), [all...] |
/external/clang/test/CodeGen/ |
pragma-weak.c | 20 // CHECK: @a1 = alias weak void ()* @__a1 136 void __a1(void) __attribute((noinline)); 137 #pragma weak a1 = __a1 138 void __a1(void) {} function 139 // CHECK: define void @__a1() {{.*}} noinline
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
ratio | 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c; 98 static_assert(__a1 == 0 || __b1 == 0, 100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
|
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c; 98 static_assert(__a1 == 0 || __b1 == 0, 100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c; 98 static_assert(__a1 == 0 || __b1 == 0, 100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c; 98 static_assert(__a1 == 0 || __b1 == 0, 100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | [all...] |
/external/stlport/stlport/stl/ |
_pthread_alloc.h | 388 inline bool operator==(const per_thread_allocator<_T1>& __a1, 390 { return __a1._M_state == __a2._M_state; } 394 inline bool operator!=(const per_thread_allocator<_T1>& __a1, 396 { return __a1._M_state != __a2._M_state; }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 388 inline bool operator==(const per_thread_allocator<_T1>& __a1, 390 { return __a1._M_state == __a2._M_state; } 394 inline bool operator!=(const per_thread_allocator<_T1>& __a1, 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
ratio | 96 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c; 100 static_assert(__a1 == 0 || __b1 == 0, 102 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 106 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
|
tuple | 324 constexpr tuple(const _T1& __a1, const _T2& __a2) 325 : _Inherited(__a1, __a2) { } 329 tuple(_U1&& __a1, _U2&& __a2) 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 422 constexpr tuple(const _T1& __a1) 423 : _Inherited(__a1) { } 428 tuple(_U1&& __a1) 429 : _Inherited(std::forward<_U1>(__a1)) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
ratio | 96 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c; 100 static_assert(__a1 == 0 || __b1 == 0, 102 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 106 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
|
tuple | 324 constexpr tuple(const _T1& __a1, const _T2& __a2) 325 : _Inherited(__a1, __a2) { } 329 tuple(_U1&& __a1, _U2&& __a2) 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 422 constexpr tuple(const _T1& __a1) 423 : _Inherited(__a1) { } 428 tuple(_U1&& __a1) 429 : _Inherited(std::forward<_U1>(__a1)) { }
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 388 inline bool operator==(const per_thread_allocator<_T1>& __a1, 390 { return __a1._M_state == __a2._M_state; } 394 inline bool operator!=(const per_thread_allocator<_T1>& __a1, 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 388 inline bool operator==(const per_thread_allocator<_T1>& __a1, 390 { return __a1._M_state == __a2._M_state; } 394 inline bool operator!=(const per_thread_allocator<_T1>& __a1, 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 388 inline bool operator==(const per_thread_allocator<_T1>& __a1, 390 { return __a1._M_state == __a2._M_state; } 394 inline bool operator!=(const per_thread_allocator<_T1>& __a1, 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
modified_bessel_func.tcc | 201 _Tp __a1 = _Tp(0.25L) - __mu2; 202 _Tp __q = __c = __a1; 203 _Tp __a = -__a1; 226 __h = __a1 * __h;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
modified_bessel_func.tcc | 201 _Tp __a1 = _Tp(0.25L) - __mu2; 202 _Tp __q = __c = __a1; 203 _Tp __a = -__a1; 226 __h = __a1 * __h;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
modified_bessel_func.tcc | 201 _Tp __a1 = _Tp(0.25L) - __mu2; 202 _Tp __q = __c = __a1; 203 _Tp __a = -__a1; 226 __h = __a1 * __h;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
modified_bessel_func.tcc | 201 _Tp __a1 = _Tp(0.25L) - __mu2; 202 _Tp __q = __c = __a1; 203 _Tp __a = -__a1; 226 __h = __a1 * __h;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
modified_bessel_func.tcc | 201 _Tp __a1 = _Tp(0.25L) - __mu2; 202 _Tp __q = __c = __a1; 203 _Tp __a = -__a1; 226 __h = __a1 * __h;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
modified_bessel_func.tcc | 201 _Tp __a1 = _Tp(0.25L) - __mu2; 202 _Tp __q = __c = __a1; 203 _Tp __a = -__a1; 226 __h = __a1 * __h;
|