/illumos-gate/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 …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha2.c | 463 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 465 (d) += T1; \ 466 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \ 473 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 475 (d) += T1; \ 476 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \ 486 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 488 (d) += T1; \ 489 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \ 494 sha2_word32 T1, *W256; in SHA256_Transform() local [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | main.test | 257 set v [catch {execsql {SELECT * from T1 where x!!5}} msg] 265 set v [catch {execsql {SELECT * from T1 where @x}} msg] 275 create table T1(X REAL); 276 insert into T1 values(0.5); 277 insert into T1 values(0.5e2); 278 insert into T1 values(0.5e-002); 279 insert into T1 values(5e-002); 280 insert into T1 values(-5.0e-2); 281 insert into T1 values(-5.1e-2); 282 insert into T1 values(0.5e2); [all …]
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | sha256.c | 130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 149 h = g; g = f; f = e; e = d + T1; in SHA256Transform() 150 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform() 161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local 181 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t]; in SHA512Transform() 183 h = g; g = f; f = e; e = d + T1; in SHA512Transform() 184 d = c; c = b; b = a; a = T1 + T2; in SHA512Transform()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 129 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 146 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 148 h = g; g = f; f = e; e = d + T1; in SHA256Transform() 149 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform() 160 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local 180 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t]; in SHA512Transform() 182 h = g; g = f; f = e; e = d + T1; in SHA512Transform() 183 d = c; c = b; b = a; a = T1 + T2; in SHA512Transform()
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_impl.h | 153 #define Skein_Set_T1(ctxPtr, T1) Skein_Set_Tweak(ctxPtr, 1, T1) argument 156 #define Skein_Set_T0_T1(ctxPtr, T0, T1) \ argument 159 Skein_Set_T1(ctxPtr, (T1)); \
|
/illumos-gate/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()
|
/illumos-gate/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.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | MAPLIB.mk | 4 * L [ [ G11 ... G1n ] ... [ Gg1 ... Ggn ] ] :MAPLIB: T1.c ... Tn.c
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 109 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \ 110 d += T1; \ 112 h = T1 + T2 120 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \ 121 d += T1; \ 123 h = T1 + T2 171 uint32_t T1, T2; in SHA256Transform() local 381 uint64_t T1, T2; in SHA512Transform() local
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 171 option, as well as two timers, called T1 (renew) and T2 (rebind), 177 addresses for the client to use and the T1/T2 timer values. Each 260 address (LIF) and IA groupings with shared T1/T2 timers. To 568 T1 or T2 timer. 572 or rebinding state, based on the T1/T2 timers for each IA, and many 581 - Transition from BOUND to RENEWING state when the first T1 timer 584 that are within REN_TIMEOUT (10 seconds) of reaching T1 as well. 587 - When a T1 lease timer expires and we're in RENEWING or REBINDING 592 more IAs that need to join in because they've passed point T1 as 599 those other IAs that are past T1 but not yet at T2, we could [all …]
|
H A D | README | 349 time in the CD_{LEASE,T1,T2}_TIME options in a DHCP packet, as defined
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 20 \usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs 55 commentstyle=\usefont{T1}{pcr}{m}{sl}\color{DarkGreen}, % Style of comments within the code - dark …
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 4579 12d9 000c Aculab E1/T1 PMXc cPCI carrier card 9308 10b5 9030 Digium Tormenta 2 T400P-SS7 or E400P-SS7 Quad T1 or E1 PCI card 9310 10b5 9030 ATCOM AT400P Quad T1 PCI card 9330 10b5 9030 Tormenta 3 Varion V400P/ATCOM TE400P Quad E1/T1/J1 PCI card 9334 10b5 9030 ATCOM A400PT Quad T1 PCI card 9514 12c7 4001 Intel Dialogic DM/V960-4T1 PCI 9574 10b5 9030 Digium Tormenta 2 T400P or E400P Quad T1 or E1 PCI card 9576 10b5 9030 Tormenta 3 Varion V401PT Quad T1/J1 PCI card 9578 10b5 17f6 Allo CP100P/E 1-port E1/T1/J1 PCI/PCIe card 9579 10b5 17f7 Allo CP400P/E 4-port E1/T1/J1 PCI/PCIe card [all …]
|
H A D | usb.ids | 896 c8bd Alpermann+Velte Rubidium T1 5733 8003 Portable SSD T1 8756 8105 Artec T1 USB TVBOX (cold) 8757 8106 Artec T1 USB TVBOX (warm) 8758 8107 Artec T1 USB TVBOX with AN2235 (cold) 8759 8108 Artec T1 USB TVBOX with AN2235 (warm) 8760 8109 Artec T1 USB2.0 TVBOX (cold 20855 60f0 UDAD-T1 data acquisition device (boot) 20856 60f1 UDAD-T1 data acquisition device
|
/illumos-gate/usr/src/data/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:
|
H A D | terminfo.src | 16873 ed=^K, el=^], flash=\024G1$<200/>\024T1, home=\E^Y, ht=^I, 16874 is2=\024T1\016, kcud1=^J, kcuf1=^U, rmso=^N, sgr0=^N,
|