Home
last modified time | relevance | path

Searched refs:__a1 (Results 1 – 25 of 72) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/
A Dsyscalls.h52 register int __a1 __asm__ ("r0"), _nr __asm__ ("r7"); \
56 : "=r" (__a1) \
59 __internal_sys_result = __a1; \
69 register int __a1 __asm__ ("a1"); \
72 : "=r" (__a1) \
75 __internal_sys_result = __a1; \
89 register int __a1 __asm__ ("a1"); \
97 : "=r" (__a1) \
100 __internal_sys_result = __a1; \
114 __a1 = __a1tmp;
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dsyscalls.h101 register ARG_TYPE __a1 __asm__("$5") = (ARG_TYPE) arg2; \
109 : input, "r" (__a0), "r" (__a1) \
124 register ARG_TYPE __a1 __asm__("$5") = (ARG_TYPE) arg2; \
133 : input, "r" (__a0), "r" (__a1), "r" (__a2) \
157 : input, "r" (__a0), "r" (__a1), "r" (__a2) \
181 register long __a1 __asm__("$5") = (long) arg2; \
193 : input, "r" (__a0), "r" (__a1), "r" (__a2), \
210 register long __a1 __asm__("$5") = (long) arg2; \
223 : input, "r" (__a0), "r" (__a1), "r" (__a2), \
240 register long __a1 __asm__("$5") = (long) arg2; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/bits/
A Dsyscalls.h14 register int __a1 __asm__("r12"); \
18 : "=r" (__a1) \
21 __a1; \
30 __a1 = (int) (a1); \
32 #define ASM_ARGS_1 ASM_ARGS_0, "r"(__a1)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A Dsysdep.h271 register int __a1 __asm__ ("a1"); \
279 : "=r" (__a1) \
282 _internal_sys_result = __a1; \
289 register int __a1 __asm__ ("r0"), _nr __asm__ ("r7"); \
293 : "=r" (__a1) \
296 _internal_sys_result = __a1; \
303 register int __a1 __asm__ ("a1"); \
306 : "=r" (__a1) \
309 _internal_sys_result = __a1; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Dsyscalls.h90 register long int __a1 __asm__ ("rdi") = __arg1; \
92 #define ASM_ARGS_1 ASM_ARGS_0, "r" (__a1)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dmodified_bessel_func.tcc205 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
206 _Tp __q = __c = __a1; in __bessel_ik()
207 _Tp __a = -__a1; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
A Drandom.h470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
475 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dmodified_bessel_func.tcc200 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
201 _Tp __q = __c = __a1; in __bessel_ik()
202 _Tp __a = -__a1; in __bessel_ik()
225 __h = __a1 * __h; in __bessel_ik()
A Drandom.h470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
475 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dmodified_bessel_func.tcc205 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
206 _Tp __q = __c = __a1; in __bessel_ik()
207 _Tp __a = -__a1; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
A Drandom.h470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
475 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dmodified_bessel_func.tcc200 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
201 _Tp __q = __c = __a1; in __bessel_ik()
202 _Tp __a = -__a1; in __bessel_ik()
225 __h = __a1 * __h; in __bessel_ik()
A Drandom.h470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
475 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dmodified_bessel_func.tcc205 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
206 _Tp __q = __c = __a1; in __bessel_ik()
207 _Tp __a = -__a1; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
A Drandom.h466 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
471 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
487 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
492 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dmodified_bessel_func.tcc205 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
206 _Tp __q = __c = __a1; in __bessel_ik()
207 _Tp __a = -__a1; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
A Drandom.h466 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
471 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
487 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
492 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dmodified_bessel_func.tcc205 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
206 _Tp __q = __c = __a1; in __bessel_ik()
207 _Tp __a = -__a1; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
A Drandom.h466 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
471 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
487 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
492 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dmodified_bessel_func.tcc205 _Tp __a1 = _Tp(0.25L) - __mu2; in __bessel_ik() local
206 _Tp __q = __c = __a1; in __bessel_ik()
207 _Tp __a = -__a1; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
A Drandom.h466 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
471 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY()
487 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY()
492 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY()
643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dtuple907 : _Inherited(__a1, __a2) { }
916 : _Inherited(__a1, __a2) { }
930 constexpr tuple(_U1&& __a1, _U2&& __a2)
941 explicit constexpr tuple(_U1&& __a1, _U2&& __a2)
1037 const _T1& __a1, const _T2& __a2)
1038 : _Inherited(__tag, __a, __a1, __a2) { }
1049 const _T1& __a1, const _T2& __a2)
1050 : _Inherited(__tag, __a, __a1, __a2) { }
1059 : _Inherited(__tag, __a, std::forward<_U1>(__a1),
1069 _U1&& __a1, _U2&& __a2)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dtuple948 : _Inherited(__a1, __a2) { }
957 : _Inherited(__a1, __a2) { }
971 constexpr tuple(_U1&& __a1, _U2&& __a2)
982 explicit constexpr tuple(_U1&& __a1, _U2&& __a2)
1078 const _T1& __a1, const _T2& __a2)
1079 : _Inherited(__tag, __a, __a1, __a2) { }
1090 const _T1& __a1, const _T2& __a2)
1091 : _Inherited(__tag, __a, __a1, __a2) { }
1100 : _Inherited(__tag, __a, std::forward<_U1>(__a1),
1110 _U1&& __a1, _U2&& __a2)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dtuple948 : _Inherited(__a1, __a2) { }
957 : _Inherited(__a1, __a2) { }
971 constexpr tuple(_U1&& __a1, _U2&& __a2)
982 explicit constexpr tuple(_U1&& __a1, _U2&& __a2)
1078 const _T1& __a1, const _T2& __a2)
1079 : _Inherited(__tag, __a, __a1, __a2) { }
1090 const _T1& __a1, const _T2& __a2)
1091 : _Inherited(__tag, __a, __a1, __a2) { }
1100 : _Inherited(__tag, __a, std::forward<_U1>(__a1),
1110 _U1&& __a1, _U2&& __a2)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dtuple946 : _Inherited(__a1, __a2) { }
955 : _Inherited(__a1, __a2) { }
968 constexpr tuple(_U1&& __a1, _U2&& __a2)
978 explicit constexpr tuple(_U1&& __a1, _U2&& __a2)
1074 const _T1& __a1, const _T2& __a2)
1075 : _Inherited(__tag, __a, __a1, __a2) { }
1086 const _T1& __a1, const _T2& __a2)
1087 : _Inherited(__tag, __a, __a1, __a2) { }
1096 : _Inherited(__tag, __a, std::forward<_U1>(__a1),
1106 _U1&& __a1, _U2&& __a2)
[all …]

Completed in 76 milliseconds

123