Searched refs:t4 (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dexists_sub.t13 sub t4 ($);
28 print "not " unless exists &t4 && not defined &t4;
36 $ref->{A}[0] = \&t4;
H A Dappend.t55 my $t4 = $ua; $t4 .= $uab;
57 print eval '$t4 =~ /$ub/' ? "ok 9\n" : "not ok 9\t# $t4\n";
H A Dpat.t174 $t1=$t2=$t3=$t4=$t5=$t6=$t7=$t8=$t9=0;
180 $t4++ if /$pat4/o;
188 $x = "$t1$t2$t3$t4$t5$t6$t7$t8$t9";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dtie.t74 my $t4 = c23($ARG);
78 print (($t4 == 5) ? "ok $testno\n" : "not ok $testno # Result $t4\n");
H A Dtie_ndbm.t70 my $t4 = c23();
74 print (($t4 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_sdbm.t69 my $t4 = c23();
73 print (($t4 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_storable.t76 my $t4 = c23();
80 print (($t4 == 5) ? "ok $testno\n" : "not ok $testno\n");
/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_mont.c126 mp_int t3, t4, t5; local
129 MP_DIGITS(&t4) = 0;
132 MP_CHECKOK(mp_init(&t4, FLAG(x2)));
163 MP_CHECKOK(group->meth->field_sqr(x, &t4, group->meth));
164 MP_CHECKOK(group->meth->field_add(&t4, y, &t4, group->meth));
165 MP_CHECKOK(group->meth->field_mul(&t4, &t3, &t4, group->meth));
166 MP_CHECKOK(group->meth->field_add(&t4, z2, &t4, grou
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/
H A Dstartup_raw.S120 lb $t4, 0($t2)
126 beq $t5, $t4, 3b
128 bne $t4, $zero, 1f
138 addiu $t4, $t5, 0xfff7
139 bgtz $t4, 1f
143 sll $t4, $v0, 2
144 addu $v0, $v0, $t4
184 lb $t4, 0($t7)
185 beq $t4, $zero, 1f
187 bne $t3, $t4,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S55 /* $t4 chooses device in priority encoding. */
64 ori $t4, $zero, 1
66 andi $t4, $t4, ((1 << GRUB_PCI_NUM_DEVICES) - 1)
68 beql $t4, $zero, retry_cs5536
70 sw $t4, %lo(GRUB_MACHINE_PCI_CONF_CTRL_REG_ADDR) ($t0)
73 sll $t4, $t4, 1
79 move $a0, $t4
547 sd $t2, 0($t4)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Dstartup.S99 lb $t4, 0($t2)
100 sb $t4, 0($t1)
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h309 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) \
310 (t1 n1, t2 n2, t3 n3, t4 n4, ...)
311 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
312 (t1 n1, t2 n2, t3 n3, t4 n4, t5 n5, ...)
318 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) (n1, n2, n3, n4, va_alist) \
319 t1 n1; t2 n2; t3 n3; t4 n4; int va_alist
320 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
322 t1 n1; t2 n2; t3 n3; t4 n4; t5 n5; int va_alist
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c347 int t0, t1, t2, t3, t4, t5, t6, t7; local
385 t4 = pd[JPEG_UNIT_SIZE * 7];
390 v0 = t4 + t7;
392 v2 = t4 + t6;
402 t4 = t4 * CONST (0.298631336) - v0 - v2;
413 pd[JPEG_UNIT_SIZE * 3] = t3 + t4;
414 pd[JPEG_UNIT_SIZE * 4] = t3 - t4;
439 t4 = pd[7];
444 v0 = t4
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c373 taginfo t4; local
377 retval = asn1_get_tag_2(&buf, &t4);
379 if (t4.asn1class != APPLICATION || t4.construction != CONSTRUCTED) clean_return(ASN1_BAD_ID);
380 if (t4.tagnum == 25) rep->msg_type = KRB5_AS_REP;
381 else if (t4.tagnum == 26) rep->msg_type = KRB5_TGS_REP;
H A Dasn1_k_decode.c335 taginfo t4; \
336 retval = asn1_get_tag_2(&seqbuf, &t4); \
339 asn1class = t4.asn1class; \
340 construction = t4.construction; \
341 tagnum = t4.tagnum; \
342 taglen = t4.length; \
343 indef = t4.indef; \

Completed in 69 milliseconds