Searched refs:t3 (Results 1 - 25 of 39) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dexists_sub.t12 sub t3 ();
26 print "not " unless exists &t3 && not defined &t3;
H A Dappend.t51 my $t3 = $ua; $t3 .= $ab;
53 print $t3 =~ /$ub/ ? "ok 8\n" : "not ok 8\t# $t3\n";
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Ddbg.h59 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
60 TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3)
62 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
63 TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4)
73 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
76 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
/opensolaris-onvv-gate/usr/src/cmd/crypt/
H A Dcrypt.c50 char t3[ROTORSZ]; variable
80 t3[i] = 0;
91 if (t3[k] != 0) continue;
93 while (t3[ic] != 0) ic = (ic+1) % k;
94 t3[k] = ic;
95 t3[ic] = k;
173 *p1 = t2[(t3[(t1[(*p1 + n1)&MASK]+
193 i = t2[(t3[(t1[(i+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dtie.t73 my $t3 = c23($ARG);
76 print (($t3 == 5) ? "ok $testno\n" : "not ok $testno # Result $t3\n");
H A Dexpfile.t70 my $t3 = readfile($FILE);
73 ++$n; print ((($t1 ne $t3) ? '' : 'not '), "ok $n\n");
H A Dtie_ndbm.t69 my $t3 = c23();
72 print (($t3 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_sdbm.t68 my $t3 = c23();
71 print (($t3 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_storable.t75 my $t3 = c23();
78 print (($t3 == 5) ? "ok $testno\n" : "not ok $testno\n");
/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c126 mp_int t3, t4, t5; local
128 MP_DIGITS(&t3) = 0;
131 MP_CHECKOK(mp_init(&t3, FLAG(x2)));
154 MP_CHECKOK(group->meth->field_mul(z1, z2, &t3, group->meth));
165 MP_CHECKOK(group->meth->field_mul(&t4, &t3, &t4, group->meth));
168 MP_CHECKOK(group->meth->field_mul(&t3, x, &t3, group->meth));
169 MP_CHECKOK(group->meth->field_div(&t5, &t3, &t3, group->meth));
170 MP_CHECKOK(group->meth->field_mul(&t3,
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_core.c900 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
921 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
923 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
924 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
925 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
926 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
931 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
933 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
934 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
935 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 1
1091 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c50 static char t3[ROTORSIZE]; variable
142 t3[i] = 0;
153 if (t3[k] != 0) continue;
155 while (t3[ic] != 0) ic = (ic + 1) % k;
156 t3[k] = ic;
157 t3[ic] = k;
179 s[i] = t2[(t3[(t1[(str[i]+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
/opensolaris-onvv-gate/usr/src/lib/libxcurses/h/
H A Dmks.h311 #define VARARG3(t1, n1, t2, n2, t3, n3) (t1 n1, t2 n2, t3 n3, ...)
312 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) \
313 (t1 n1, t2 n2, t3 n3, t4 n4, ...)
314 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
315 (t1 n1, t2 n2, t3 n3, t4 n4, t5 n5, ...)
319 #define VARARG3(t1, n1, t2, n2, t3, n3) (n1, n2, n3, va_alist) \
320 t1 n1; t2 n2; t3 n3; int va_alist
321 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) (n1, n2, n3, n4, va_alist) \
322 t1 n1; t2 n2; t3 n
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_mult.c153 BIGNUM *t3, *t4, *t5; local
172 t3 = BN_CTX_get(ctx);
179 if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
190 if (!group->meth->field_mul(group, t4, t4, t3, ctx)) goto err;
193 if (!group->meth->field_mul(group, t3, t3, x, ctx)) goto err;
194 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
195 if (!group->meth->field_mul(group, t4, t3, t4, ctx)) goto err;
196 if (!group->meth->field_mul(group, x2, x1, t3, ct
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_mont.c152 long long t3; local
156 t3 = rp[0] & 0177777;
157 t2 = (t3 * t2) & BN_MASK2;
221 BN_ULONG t1,t2,t3,t4; local
225 t3=nrp[i+2]; ap[i+0]=0;
229 rp[i+2]=t3;
244 BN_ULONG t1,t2,t3,t4; local
248 t3=ap[i+2];
252 rp[i+2]=t3;
/opensolaris-onvv-gate/usr/src/cmd/initpkg/
H A Dswapadd.sh106 while read special t1 t2 fstype t3 t4 t5; do
/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A DMakefile34 SRCS = t0.c t1.c t2.c t3.c t4.c t5.c t6.c t7.c \
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h267 #define TNF_DEFINE_RECORD_3(ctype, ctype_record, t1, n1, t2, n2, t3, n3)
272 #define TNF_DEFINE_RECORD_3(ctype, ctype_record, t1, n1, t2, n2, t3, n3) \
277 t3##_t data_3; \
283 &t3##_tag_data, \
326 buffer->data_3 = t3(ops, the_ctype->n3, \
336 #define TNF_DEFINE_RECORD_4(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4)
341 #define TNF_DEFINE_RECORD_4(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4) \
346 t3##_t data_3; \
353 &t3##_tag_data, \
398 buffer->data_3 = t3(op
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DGroup.cxx19 GroupToken::Type t3, GroupToken::Type t4)
24 allow(t3);
18 AllowedGroupTokens(GroupToken::Type t1, GroupToken::Type t2, GroupToken::Type t3, GroupToken::Type t4) argument
/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c765 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
807 * because s0-s3 t0-t3 are changing every round, tsr* and
820 ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff])
822 ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff])
823 #define ssr2 (Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] \
825 #define ssr3 (Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] \
832 t3 = tsr3 ^ rk[7];
842 t3 = tsr3 ^ rk[15];
852 t3 = tsr3 ^ rk[23];
862 t3
968 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c155 float t1, t2, t3, w; local
187 t3 = 0.5 * w * w;
188 xp = t1 * x[i+2] + t2 * x[i+1] + t3 * x[i] + 0.5;
189 yp = t1 * y[i+2] + t2 * y[i+1] + t3 * y[i] + 0.5;
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c98 taginfo t3; \
99 retval = asn1_get_tag_2(&subbuf, &t3); \
101 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \
103 asn1class = t3.asn1class; \
104 construction = t3.construction; \
105 tagnum = t3.tagnum; \
106 indef = t3.indef; \
/opensolaris-onvv-gate/usr/src/common/crypto/aes/
H A Daes_impl.c1323 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
1361 t3 = Te0[s3 >> 24] ^
1376 Te3[t3 & 0xff] ^
1381 Te2[(t3 >> 8) & 0xff] ^
1386 Te1[(t3 >> 16) & 0xff] ^
1391 s3 = Te0[t3 >> 24] ^
1406 (Te4[t3 & 0xff] & 0x000000ff) ^
1412 (Te4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1418 (Te4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1424 s3 = (Te4[(t3 >> 2
1451 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1152 my ($t1, $t2, $t3); # tmp vars for regex output
1186 $t3 = $3;
1191 $t3 =~ s/'\s+.*$//;
1195 $sym = wclean($t3);
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Desi.c1065 uint32_t t1, t2, t3 = 0; local
1101 t3 += t1 - t2;
1102 t -= t3;
1106 stopwatch += t3;

Completed in 277 milliseconds

12