Searched refs:t1 (Results 226 - 250 of 1220) sorted by relevance

1234567891011>>

/netbsd-current/sys/dev/dtv/
H A Ddtv_math.c91 uint32_t t1; local
118 * Calculate "t1 = 1 / t" in the 8.24 fixed-point format.
125 t1 = ((uint64_t)1 << 48) / t;
128 * Calculate "t = ilog2x + t/2 - t1 + 0.5" in the 8.24
141 t = (ilog2x << 24) + (t >> 1) - t1 + (1 << 23);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h37 unsigned long long t0, t1; local
41 t1 = LOAD64_LE(&key[8]);
45 st->r[1] = ((t0 >> 44) | (t1 << 20)) & 0xfffffc0ffff;
46 st->r[2] = ((t1 >> 24)) & 0x00ffffffc0f;
85 unsigned long long t0, t1; local
89 t1 = LOAD64_LE(&m[8]);
92 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffff);
93 h2 += (((t1 >> 24)) & 0x3ffffffffff) | hibit;
140 unsigned long long t0, t1; local
200 t1
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmulmid.c85 mp_limb_t t0, t1, cy; local
87 t0 = rp[0], t1 = rp[1];
90 MPN_INCR_U (rp + 1, k + 1, t1 + cy);
97 mp_limb_t t0, t1, cy; local
99 t0 = rp[0], t1 = rp[1];
102 MPN_INCR_U (rp + 1, an - bn + 2, t1 + cy);
233 mp_limb_t t0, t1, cy; local
235 t0 = rp[0], t1 = rp[1];
238 MPN_INCR_U (rp + 1, bn + 1, t1 + cy);
247 mp_limb_t t0, t1, c local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D11-prepend.t36 $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
40 ($t1 eq 'The value of $foo is: global') or print "not ";
60 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
64 ($t1 eq 'The value of $foo is: Emptyclass global') or print "not ";
83 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
87 ($t1 eq 'The value of $foo is: global') or print "not ";
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dpoly1305.c34 uint32_t t0,t1,t2,t3; local
48 t1 = U8TO32_LE(key+4);
53 r0 = t0 & 0x3ffffff; t0 >>= 26; t0 |= t1 << 6;
54 r1 = t0 & 0x3ffff03; t1 >>= 20; t1 |= t2 << 12;
55 r2 = t1 & 0x3ffc0ff; t2 >>= 14; t2 |= t3 << 18;
78 t1 = U8TO32_LE(m-12);
83 h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
84 h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
115 t1
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-alpha.pl35 $t1="t11";
68 sll $a,5,$t1
84 addl $t1,$e,$e
93 sll $a,5,$t1
104 addl $t1,$e,$e
113 sll $a,5,$t1
124 addl $t1,$e,$e
130 srl @X[$j%16],31,$t1
138 or $t1,@X[$j%16],@X[$j%16]
146 sll $a,5,$t1
[all...]
H A Dsha512-ppc.pl113 $t1 ="r6";
121 $F =$t1; $t1 = "r0"; # stay away from "r13";
138 add $h,$h,$t1
139 andc $t1,$g,$e
141 or $t0,$t0,$t1 ; Ch(e,f,g)
150 and $t1,$a,$c
153 xor $t0,$t0,$t1
154 and $t1,$b,$c
157 xor $t0,$t0,$t1 ; Ma
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-alpha.pl35 $t1="t11";
68 sll $a,5,$t1
84 addl $t1,$e,$e
93 sll $a,5,$t1
104 addl $t1,$e,$e
113 sll $a,5,$t1
124 addl $t1,$e,$e
130 srl @X[$j%16],31,$t1
138 or $t1,@X[$j%16],@X[$j%16]
146 sll $a,5,$t1
[all...]
H A Dsha512-ppc.pl116 $t1 ="r6";
124 $F =$t1; $t1 = "r0"; # stay away from "r13";
141 add $h,$h,$t1
142 andc $t1,$g,$e
144 or $t0,$t0,$t1 ; Ch(e,f,g)
153 and $t1,$a,$c
156 xor $t0,$t0,$t1
157 and $t1,$b,$c
160 xor $t0,$t0,$t1 ; Ma
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c187 static void warn_odr (tree t1, tree t2, tree st1, tree st2,
380 types_odr_comparable (tree t1, tree t2) argument
383 || TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2)
384 || (odr_type_p (TYPE_MAIN_VARIANT (t1))
392 types_must_be_same_for_odr (tree t1, tree t2) argument
394 if (types_odr_comparable (t1, t2))
395 return types_same_for_odr (t1, t2);
397 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
459 tree t1 = o1->type; local
462 gcc_checking_assert (TYPE_MAIN_VARIANT (t1)
540 type_variants_equivalent_p(tree t1, tree t2) argument
558 odr_subtypes_equivalent_p(tree t1, tree t2, hash_set<type_pair> *visited, location_t loc1, location_t loc2) argument
888 warn_odr(tree t1, tree t2, tree st1, tree st2, bool warn, bool *warned, const char *reason) argument
961 type_mismatch_p(tree t1, tree t2) argument
981 warn_types_mismatch(tree t1, tree t2, location_t loc1, location_t loc2) argument
1206 odr_types_equivalent_p(tree t1, tree t2, bool warn, bool *warned, hash_set<type_pair> *visited, location_t loc1, location_t loc2) argument
2700 equal(const polymorphic_call_target_d *t1, const polymorphic_call_target_d *t2) argument
3548 const odr_type_warn_count *t1 = (const odr_type_warn_count *)p1; local
3564 const decl_warn_count *t1 = *(const decl_warn_count * const *)p1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc187 static void warn_odr (tree t1, tree t2, tree st1, tree st2,
393 types_odr_comparable (tree t1, tree t2) argument
396 || TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2)
397 || (odr_type_p (TYPE_MAIN_VARIANT (t1))
405 types_must_be_same_for_odr (tree t1, tree t2) argument
407 if (types_odr_comparable (t1, t2))
408 return types_same_for_odr (t1, t2);
410 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
472 tree t1 = o1->type; local
475 gcc_checking_assert (TYPE_MAIN_VARIANT (t1)
553 type_variants_equivalent_p(tree t1, tree t2) argument
571 odr_subtypes_equivalent_p(tree t1, tree t2, hash_set<type_pair> *visited, location_t loc1, location_t loc2) argument
901 warn_odr(tree t1, tree t2, tree st1, tree st2, bool warn, bool *warned, const char *reason) argument
974 type_mismatch_p(tree t1, tree t2) argument
994 warn_types_mismatch(tree t1, tree t2, location_t loc1, location_t loc2) argument
1219 odr_types_equivalent_p(tree t1, tree t2, bool warn, bool *warned, hash_set<type_pair> *visited, location_t loc1, location_t loc2) argument
2716 equal(const polymorphic_call_target_d *t1, const polymorphic_call_target_d *t2) argument
3572 const odr_type_warn_count *t1 = (const odr_type_warn_count *)p1; local
3588 const decl_warn_count *t1 = *(const decl_warn_count * const *)p1; local
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Dlock_stubs_llsc.S76 move t1, a2
77 LONG_SC t1, (a0)
78 beqz t1, 1b
101 move t1, a2
102 INT_SC t1, (a0)
103 beqz t1, 1b
134 move t1, a2
135 sc t1, 0(a0)
136 beqz t1, 1b
164 move t1, a
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daes-armv4.pl61 $t1="r4";
215 ldrb $t1,[$rounds,#2] @ manner...
218 orr $s0,$s0,$t1,lsl#8
221 ldrb $t1,[$rounds,#6]
225 orr $s1,$s1,$t1,lsl#8
228 ldrb $t1,[$rounds,#10]
232 orr $s2,$s2,$t1,lsl#8
235 ldrb $t1,[$rounds,#14]
239 orr $s3,$s3,$t1,lsl#8
269 mov $t1,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-armv4.pl63 $t1="r4";
218 ldrb $t1,[$rounds,#2] @ manner...
221 orr $s0,$s0,$t1,lsl#8
224 ldrb $t1,[$rounds,#6]
228 orr $s1,$s1,$t1,lsl#8
231 ldrb $t1,[$rounds,#10]
235 orr $s2,$s2,$t1,lsl#8
238 ldrb $t1,[$rounds,#14]
242 orr $s3,$s3,$t1,lsl#8
272 mov $t1,
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
H A Dmul_1.asm76 define(`t1',`r8')
115 srl acc1,NUMB_BITS, t1
131 srl acc1,NUMB_BITS, t1
154 srl acc0,NUMB_BITS, t1
167 srl acc0,NUMB_BITS, t1
185 srl acc0,NUMB_BITS, t1
206 srl acc0,NUMB_BITS, t1
222 srl acc1,NUMB_BITS, t1
224 addq t1, m1b, r0
247 srl acc1,NUMB_BITS, t1
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_exteuclid.c25 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
28 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
45 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
47 if ((err = mp_sub(&u1, &tmp, &t1)) != MP_OKAY) { goto _ERR; }
58 /* (v1,v2,v3) = (t1,t2,t3) */
59 if ((err = mp_copy(&t1, &v1)) != MP_OKAY) { goto _ERR; }
77 _ERR: mp_clear_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL);
/netbsd-current/sys/arch/emips/stand/common/
H A Dstart.S127 sw t1, TS_T1(sp)
153 mfhi t1
156 sw t1, TS_HI(sp)
178 lw t1, TS_T1(a0)
274 sltu t1,t2,t3
275 bne t1,zero,CpyLoop
282 sltu t1,t3,t4
284 bne t1,zero,ZroLoop
289 lw t1, 12(ra) /* _C_LABEL(RelocToRAM) */
290 jr t1
[all...]
/netbsd-current/sys/kern/
H A Dkern_cctr.c206 int64_t t0, t1, tcenter = 0; local
219 t1 = cpu_counter32();
221 if (t1 < t0) {
226 /* average t0 and t1 without overflow: */
227 tcenter = (t0 >> 1) + (t1 >> 1);
228 if ((t0 & 1) + (t1 & 1) == 2)
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dlocore_machdep.S65 lw t1, 0(a2) /* D_STAT */
69 and t1, t1, t2
73 or t0, t0, t1 /* cur_mask */
157 addu t1, t0, t2 # End address
174 bne t0, t1, 1b
180 li t1, CACHE_R5900_SIZE_I
182 srl t1, 1 # Two way set assoc
183 addu t1, t0, t1 # En
[all...]
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_sqrt.c293 #define t1 tt macro
298 t1 = bit;
299 FPU_SUBS(d1, x1, t1);
309 t1 = y1 | bit;
310 FPU_SUBS(d1, x1, t1);
320 #undef t1 macro
323 #define t1 y1 macro
331 FPU_SUBCS(d1, x1, t1);
336 y1 |= 1; /* now t1, y1 are set in concrete */
343 FPU_SUBCS(d1, x1, t1);
[all...]
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_sqrt.c313 #define t1 tt macro
318 t1 = bit;
319 FPU_SUBS(d1, x1, t1);
329 t1 = y1 | bit;
330 FPU_SUBS(d1, x1, t1);
340 #undef t1 macro
343 #define t1 y1 macro
351 FPU_SUBCS(d1, x1, t1);
356 y1 |= 1; /* now t1, y1 are set in concrete */
363 FPU_SUBCS(d1, x1, t1);
[all...]
/netbsd-current/sys/arch/mips/sibyte/include/
H A Dsb1250_wid.h210 #define WID_UNCONVOLUTE(wid,t1,t2,t3) \
211 li t1,M_WID_SWAPBITS ; \
212 and t1,t1,wid ; \
213 sll t1,t1,1 ; \
219 or wid,wid,t1 ; \
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_muldiv_2exp.c56 long int e2, t1, t2; local
76 t1 = mpz_scan1 (mpq_numref (rq), 0);
82 if (e2 + e != t1 - t2 || (t2 != 0 && t1 != 0) || mpz_scan1 (t, 0) != e
94 t1 = mpz_scan1 (mpq_numref (rq), 0);
99 if (e2 != t1 - t2 + e || (t2 != 0 && t1 != 0) || mpz_scan1 (t, 0) != e
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } argument
129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) argument
130 : base_type(t0, t1, t2, t3) { }
133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
134 : base_type(t0, t1, t2, t3, t4) { }
138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
139 : base_type(t0, t1, t
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
576 basic_branch(T0 t0, T1 t1) argument
579 basic_branch(T0 t0, T1 t1, T2 t2) argument
582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) argument
586 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
591 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
596 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_add.c80 BN_ULONG *rp, carry, t1, t2; local
111 t1 = *(ap++);
112 t2 = (t1 + carry) & BN_MASK2;
128 BN_ULONG t1, t2, borrow, *rp; local
156 t1 = *(ap++);
157 t2 = (t1 - borrow) & BN_MASK2;
159 borrow &= (t1 == 0);

Completed in 641 milliseconds

1234567891011>>