/titanic_44/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefi.h | 168 #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 D | sc_cvc.h | 68 #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 D | db21554_debug.h | 112 #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 D | pci_debug.h | 106 #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 D | forth_preload.c | 207 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 D | brand_util.c | 245 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 D | pcmu_util.h | 101 #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 D | ecp_192.c | 73 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 D | ec2_163.c | 189 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 D | ec2_193.c | 198 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 D | ec2_233.c | 216 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 D | ecp_224.c | 73 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 D | ecp_256.c | 71 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 D | ecl_gf.c | 530 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 D | pci_debug.c | 85 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 D | ip_irc_pxy.c | 281 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 D | ip_ftp_pxy.c | 198 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 D | acebus.h | 197 #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 D | sbbcvar.h | 148 #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 D | upa64s.h | 179 #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 D | ebus.h | 212 #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 D | atanf.c | 99 a5 = -5.137023693688358515753093811791755221805e-0002F, variable 170 z * a5)))); in atanf()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/decls/ |
H A D | tst.arrays.d | 46 extern int a5[5], a6[6][6], a7[7][7][7];
|
/titanic_44/usr/src/lib/brand/sn1/sn1_brand/common/ |
H A D | sn1_brand.c | 99 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 D | hypersubr.s | 82 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)
|