Home
last modified time | relevance | path

Searched refs:T1 (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl66 @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_44/usr/src/lib/libsum/common/
H A Dsum-sha2.c481 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_44/usr/src/lib/libsqlite/test/
H A Dmain.test259 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_44/usr/src/cmd/fm/dicts/
H A DSUN4V.dict29 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 DSUN4V.po28 # 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_44/usr/src/pkg/manifests/
H A Dsystem-kernel-cpu-sun4v.mf33 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 Dsystem-header.mf982 $(sparc_ONLY)file path=usr/include/sys/fm/cpu/UltraSPARC-T1.h
/titanic_44/usr/src/lib/libm/common/R/
H A Dtanf.c67 #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.c70 #define T1 q[10] macro
87 z = (x * T0) * (T1 + x * x); in __k_tanf()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c74 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_44/usr/src/lib/libm/common/Q/
H A Dexpm1l.c123 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_44/usr/src/uts/sun4v/niagara_pcbe/
H A DMakefile35 MODULE = pcbe.SUNW,UltraSPARC-T1
/titanic_44/usr/src/uts/sun4v/niagara/
H A DMakefile41 MODULE = SUNW,UltraSPARC-T1
/titanic_44/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c233 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 Dtgammal.c316 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 Dtgamma.c835 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_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod207 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_44/usr/src/uts/sparc/sys/
H A DMakefile68 UltraSPARC-T1.h \
/titanic_44/usr/src/common/crypto/sha2/
H A Dsha2.c105 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_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6173 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 DREADME350 time in the CD_{LEASE,T1,T2}_TIME options in a DHCP packet, as defined
/titanic_44/usr/src/
H A DMakefile.master456 CTF_FLAGS_sparc = -g -Wc,-Qiselect-T1 $(C99MODE) $(CNOGLOBAL) $(CDWARFSTR)
/titanic_44/usr/src/data/hwdata/
H A Dpci.ids3920 12d9 000c Aculab E1/T1 PMXc cPCI carrier card
8205 10b5 9030 Digium Tormenta 2 T400P-SS7 or E400P-SS7 Quad T1 or E1 PCI card
8207 10b5 9030 ATCOM AT400P Quad T1 PCI card
8223 10b5 9030 Tormenta 3 Varion V400P/ATCOM TE400P Quad E1/T1/J1 PCI card
8227 10b5 9030 ATCOM A400PT Quad T1 PCI card
8382 12c7 4001 Intel Dialogic DM/V960-4T1 PCI
8442 10b5 9030 Digium Tormenta 2 T400P or E400P Quad T1 or E1 PCI card
8444 10b5 9030 Tormenta 3 Varion V401PT Quad T1/J1 PCI card
8446 10b5 17f6 Allo CP100P/E 1-port E1/T1/J1 PCI/PCIe card
8447 10b5 17f7 Allo CP400P/E 4-port E1/T1/J1 PCI/PCIe card
[all …]
H A Dusb.ids850 c8bd Alpermann+Velte Rubidium T1
8063 8105 Artec T1 USB TVBOX (cold)
8064 8106 Artec T1 USB TVBOX (warm)
8065 8107 Artec T1 USB TVBOX with AN2235 (cold)
8066 8108 Artec T1 USB TVBOX with AN2235 (warm)
8067 8109 Artec T1 USB2.0 TVBOX (cold
18600 60f0 UDAD-T1 data aquisition device (boot)
18601 60f1 UDAD-T1 data aquisition device
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src14949 :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:

12