/titanic_41/usr/src/common/crypto/sha2/amd64/ |
H A D | sha512-x86_64.pl | 66 @ROT, $A, $B, $C, $D, $E, $F, $G, $H, $T1, $a0, $a1, $a2, $i, 89 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15"); 101 ($T1,$a0,$a1,$a2)=("%r12d","%r13d","%r14d","%r15d"); 136 mov $T1,`$SZ*($i&0xf)`(%rsp) 140 add $h,$T1 # T1+=h 143 add $a0,$T1 # T1+=Sigma1(e) 145 add $a2,$T1 # T1+=Ch(e,f,g) 152 add ($Tbl,$round,$SZ),$T1 # T1+=K[round] 160 add $T1,$d # d+=T1 163 add $T1,$h # h+=T1 [all …]
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 481 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 483 (d) += T1; \ 484 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \ 491 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 493 (d) += T1; \ 494 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \ 504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 506 (d) += T1; \ 507 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \ 512 sha2_word32 T1, *W256; in SHA256_Transform() local [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | main.test | 259 set v [catch {execsql {SELECT * from T1 where x!!5}} msg] 267 set v [catch {execsql {SELECT * from T1 where @x}} msg] 277 create table T1(X REAL); 278 insert into T1 values(0.5); 279 insert into T1 values(0.5e2); 280 insert into T1 values(0.5e-002); 281 insert into T1 values(5e-002); 282 insert into T1 values(-5.0e-2); 283 insert into T1 values(-5.1e-2); 284 insert into T1 values(0.5e2); [all …]
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SUN4V.dict | 29 fault.cpu.ultraSPARC-T1.ireg=1 30 fault.cpu.ultraSPARC-T1.freg=2 31 fault.cpu.ultraSPARC-T1.itlb=3 32 fault.cpu.ultraSPARC-T1.dtlb=4 33 fault.cpu.ultraSPARC-T1.icache=5 34 fault.cpu.ultraSPARC-T1.dcache=6 35 fault.cpu.ultraSPARC-T1.mau=7 36 fault.cpu.ultraSPARC-T1.l2cachedata=8 37 fault.cpu.ultraSPARC-T1.l2cachetag=9 38 fault.cpu.ultraSPARC-T1.l2cachectl=10 [all …]
|
H A D | SUN4V.po | 28 # keys: fault.cpu.ultraSPARC-T1.ireg 44 # keys: fault.cpu.ultraSPARC-T1.freg 60 # keys: fault.cpu.ultraSPARC-T1.itlb 76 # keys: fault.cpu.ultraSPARC-T1.dtlb 92 # keys: fault.cpu.ultraSPARC-T1.icache 108 # keys: fault.cpu.ultraSPARC-T1.dcache 124 # keys: fault.cpu.ultraSPARC-T1.mau 140 # keys: fault.cpu.ultraSPARC-T1.l2cachedata 156 # keys: fault.cpu.ultraSPARC-T1.l2cachetag 172 # keys: fault.cpu.ultraSPARC-T1.l2cachectl [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel-cpu-sun4v.mf | 33 set name=pkg.description value="UltraSPARC-T1 core kernel software" 34 set name=pkg.summary value=UltraSPARC-T1 45 file path=platform/sun4v/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-T1 group=sys \ 51 file path=platform/sun4v/kernel/pcbe/$(ARCH64)/pcbe.SUNW,UltraSPARC-T1 \ 59 desc="UltraSPARC-T1 core kernel software" name="UltraSPARC-T1 (Root)"
|
H A D | system-header.mf | 991 $(sparc_ONLY)file path=usr/include/sys/fm/cpu/UltraSPARC-T1.h
|
/titanic_41/usr/src/lib/libm/common/R/ |
H A D | tanf.c | 67 #define T1 C[10] macro 96 return ((float)((y * T0) * (T1 + y * y))); in tanf() 109 z = (y * T0) * (T1 + y * y); in tanf() 150 z = (y * T0) * (T1 + y * y); in tanf()
|
H A D | __tanf.c | 70 #define T1 q[10] macro 87 z = (x * T0) * (T1 + x * x); in __k_tanf()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 74 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 87 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 89 h = g; g = f; f = e; e = d + T1; in SHA256Transform() 90 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | expm1l.c | 123 T1 = +1.666666666666666666666666666660876387437e-1L, variable 161 r = s - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5)))); in expm1l() 180 r = (x - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))))) - two; in expm1l()
|
/titanic_41/usr/src/uts/sun4v/niagara_pcbe/ |
H A D | Makefile | 35 MODULE = pcbe.SUNW,UltraSPARC-T1
|
/titanic_41/usr/src/uts/sun4v/niagara/ |
H A D | Makefile | 41 MODULE = SUNW,UltraSPARC-T1
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | tgammaf.c | 233 static const double T1[] = { /* T1[j]=(j+3)*log(2)-1 */ variable 325 ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u)); in large_gam()
|
H A D | tgammal.c | 316 static const long double T1[] = { variable 670 t4 = T2[j2 + 1] + T1[n2 + 1]; in large_gam() 673 t3 = T2[j2] + T1[n2]; in large_gam()
|
H A D | tgamma.c | 835 static const double T1[] = { variable 1258 t4 = T2[j2 + 1] + T1[n2 + 1]; in large_gam() 1261 t3 = T2[j2] + T1[n2]; in large_gam()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/ |
H A D | Pg.pod | 207 If T1 is the time counters were running during the period and T2 is the time 208 they were turned off, the accuracy is T1 / (T1 + T2), expressed in percentages.
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | Makefile | 69 UltraSPARC-T1.h \
|
/titanic_41/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 105 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \ 106 d += T1; \ 108 h = T1 + T2 116 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \ 117 d += T1; \ 119 h = T1 + T2 167 uint32_t T1, T2; in SHA256Transform() local 377 uint64_t T1, T2; in SHA512Transform() local
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 173 option, as well as two timers, called T1 (renew) and T2 (rebind), 179 addresses for the client to use and the T1/T2 timer values. Each 262 address (LIF) and IA groupings with shared T1/T2 timers. To 570 T1 or T2 timer. 574 or rebinding state, based on the T1/T2 timers for each IA, and many 583 - Transition from BOUND to RENEWING state when the first T1 timer 586 that are within REN_TIMEOUT (10 seconds) of reaching T1 as well. 589 - When a T1 lease timer expires and we're in RENEWING or REBINDING 594 more IAs that need to join in because they've passed point T1 as 601 those other IAs that are past T1 but not yet at T2, we could [all …]
|
H A D | README | 350 time in the CD_{LEASE,T1,T2}_TIME options in a DHCP packet, as defined
|
/titanic_41/usr/src/ |
H A D | Makefile.master | 455 CTF_FLAGS_sparc = -g -Wc,-Qiselect-T1 $(C99MODE) $(CNOGLOBAL) $(CDWARFSTR)
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 3733 12d9 000c Aculab E1/T1 PMXc cPCI carrier card 7756 10b5 9030 Digium Tormenta 2 T400P-SS7 or E400P-SS7 Quad T1 or E1 PCI card 7758 10b5 9030 ATCOM AT400P Quad T1 PCI card 7774 10b5 9030 Tormenta 3 Varion V400P/ATCOM TE400P Quad E1/T1/J1 PCI card 7778 10b5 9030 ATCOM A400PT Quad T1 PCI card 7933 12c7 4001 Intel Dialogic DM/V960-4T1 PCI 7991 10b5 9030 Digium Tormenta 2 T400P or E400P Quad T1 or E1 PCI card 7993 10b5 9030 Tormenta 3 Varion V401PT Quad T1/J1 PCI card 7995 10b5 17f6 Allo CP100P/E 1-port E1/T1/J1 PCI/PCIe card 7996 10b5 17f7 Allo CP400P/E 4-port E1/T1/J1 PCI/PCIe card [all …]
|
H A D | usb.ids | 836 c8bd Alpermann+Velte Rubidium T1 7907 8105 Artec T1 USB TVBOX (cold) 7908 8106 Artec T1 USB TVBOX (warm) 7909 8107 Artec T1 USB TVBOX with AN2235 (cold) 7910 8108 Artec T1 USB TVBOX with AN2235 (warm) 7911 8109 Artec T1 USB2.0 TVBOX (cold 18232 60f0 UDAD-T1 data aquisition device (boot) 18233 60f1 UDAD-T1 data aquisition device
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 14949 :is=\024T1\016:kd=^J:kr=^U:le=^H:me=^N:nd=^\:se=^N:so=^O:\ 14950 :ta=^I:up=^_:vb=\024G1\024T1:ve=^TC2:vs=^TC6:
|