Searched refs:t1 (Results 76 - 100 of 274) sorted by relevance

1234567891011

/freebsd-10.0-release/usr.sbin/bhyve/
H A Drtc.c123 timevalfix(struct timeval *t1) argument
126 if (t1->tv_usec < 0) {
127 t1->tv_sec--;
128 t1->tv_usec += 1000000;
130 if (t1->tv_usec >= 1000000) {
131 t1->tv_sec++;
132 t1->tv_usec -= 1000000;
137 timevalsub(struct timeval *t1, const struct timeval *t2) argument
140 t1->tv_sec -= t2->tv_sec;
141 t1
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl60 $t1="%l5";
195 ld [$key+4],$t1 !
201 xor $t1,$s1,$s1
205 ld [$key+20],$t1
279 xor $acc4,$t1,$t1
282 xor $acc5,$t1,$t1
284 xor $acc6,$t1,$t1
[all...]
H A Daes-s390x.pl101 $t1="%r1";
294 sllg $t1,$s0,`0+3`
299 ngr $t1,$mask
313 l $t1,1($t1,$tbl) # Te3[s0>>0]
331 xr $s1,$t1
333 sllg $t1,$s3,`0+3` # i0
336 ngr $t1,$mask
354 x $s0,1($t1,$tbl) # Te3[s3>>0]
363 sllg $t1,
[all...]
H A Daes-parisc.pl55 ($t0,$t1,$t2,$t3) = ("%r5","%r6","%r7","%r8");
111 ldw 16($inp),$t1
115 vshd $s3,$t1,$s3
190 ldw 4($key),$t1
196 xor $t1,$s1,$s1
200 ldw 20($key),$t1
251 xor $acc4,$t1,$t1
253 xor $acc5,$t1,$t1
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Drijndael.c859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
875 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
880 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
881 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
882 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
885 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
889 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
890 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
891 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
H A Dlogintest.c93 time_t t0, t1, t2, logintime, logouttime; local
145 t1 = login_get_lastlog_time(getuid());
146 strlcpy(s_t1, ctime(&t1), sizeof(s_t1));
149 (int)t0, s_t0, (int)t1, s_t1);
188 if (t1 == t2)
/freebsd-10.0-release/crypto/openssl/crypto/aes/
H A Daes_core.c785 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
804 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
808 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
809 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
810 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
811 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
814 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
818 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
819 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
820 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1
976 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/freebsd-10.0-release/sys/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
880 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
884 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
885 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
886 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
887 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
890 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
894 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
895 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
896 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc23 QWORD t1, t2;
26 DosTmrQueryTime(&t1);
30 byte = (t2.ulLo - t1.ulLo) & 0xFF;
31 byte ^= (t2.ulLo - t1.ulLo) >> 8;
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dutils_test.cpp117 auto_array< test_array > t1(new test_array[10]);
121 auto_array< test_array > t2(t1);
141 auto_array< test_array > t1(new test_array[10]);
145 auto_array< test_array > t2 = test_array::do_copy(t1);
227 auto_array< test_array > t1(new test_array[10]);
232 t2 = t1;
253 auto_array< test_array > t1(new test_array[10]);
258 t2 = test_array::do_copy(t1);
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dfs_test.cpp71 atf::fs::path t1("non-existent");
78 t1 = td1.get_path();
80 ATF_REQUIRE(t1.str().find("XXXXXX") == std::string::npos);
82 ATF_REQUIRE(t1 != t2);
84 ATF_REQUIRE( atf::fs::exists(t1));
87 atf::fs::file_info fi1(t1);
110 ATF_REQUIRE(t1.str() != "non-existent");
111 ATF_REQUIRE(!atf::fs::exists(t1));
/freebsd-10.0-release/crypto/openssl/util/
H A Dsp-diff.pl61 ($n,$t1,$t2)=($_ =~ /^([dr]sa\s+\d+)\s+bits\s+([.\d]+)s\s+([.\d]+)/);
62 $ret{$n,1}=$t1;
/freebsd-10.0-release/sys/mips/mips/
H A Docteon_cop2_swtch.S38 dmfc2 t1, reg; sd t1, reg##_OFFSET(a0)
42 ld t1, reg##_OFFSET(a0); dmtc2 t1, reg##_SET
91 li t1, 0x000d0000 /* Octeon Pass1 */
92 beq t0, t1, save_pass1
192 li t1, 0x000d0000 /* Octeon Pass1 */
193 beq t0, t1, restore_pass1
/freebsd-10.0-release/sys/mips/rmi/
H A Dxlr_csum_nocopy.S21 ld t1, (\offset+0x08)(a0)
23 .word 0x70491038 /*daddwc v0, v0, t1 */
25 ld t1, (\offset + 0x18)(a0)
27 .word 0x70491038 /*daddwc v0, v0, t1 */
37 ulw t1, (src) /* Still a full word to go */
39 .word 0x70491038 /*daddwc v0, v0, t1 */
41 1: move t1, zero
45 ulhu t1, (src) /* Still a halfword to go */
49 sll t1, t1, 1
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c86 BIGNUM *t1; local
91 t1 = BN_CTX_get(ctx);
92 if (t1 == NULL) goto err;
95 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
96 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
98 if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err;
99 if (!group->meth->field_mul(group, t1, &group->b, t1, ctx)) goto err;
100 if (!BN_GF2m_add(x, x, t1)) got
118 BIGNUM *t1, *t2; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl116 $t1="r25";
249 mr $t1,$n0
252 lwz $n0,0($t1) ; pull n0[0,1] value
253 lwz $t1,4($t1)
257 insrdi $n0,$t1,32,0
279 extrdi $t1,$t3,16,32
283 std $t1,`$FRAME+8`($sp)
298 lwz $t1,0($ap)
308 lwz $t1,
[all...]
H A Dx86_64-gf2m.pl39 ($t0,$t1)=("%rbx","%rcx");
67 mov $i0,$t1
70 shr \$2,$t1
74 xor $t1,$hi
125 mov (%rsp,$i1,8),$t1
127 mov $t1,$t0
128 shl \$`8*$n-4`,$t1
132 xor $t1,$lo
143 mov (%rsp,$i1,8),$t1
144 mov $t1,
[all...]
H A Dmips.pl92 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
135 $REG_S $t1,2*$SZREG($sp)
148 $LD $t1,0($a0)
153 $ADDU $t1,$v0
154 sltu $v0,$t1,$v0 # All manuals say it "compares 32-bit
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
163 $ST $t1,0($a0)
214 $LD $t1,0($a0)
216 $ADDU $t1,
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.c410 BIGNUM *t1; local
413 if ((t1 = BN_CTX_get(ctx)) == NULL) goto err;
419 if (!BN_mod(t1,rnd,add,ctx)) goto err;
420 if (!BN_sub(rnd,rnd,t1)) goto err;
448 BIGNUM *t1,*qadd,*q; local
452 t1 = BN_CTX_get(ctx);
462 if (!BN_mod(t1,q,qadd,ctx)) goto err;
463 if (!BN_sub(q,q,t1)) goto err;
468 if (!BN_rshift1(t1,rem)) goto err;
469 if (!BN_add(q,q,t1)) got
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.hpp457 parser< TKZ >::expect(const token_type& t1, argument
462 if (t.type() != t1)
472 parser< TKZ >::expect(const token_type& t1, argument
478 if (t.type() != t1 && t.type() != t2)
488 parser< TKZ >::expect(const token_type& t1, argument
495 if (t.type() != t1 && t.type() != t2 && t.type() != t3)
505 parser< TKZ >::expect(const token_type& t1, argument
513 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
524 parser< TKZ >::expect(const token_type& t1, argument
535 if (t.type() != t1
547 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const token_type& t8, const std::string& textual) argument
[all...]
/freebsd-10.0-release/lib/msun/src/
H A De_log.c91 double hfsq,f,s,z,R,w,t1,t2,dk; local
131 t1= w*(Lg2+w*(Lg4+w*Lg6));
134 R = t2+t1;
H A De_logf.c38 float hfsq,f,s,z,R,w,t1,t2,dk; local
77 t1= w*(Lg2+w*Lg4);
80 R = t2+t1;
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtree.c1432 cp_tree_equal (tree t1, tree t2)
1436 if (t1 == t2)
1438 if (!t1 || !t2)
1441 for (code1 = TREE_CODE (t1);
1444 code1 = TREE_CODE (t1))
1445 t1 = TREE_OPERAND (t1, 0);
1453 if (t1 == t2)
1462 return TREE_INT_CST_LOW (t1) == TREE_INT_CST_LOW (t2)
1463 && TREE_INT_CST_HIGH (t1)
1425 cp_tree_equal(tree t1, tree t2) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Ddebug.c69 debug_nothing_tree_tree (tree t1 ATTRIBUTE_UNUSED,

Completed in 143 milliseconds

1234567891011