Home
last modified time | relevance | path

Searched refs:a5 (Results 1 – 25 of 61) sorted by relevance

123

/titanic_44/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h168 #define _cast64_efi_call5(f,a1,a2,a3,a4,a5) \ argument
170 (UINT64)(a5))
171 #define _cast64_efi_call6(f,a1,a2,a3,a4,a5,a6) \ argument
173 (UINT64)(a5), (UINT64)(a6))
174 #define _cast64_efi_call7(f,a1,a2,a3,a4,a5,a6,a7) \ argument
176 (UINT64)(a5), (UINT64)(a6), (UINT64)(a7))
177 #define _cast64_efi_call8(f,a1,a2,a3,a4,a5,a6,a7,a8) \ argument
179 (UINT64)(a5), (UINT64)(a6), (UINT64)(a7), (UINT64)(a8))
180 #define _cast64_efi_call9(f,a1,a2,a3,a4,a5,a6,a7,a8,a9) \ argument
182 (UINT64)(a5), (UINT64)(a6), (UINT64)(a7), (UINT64)(a8), \
[all …]
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dsc_cvc.h68 #define CVC_DBG5(flag, fmt, a1, a2, a3, a4, a5) \ argument
70 (uintptr_t)(a3), (uintptr_t)(a4), (uintptr_t)(a5));
79 #define CVC_DBG5(flag, fmt, a1, a2, a3, a4, a5)
/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_debug.h112 #define DB_DEBUG5(func_id, dip, fmt, a1, a2, a3, a4, a5) \ argument
115 (uintptr_t)(a4), (uintptr_t)(a5));
124 #define DB_DEBUG5(func_id, dip, fmt, a1, a2, a3, a4, a5)
H A Dpci_debug.h106 #define DEBUG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
109 (uintptr_t)(a4), (uintptr_t)(a5));
119 #define DEBUG5(flag, dip, fmt, a1, a2, a3, a4, a5) argument
/titanic_44/usr/src/tools/tokenize/
H A Dforth_preload.c207 long a0, long a1, long a2, long a3, long a4, long a5) in callfunc() argument
222 rv = realfunc(a0, a1, a2, a3, a4, a5); in callfunc()
230 func(long a0, long a1, long a2, long a3, long a4, long a5) \
232 return (callfunc(&intpose[ix_##func], a0, a1, a2, a3, a4, a5)); \
/titanic_44/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c245 uintptr_t a5, uintptr_t a6, uintptr_t a7) in brand_indir() argument
264 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5)); in brand_indir()
266 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6)); in brand_indir()
268 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6, a7)); in brand_indir()
/titanic_44/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_util.h101 #define PCMU_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
104 (uintptr_t)(a4), (uintptr_t)(a5));
115 #define PCMU_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) argument
/titanic_44/usr/src/common/crypto/ecc/
H A Decp_192.c73 mp_digit a5 = 0, a4 = 0, a3 = 0; in ec_GFp_nistp192_mod() local
188 a5 = MP_DIGIT(a, 5); in ec_GFp_nistp192_mod()
205 MP_ADD_CARRY(r0, a5, r0, 0, carry); in ec_GFp_nistp192_mod()
206 MP_ADD_CARRY(r1, a5, r1, carry, carry); in ec_GFp_nistp192_mod()
207 MP_ADD_CARRY(r2, a5, r2, carry, carry); in ec_GFp_nistp192_mod()
233 "=r"(a4), "=r"(a5) in ec_GFp_nistp192_mod()
235 "4" (a3), "5" (a4), "6"(a5) in ec_GFp_nistp192_mod()
H A Dec2_163.c189 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; in ec_GF2m_163_mul() local
199 a5 = MP_DIGIT(a, 5); in ec_GF2m_163_mul()
235 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); in ec_GF2m_163_mul()
237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
H A Dec2_193.c198 mp_digit a6 = 0, a5 = 0, a4 = 0, b6 = 0, b5 = 0, b4 = 0; in ec_GF2m_193_mul() local
210 a5 = MP_DIGIT(a, 5); in ec_GF2m_193_mul()
248 s_bmul_3x3(MP_DIGITS(r) + 8, a6, a5, a4, b6, b5, b4); in ec_GF2m_193_mul()
250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
H A Dec2_233.c216 mp_digit a7 = 0, a6 = 0, a5 = 0, a4 = 0, b7 = 0, b6 = 0, b5 = 0, b4 = in ec_GF2m_233_mul() local
231 a5 = MP_DIGIT(a, 5); in ec_GF2m_233_mul()
271 s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4); in ec_GF2m_233_mul()
273 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3, in ec_GF2m_233_mul()
H A Decp_224.c73 mp_digit a6 = 0, a5 = 0, a4 = 0, a3b = 0, a5a = 0; in ec_GFp_nistp224_mod() local
216 a5 = MP_DIGIT(a, 5); in ec_GFp_nistp224_mod()
217 a5b = a5 >> 32; in ec_GFp_nistp224_mod()
220 a5a_a4b = a5 << 32; in ec_GFp_nistp224_mod()
221 a5a = a5 & 0xffffffff; in ec_GFp_nistp224_mod()
H A Decp_256.c71 mp_digit a4=0, a5=0, a6=0, a7=0; in ec_GFp_nistp256_mod() local
276 a5 = MP_DIGIT(a,5); in ec_GFp_nistp256_mod()
284 a5l = a5 << 32; in ec_GFp_nistp256_mod()
285 a5h = a5 >> 32; in ec_GFp_nistp256_mod()
345 MP_SUB_BORROW(r2, a5, r2, carry, carry); in ec_GFp_nistp256_mod()
H A Decl_gf.c530 mp_digit a0 = 0, a1 = 0, a2 = 0, a3 = 0, a4 = 0, a5 = 0; in ec_GFp_add_6() local
536 a5 = MP_DIGIT(a,5); in ec_GFp_add_6()
568 MP_ADD_CARRY(a5, r5, r5, carry, carry); in ec_GFp_add_6()
582 a5 = MP_DIGIT(&meth->irr,5); in ec_GFp_add_6()
583 if (carry || r5 > a5 || in ec_GFp_add_6()
584 ((r5 == a5) && mp_cmp(r,&meth->irr) != MP_LT)) { in ec_GFp_add_6()
595 MP_SUB_BORROW(r5, a5, r5, carry, carry); in ec_GFp_add_6()
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_debug.c85 uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, uintptr_t a5) in pci_debug() argument
112 prom_printf(fmt, a1, a2, a3, a4, a5); in pci_debug()
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_irc_pxy.c281 u_short a5, sp; local
323 a5 = irc->irc_port;
335 (void) SNPRINTF(newbuf, sizeof(newbuf) - i, "%u %u\001\r\n", a1, a5);
337 (void) sprintf(newbuf, "%u %u\001\r\n", a1, a5);
401 sp = htons(a5);
H A Dip_ftp_pxy.c198 u_short a5, a6, sp; local
253 a5 = ippr_ftp_atoi(&s);
269 a6 = a5 & 0xff;
276 a5 >>= 8;
277 a5 &= 0xff;
278 sp = a5 << 8 | a6;
303 "PORT", a1, a2, a3, a4, a5, a6);
306 "PORT", a1, a2, a3, a4, a5, a6);
509 u_short a5, a6; local
584 a5 = ippr_ftp_atoi(&s);
[all …]
/titanic_44/usr/src/uts/sun4u/montecarlo/sys/
H A Dacebus.h197 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument
200 (uintptr_t)(a4), (uintptr_t)(a5));
210 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) argument
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbbcvar.h148 #define SBBC_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
150 (uintptr_t)(a3), (uintptr_t)(a4), (uintptr_t)(a5));
159 #define SBBC_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) argument
H A Dupa64s.h179 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument
181 (uintptr_t)(a3), (uintptr_t)(a4), (uintptr_t)(a5));
191 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) argument
/titanic_44/usr/src/uts/sun4/sys/
H A Debus.h212 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument
215 (uintptr_t)(a4), (uintptr_t)(a5));
225 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) argument
/titanic_44/usr/src/lib/libm/common/R/
H A Datanf.c99 a5 = -5.137023693688358515753093811791755221805e-0002F, variable
170 z * a5)))); in atanf()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/decls/
H A Dtst.arrays.d46 extern int a5[5], a6[6][6], a7[7][7][7];
/titanic_44/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dsn1_brand.c99 uintptr_t a4, uintptr_t a5, uintptr_t a6, uintptr_t a7) \
102 a0, a1, a2, a3, a4, a5, a6, a7)); \
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dhypersubr.s82 ulong_t a1, ulong_t a2, ulong_t a3, ulong_t a4, ulong_t a5)
113 ulong_t a1, ulong_t a2, ulong_t a3, ulong_t a4, ulong_t a5)

123