Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/cmd/fm/dicts/
H A DSUN4V.dict43 fault.cpu.ultraSPARC-T2.ireg=15
44 fault.cpu.ultraSPARC-T2.freg=16
45 fault.cpu.ultraSPARC-T2.misc_reg=17
46 fault.cpu.ultraSPARC-T2.itlb=18
47 fault.cpu.ultraSPARC-T2.dtlb=19
48 fault.cpu.ultraSPARC-T2.icache=20
49 fault.cpu.ultraSPARC-T2.dcache=21
50 fault.cpu.ultraSPARC-T2.mau=22
51 fault.cpu.ultraSPARC-T2.l2data-c=23
52 fault.cpu.ultraSPARC-T2.l2cachetag=24
[all …]
H A DSUN4V.po252 # keys: fault.cpu.ultraSPARC-T2.ireg
268 # keys: fault.cpu.ultraSPARC-T2.freg
284 # keys: fault.cpu.ultraSPARC-T2.misc_reg
300 # keys: fault.cpu.ultraSPARC-T2.itlb
316 # keys: fault.cpu.ultraSPARC-T2.dtlb
332 # keys: fault.cpu.ultraSPARC-T2.icache
348 # keys: fault.cpu.ultraSPARC-T2.dcache
364 # keys: fault.cpu.ultraSPARC-T2.mau
380 # keys: fault.cpu.ultraSPARC-T2.l2data-c
396 # keys: fault.cpu.ultraSPARC-T2.l2cachetag
[all …]
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel-cpu-sun4v.mf47 file path=platform/sun4v/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-T2 group=sys \
49 file path=platform/sun4v/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-T2+ group=sys \
53 file path=platform/sun4v/kernel/pcbe/$(ARCH64)/pcbe.SUNW,UltraSPARC-T2 \
55 file path=platform/sun4v/kernel/pcbe/$(ARCH64)/pcbe.SUNW,UltraSPARC-T2+ \
61 desc="UltraSPARC-T2 family core kernel software" \
62 name="UltraSPARC-T2 family (Root)"
H A Ddriver-network-niumx.mf33 set name=pkg.description value="UltraSPARC-T2 NIU nexus driver"
34 set name=pkg.summary value="UltraSPARC-T2 NIU nexus driver"
45 desc="UltraSPARC-T2 NIU nexus driver" \
46 name="UltraSPARC-T2 NIU nexus driver"
/titanic_44/usr/src/lib/libm/common/Q/
H A Dexpm1l.c124 T2 = -2.777777777777777777777707812093173478756e-3L, 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/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
88 T2 = SIGMA0(a) + Maj(a, b, c); in SHA256Transform()
90 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
/titanic_44/usr/src/lib/libsum/common/
H A Dsum-sha2.c570 sha2_word32 T1, T2, *W256; in SHA256_Transform() local
596 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
604 a = T1 + T2; in SHA256_Transform()
619 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
627 a = T1 + T2; in SHA256_Transform()
643 a = b = c = d = e = f = g = h = T1 = T2 = 0; in SHA256_Transform()
935 sha2_word64 T1, T2, *W512 = (sha2_word64*)sha->buffer; in SHA512_Transform() local
959 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
967 a = T1 + T2; in SHA512_Transform()
982 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
[all …]
/titanic_44/usr/src/uts/sun4v/niagara2_pcbe/
H A DMakefile35 MODULE = pcbe.SUNW,UltraSPARC-T2
/titanic_44/usr/src/uts/sun4v/vfalls_pcbe/
H A DMakefile35 MODULE = pcbe.SUNW,UltraSPARC-T2+
/titanic_44/usr/src/uts/sun4v/niagara2/
H A DMakefile41 MODULE = SUNW,UltraSPARC-T2
/titanic_44/usr/src/uts/sun4v/vfalls/
H A DMakefile41 MODULE = SUNW,UltraSPARC-T2+
/titanic_44/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c239 static const double T2[] = { /* T2[j]=log(1+j/64+1/128) */ variable
325 ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u)); in large_gam()
H A Dtgammal.c344 static const long double T2[] = { variable
670 t4 = T2[j2 + 1] + T1[n2 + 1]; in large_gam()
673 t3 = T2[j2] + T1[n2]; in large_gam()
H A Dtgamma.c860 static const double T2[] = { 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/common/crypto/sha2/
H A Dsha2.c107 T2 = BIGSIGMA0_256(a) + Maj(a, b, c); \
108 h = T1 + T2
118 T2 = BIGSIGMA0(a) + Maj(a, b, c); \
119 h = T1 + T2
167 uint32_t T1, T2; in SHA256Transform() local
377 uint64_t T1, T2; in SHA512Transform() local
/titanic_44/usr/src/lib/libsqlite/test/
H A Dtemptable.test265 DROP TABLE t2; -- drops TEMP.T2
266 SELECT * FROM t2; -- uses MAIN.T2
/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
599 - When we reach T2 on any IA and we're in BOUND or RENEWING state,
601 those other IAs that are past T1 but not yet at T2, we could
602 ignore them (sending only those that have passed point T2),
608 - When a T2 lease timer expires and we're in REBINDING state, just
618 discussing the renew/rebind T1/T2 timers, but treats them as a unit
H A DREADME350 time in the CD_{LEASE,T1,T2}_TIME options in a DHCP packet, as defined
/titanic_44/usr/src/data/hwdata/
H A Dpci.ids910 4154 RV350 GL [FireGL T2]
912 4157 RV350 GL [FireGL T2]
1414 4e54 RV350/M10 GL [Mobility FireGL T2]
6695 1801 T2 Bridge Controller
6696 1802 T2 Secure Enclave Processor
23006 0882 BU-65570T2 MIL-STD-1553 Test and Simulation
23008 0892 BU-65572T2 MIL-STD-1553 Test and Simulation
23189 6205 0001 TBS6205 DVB-T2/T/C Quad TV Tuner PCIe Card
23190 6209 0001 TBS6209 DVB-T2/C2/T/C/ISDB-T OctaTV Tuner
25042 8086 12b1 Ethernet Server Adapter I340-T2
[all …]
H A Dusb.ids7019 0320 DVBSky T330 DVB-T2/C tuner
7031 680c DVBSky T680C DVB-T2/C tuner
7036 c686 Geniatech T220A DVB-T2 TV Stick
7037 c688 Geniatech T230 DVB-T2 TV Stick
10561 0060 Tungsten C/E/T/T2/T3 / Zire 71
18602 60f2 UDAD-T2 data aquisition device (boot)
18603 60f3 UDAD-T2 data aquisition device
18740 d220 Geniatech T220 DVB-T2 TV Stick
18841 024f nanoStick T2 290e