Searched refs:t1 (Results 1 - 25 of 82) sorted by relevance

1234

/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Dstartup.S60 lui $t1, %hi(grub_arch_busclock)
61 addiu $t1, %lo(grub_arch_busclock)
62 sw $s4, 8($t1)
66 lui $t1, %hi(grub_arch_busclock)
67 addiu $t1, %lo(grub_arch_busclock)
68 sw $s2, 0($t1)
69 sw $s3, 4($t1)
70 sw $s4, 8($t1)
71 sw $s5, 12($t1)
72 sw $s7, 16($t1)
[all...]
H A Dcache_flush.S9 subu $t1, $t3, $t2
19 addiu $t1, $t1, -0x4
20 bne $t1, $zero, 1b
24 subu $t1, $t3, $t2
27 addiu $t1, $t1, -0x4
28 bne $t1, $zero, 2b
H A Dcache.S21 subu $t1, $t3, $t2
24 addiu $t1, $t1, 0xffff
25 bne $t1, $zero, 1b
29 subu $t1, $t3, $t2
32 addiu $t1, $t1, 0xffff
33 bne $t1, $zero, 2b
37 subu $t1, $t3, $t2
40 addiu $t1,
[all...]
/osnet-11/usr/src/lib/librstp/common/
H A Dtimes.c28 STP_compare_times (IN TIMEVALUES_T *t1, IN TIMEVALUES_T *t2) argument
30 if (t1->MessageAge < t2->MessageAge) return -1;
31 if (t1->MessageAge > t2->MessageAge) return 1;
33 if (t1->MaxAge < t2->MaxAge) return -2;
34 if (t1->MaxAge > t2->MaxAge) return 2;
36 if (t1->ForwardDelay < t2->ForwardDelay) return -3;
37 if (t1->ForwardDelay > t2->ForwardDelay) return 3;
39 if (t1->HelloTime < t2->HelloTime) return -4;
40 if (t1->HelloTime > t2->HelloTime) return 4;
H A Dtimes.h36 STP_compare_times (IN TIMEVALUES_T* t1, IN TIMEVALUES_T* t2);
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S61 lui $t1, %hi(GRUB_MACHINE_PCI_CONFSPACE)
71 lw $t2, (%lo(GRUB_MACHINE_PCI_CONFSPACE) + GRUB_PCI_REG_PCI_ID) ($t1)
83 li $t1, GRUB_CS5536_MSR_MAILBOX_CONFIG_ENABLED
84 sw $t1, (%lo(GRUB_MACHINE_PCI_CONFSPACE) + GRUB_CS5536_MSR_MAILBOX_CONFIG) ($t0)
129 ori $t1, $zero, 0xff
130 sb $t1, %lo(GRUB_MACHINE_PCI_IO_BASE + GRUB_CS5536_LBAR_SMBUS + GRUB_CS5536_SMB_REG_CTRL3) ($t0)
131 sb $t1, %lo(GRUB_MACHINE_PCI_IO_BASE + GRUB_CS5536_LBAR_SMBUS + GRUB_CS5536_SMB_REG_CTRL2) ($t0)
150 ld $t1, %lo(GRUB_CPU_LOONGSON_CORECFG) ($t0)
153 and $t1, $t1,
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_sel2poll.c107 int t1, tmp; local
114 t1 = -tmp;
115 t1 += t1 << 1;
116 t1 += tmp << 7;
118 t1 += t->tv_usec / 1000;
120 return (t1);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dstrstr.c53 register const char* t1;
64 t1 = s1;
70 } while (*t1++ == *t2++);
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/
H A Dstartup_raw.S58 lw $t1, %lo (((16 << 20) - 264 + 4) | 0x80000000) ($t0)
63 bne $t1, $t2, 1f
84 and $t1, $a2, $t0
85 beq $t0, $t1, argfw
89 lw $t1, 0($t0)
90 beq $t1, $zero, argdone
102 move $t6, $t1 ;\
118 move $t3, $t1
201 lui $t1, %hi(base)
202 addiu $t1,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dexists_sub.t10 sub t1;
22 print "not " unless exists &t1 && not defined &t1;
H A Dappend.t43 my $t1 = $a; $t1 .= $ab;
45 print $t1 =~ /b/ ? "ok 6\n" : "not ok 6\t# $t1\n";
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dminilib.c56 const char *t1 = s1; local
61 if (*t1 != *t2)
62 return (int) *t1 - (int) *t2;
64 t1++;
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenmod.sh.in42 t1=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
43 printf "$modname\0" >$t1
49 @OBJCOPY@ --add-section .modname=$t1 --add-section .moddeps=$t2 $tmpfile
51 @OBJCOPY@ --add-section .modname=$t1 $tmpfile
53 rm -f $t1 $t2
/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_mont.c65 mp_int t1; local
67 MP_DIGITS(&t1) = 0;
68 MP_CHECKOK(mp_init(&t1, kmflag));
71 MP_CHECKOK(group->meth->field_sqr(z, &t1, group->meth));
72 MP_CHECKOK(group->meth->field_mul(x, &t1, z, group->meth));
74 MP_CHECKOK(group->meth->field_sqr(&t1, &t1, group->meth));
76 field_mul(&group->curveb, &t1, &t1, group->meth));
77 MP_CHECKOK(group->meth->field_add(x, &t1,
93 mp_int t1, t2; local
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c283 add_to_timeval(struct timeval *t1, int t2) argument
288 oldval.tv_sec = t1->tv_sec;
291 t1->tv_sec += t2;
294 if (!(t1->tv_sec >= oldval.tv_sec)) {
314 * OUTPUTS: TRUE t1 > t2
315 * FALSE t1 <= t2
319 is_greater_timeval(struct timeval *t1, struct timeval *t2) argument
321 if (t1->tv_sec > t2->tv_sec)
324 if (t1->tv_sec == t2->tv_sec) {
325 if (t1
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcamellia.c111 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
116 t1 = ir >> 16; \
118 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
119 ^ CAMELLIA_SP3033(t1 & 0xff) \
135 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
140 t1 = klr; \
141 t1 |= lr; \
142 ll ^= t1; \
152 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
450 u32 il, ir, t0, t1, w local
662 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
968 u32 il, ir, t0, t1; local
1058 u32 il,ir,t0,t1; /* temporary valiables */ local
1151 u32 il,ir,t0,t1; /* temporary valiables */ local
1265 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia.c113 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
118 t1 = ir >> 16; \
120 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
121 ^ CAMELLIA_SP3033(t1 & 0xff) \
137 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
142 t1 = klr; \
143 t1 |= lr; \
144 ll ^= t1; \
154 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
452 u32 il, ir, t0, t1, w local
664 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
970 u32 il, ir, t0, t1; local
1060 u32 il,ir,t0,t1; /* temporary valiables */ local
1153 u32 il,ir,t0,t1; /* temporary valiables */ local
1267 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dexpfile.t57 my $t1 = readfile($FILE);
65 ++$n; print ((($t1 eq $t2) ? '' : 'not '), "ok $n\n");
73 ++$n; print ((($t1 ne $t3) ? '' : 'not '), "ok $n\n");
H A Dtie.t59 my $t1 = c5($ARG);
61 print (($t1 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_ndbm.t55 my $t1 = c5();
57 print (($t1 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_sdbm.t54 my $t1 = c5();
56 print (($t1 == 5) ? "ok $testno\n" : "not ok $testno\n");
H A Dtie_storable.t59 my $t1 = c5();
61 print (($t1 == 5) ? "ok $testno\n" : "not ok $testno\n");
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h307 #define VARARG2(t1, n1, t2, n2) (t1 n1, t2 n2, ...)
308 #define VARARG3(t1, n1, t2, n2, t3, n3) (t1 n1, t2 n2, t3 n3, ...)
309 #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, ...)
315 #define VARARG2(t1, n1, t2, n2) (n1, n2, va_alist) t1 n
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_crypt.c48 static char t1[ROTORSIZE]; variable
141 t1[i] = i;
150 temp = t1[k];
151 t1[k] = t1[ic];
152 t1[ic] = temp;
160 t2[t1[i]&MASK] = i;
179 s[i] = t2[(t3[(t1[(str[i]+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
/osnet-11/usr/src/lib/libidmap/common/
H A Dutils.c87 idmap_mapping *t1; local
94 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1);
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize);
96 if (t1 == NULL)
98 (void) memset((uchar_t *)t1 + (len * sizeof (*t1)), 0,
99 _GET_IDS_SIZE_INCR * sizeof (*t1));
100 gh->batch.idmap_mapping_batch_val = t1;

Completed in 62 milliseconds

1234