Searched refs:t0 (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha256-internal.c99 u32 S[8], W[64], t0, t1; local
120 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
122 d += t0; \
123 h = t0 + t1;
/freebsd-9.3-release/secure/lib/libcrypt/
H A Dcrypt-des.c418 u_int32_t t0, t1; local
422 t0 = (k0 << shifts) | (k0 >> (28 - shifts));
426 en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f]
427 | comp_maskl[1][(t0 >> 14) & 0x7f]
428 | comp_maskl[2][(t0 >> 7) & 0x7f]
429 | comp_maskl[3][t0 & 0x7f]
436 en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f]
437 | comp_maskr[1][(t0 >> 14) & 0x7f]
438 | comp_maskr[2][(t0 >> 7) & 0x7f]
439 | comp_maskr[3][t0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/aes/asm/
H A Daes-x86_64.pl43 $t0="%r10d";
82 mov 0($sbox,$acc0,8),$t0
89 xor 3($sbox,$acc0,8),$t0
107 xor 2($sbox,$acc0,8),$t0
114 xor 1($sbox,$acc0,8),$t0
127 xor $t0,$s0
141 mov 2($sbox,$acc0,8),$t0
145 and \$0x000000ff,$t0
153 mov 0($sbox,$acc1,8),$acc1 #$t0
160 xor $acc1,$t0
[all...]
H A Daes-ia64.S48 t0=r32; s0=r33;
93 LDKEY t0=[rk0],2*KSZ
104 { .mmi; xor s0=s0,t0
114 { .mmi; (p0) LDKEY t0=[rk0],2*KSZ // 0/0:rk[0]
162 (p0) xor t0=t0,te33 };; // 7/0:
165 (p0) xor t0=t0,te22 } // 8/0:
171 (p0) xor t0=t0,te0
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Dasm.h120 * should be used only when we need more than t0-t3.
293 mfc0 t0, MIPS_COP_0_STATUS ;\
294 and a0, t0, MIPS_SR_INT_IE ;\
295 xor t0, a0, t0 ;\
296 mtc0 t0, MIPS_COP_0_STATUS ;\
304 mfc0 t0, MIPS_COP_0_STATUS ;\
305 or t0, a0, t0 ;\
306 mtc0 t0, MIPS_COP_0_STATU
[all...]
H A Dframe.h49 register_t t0; member in struct:trapframe
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.time.c685 pdeltat(timeval_t *t1, timeval_t *t0) argument
689 tvsub(&td, t1, t0);
694 tvadd(timeval_t *tsum, timeval_t *t0) argument
697 tsum->tv_sec += t0->tv_sec;
698 tsum->tv_usec += t0->tv_usec;
704 tvsub(timeval_t *tdiff, timeval_t *t1, timeval_t *t0) argument
707 tdiff->tv_sec = t1->tv_sec - t0->tv_sec;
708 tdiff->tv_usec = t1->tv_usec - t0->tv_usec;
/freebsd-9.3-release/libexec/rtld-elf/mips/
H A Drtld_start.S61 PTR_LA t0, _C_LABEL(_rtld_relocate_nonplt_self)
64 PTR_ADDU t9, a1, t0
/freebsd-9.3-release/lib/libmd/
H A Dsha256c.c89 t0 = h + S1(e) + Ch(e, f, g) + k; \
91 d += t0; \
92 h = t0 + t1;
111 uint32_t t0, t1; local
H A Dsha512c.c89 t0 = h + S1(e) + Ch(e, f, g) + k; \
91 d += t0; \
92 h = t0 + t1;
111 uint64_t t0, t1; local
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_enc.c346 register DES_LONG t0, t1; local
354 t0 = tin0;
367 xor0 = t0;
374 t0 = tin0;
386 xor0 = t0;
/freebsd-9.3-release/sys/net/
H A Dnetmap_user.h151 struct timeval t0; \
152 gettimeofday(&t0, NULL); \
154 (int)(t0.tv_sec % 1000), (int)t0.tv_usec, \
161 static int t0, __cnt; \
164 if (t0 != __xxts.tv_sec) { \
165 t0 = __xxts.tv_sec; \
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl121 s0=r26; s1=r27; t0=r28; t1=r29;
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
217 mux2 $t0=A,0x44 };; // copy lower half to upper
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
467 _rotr r10=$t0,$Sigma0[0] } // ROTR(a,28)
471 _rotr r11=$t0,$Sigma0[1] } // ROTR(a,34)
475 _rotr r8=$t0,$Sigma0[2] } // ROTR(a,39)
507 $t0="t0",
[all...]
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c130 fifolog_reader_seek(const struct fifolog_reader *fr, time_t t0) argument
153 if (t > t0) {
169 /* Now do a binary search to find the sync block right before t0 */
195 if (tt >= t0) {
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c532 BN_ULONG ta=(a),tb=(b),t0; \
533 BN_UMULT_LOHI(t0,t1,ta,tb); \
534 c0 += t0; t2 = t1+((c0<t0)?1:0);\
536 c0 += t0; t1 += (c0<t0)?1:0; \
561 BN_ULONG ta=(a),tb=(b),t0; \
563 t0 = ta * tb; \
564 c0 += t0; t2 = t1+((c0<t0)
[all...]
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dsetjmp.S117 REG_LI t0, _JB_MAGIC_SETJMP
118 bne v0, t0, botch # jump if error
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S95 dli t0, addr; \
97 sd k1, 0(t0); \
/freebsd-9.3-release/contrib/libbegemot/
H A Drpoll.c651 int t0, t1; variable
710 t0 = poll_start_timer(1000, 1, tfunc0, "1 second");
717 poll_stop_timer(t0);
729 t0 = poll_start_timer(1000, 1, tfunc0, "1 second");
732 t0 = poll_start_utimer(300, 1, tfunc2, NULL);
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c611 uint32_t t0, t1; local
615 t0 = 0;
620 if (!t0)
621 t0 = t1;
622 if ((uint32_t)(t1 - t0) >= ticks)
/freebsd-9.3-release/lib/libipsec/
H A Dpfkey_dump.c590 char *t0; local
591 t0 = ctime(&t);
592 memcpy(buf, t0 + 4, 20);
/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h68 uint8_t t0, r0; /* series 0: tries, rate code */ member in struct:txschedule
/freebsd-9.3-release/lib/msun/src/
H A De_lgamma_r.c110 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
H A De_lgammaf_r.c43 t0 = 4.8383611441e-01, /* 0x3ef7b95e */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/freebsd-9.3-release/tools/tools/editing/
H A Dfreebsd.vim61 setlocal cinoptions=(4200,u4200,+0.5s,*500,:0,t0,U4200
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c321 BN_ULONG ta=(a),tb=(b),t0; \
323 t0 = ta * tb; \
324 c0 += t0; t2 = t1+((c0<t0)?1:0);\
326 c0 += t0; t1 += (c0<t0)?1:0; \

Completed in 345 milliseconds

12345