Searched refs:tmp2 (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dreturn.c38 int tmp2; variable
45 tmp2 = func2 ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dreturn.c38 int tmp2; variable
45 tmp2 = func2 ();
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cast/asm/
H A Dcast-586.pl31 $tmp2="ebx";
73 &mov($tmp2,&wparam(0));
79 &mov($L,&DWP(0,$tmp2,"",0));
80 &mov($R,&DWP(4,$tmp2,"",0));
96 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
101 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cast/asm/
H A Dcast-586.pl30 $tmp2="ebx";
72 &mov($tmp2,&wparam(0));
78 &mov($L,&DWP(0,$tmp2,"",0));
79 &mov($R,&DWP(4,$tmp2,"",0));
95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/asm/
H A Dbf-586.pl26 $tmp2="ebx";
47 &mov($tmp2,&wparam(0));
53 &mov($L,&DWP(0,$tmp2,"",0));
54 &mov($R,&DWP(4,$tmp2,"",0));
62 &mov($tmp2,&DWP(0,$P,"",0));
65 &xor($L,$tmp2);
70 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
74 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
81 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
84 &xor($L,$tmp2);
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/asm/
H A Dbf-586.pl25 $tmp2="ebx";
46 &mov($tmp2,&wparam(0));
52 &mov($L,&DWP(0,$tmp2,"",0));
53 &mov($R,&DWP(4,$tmp2,"",0));
61 &mov($tmp2,&DWP(0,$P,"",0));
64 &xor($L,$tmp2);
69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
80 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
83 &xor($L,$tmp2);
[all...]
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dupdate-anchor.sh58 tmp2=$tmpfile.2
87 echo 'trusted-keys {' > "$tmp2"
94 sed -e 's/^\.\././' | sort >> "$tmp2"
100 sed -e 's/^\.\././' | sort >> "$tmp2"
102 echo '};' >> "$tmp2"
111 sed -e 's/^\.\././' | sort > "$tmp2"
117 sed -e 's/^\.\././' | sort > "$tmp2"
122 diff $tmp2 $keyfile >/dev/null 2>&1
124 cat $tmp2 > $keyfile
131 rm -f $tmpfile $tmp2
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare_tests41 tmp2=$TMPDIR/$tool-testing.$$b
51 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
112 sed 's/^XFAIL/FAIL/; s/^ERROR/FAIL/; s/^XPASS/PASS/' < "$2" | awk '/^Running target / {target = $3} { if (target != "unix") { sub(/: /, "&"target": " ); }; print $0; }' | cut -c1-2000 >$tmp2
115 now=$tmp2
128 grep '^PASS' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
130 grep -s . $tmp2 >/dev/null
132 num=`cat $tmp2 | wc -l`
135 cat $tmp2
141 grep '^FAIL' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
143 grep -s . $tmp2 >/de
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare_tests41 tmp2=$TMPDIR/$tool-testing.$$b
51 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
112 sed 's/^XFAIL/FAIL/; s/^ERROR/FAIL/; s/^XPASS/PASS/' < "$2" | awk '/^Running target / {target = $3} { if (target != "unix") { sub(/: /, "&"target": " ); }; print $0; }' | cut -c1-2000 >$tmp2
115 now=$tmp2
128 grep '^PASS' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
130 grep -s . $tmp2 >/dev/null
132 num=`cat $tmp2 | wc -l`
135 cat $tmp2
141 grep '^FAIL' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
143 grep -s . $tmp2 >/de
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-mips.pl67 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
114 dsll $tmp2,$tmp0,32
115 or $tmp0,$tmp2 # 0x000000FF000000FF
119 dsrl $tmp2,$in0,24
123 and $tmp2,$tmp0
126 or $tmp1,$tmp2
128 and $tmp2,$in0,$tmp0
132 dsll $tmp2,8
136 or $tmp1,$tmp2
233 dsll $tmp2,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-mips.pl71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
118 dsll $tmp2,$tmp0,32
119 or $tmp0,$tmp2 # 0x000000FF000000FF
123 dsrl $tmp2,$in0,24
127 and $tmp2,$tmp0
130 or $tmp1,$tmp2
132 and $tmp2,$in0,$tmp0
136 dsll $tmp2,8
140 or $tmp1,$tmp2
237 dsll $tmp2,
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dlog.c46 mpfr_t tmp1, tmp2; local
119 MPFR_GROUP_INIT_2 (group, p, tmp1, tmp2);
147 mpfr_agm (tmp2, __gmpfr_one, tmp1, MPFR_RNDN); /* AG(1,4/s),err<=3 ulps */
148 mpfr_mul_2ui (tmp2, tmp2, 1, MPFR_RNDN); /* 2*AG(1,4/s), err<=3 ulps */
150 mpfr_div (tmp2, tmp1, tmp2, MPFR_RNDN); /* pi/2*AG(1,4/s), err<=5ulps */
153 mpfr_sub (tmp1, tmp2, tmp1, MPFR_RNDN); /* log(a), err<=7ulps+cancel */
155 if (MPFR_LIKELY (MPFR_IS_PURE_FP (tmp1) && MPFR_IS_PURE_FP (tmp2)))
157 cancel = MPFR_GET_EXP (tmp2)
[all...]
H A Dgamma.c115 mpfr_t xp, GammaTrial, tmp, tmp2; local
338 mpfr_init2 (tmp2, 53);
353 w += 17; /* to get tmp2 small enough */
355 mpfr_set_prec (tmp2, w);
358 mpfr_const_pi (tmp2, MPFR_RNDN);
359 mpfr_mul (tmp2, tmp2, tmp, MPFR_RNDN); /* Pi*(2-x) */
360 mpfr_sin (tmp, tmp2, MPFR_RNDN); /* sin(Pi*(2-x)) */
363 mpfr_mul_ui (tmp2, tmp2,
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_toom_mul.c29 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
35 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
98 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) {
101 if ((res = mp_add(&tmp2, &b1, &tmp2)) != MP_OKAY) {
104 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
107 if ((res = mp_add(&tmp2, &b2, &tmp2)) != MP_OKAY) {
111 if ((res = mp_mul(&tmp1, &tmp2,
[all...]
/netbsd-current/lib/libc/gen/
H A Ddehumanize_number.c66 long long tmp, tmp2; local
114 tmp2 = tmp * multiplier;
115 tmp2 = tmp2 / multiplier;
116 if (tmp != tmp2) {
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_cop2var.h60 uint64_t tmp0, tmp1, tmp2, tmp3; \
77 CNASM_##AU##LD(tmp2, 16, key) \
80 CNASM_MT2(tmp2, CVM_MT_AES_KEY, 2) /* delay slot */ \
89 [tmp2] "=&r" (tmp2), \
240 uint64_t tmp0, tmp1, tmp2, tmp3; \
248 CNASM_##AU##LD(tmp2, 16, s) \
252 CNASM_MT2(tmp2, CVM_MT_AES_##ED##0, 0) \
256 CNASM_MF2(tmp2, CVM_MF_AES_RESINP, 0) \
258 CNASM_##AU##SD(tmp2, 1
315 uint64_t tmp0, tmp1, tmp2; local
582 uint64_t tmp0, tmp1, tmp2, tmp3; local
624 uint64_t tmp0, tmp1, tmp2; local
653 uint64_t tmp0, tmp1, tmp2; local
681 uint64_t tmp0, tmp1, tmp2, tmp3; local
723 uint64_t tmp0, tmp1, tmp2, tmp3; local
753 uint64_t tmp0, tmp1, tmp2, tmp3; local
783 uint64_t tmp0, tmp1, tmp2, tmp3; local
825 uint64_t tmp0, tmp1, tmp2, tmp3; local
863 uint64_t tmp0, tmp1, tmp2, tmp3; local
901 uint64_t tmp0, tmp1, tmp2, tmp3; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dmul.c38 mpz_t tmp1, tmp2; local
81 MPZ_TMP_INIT (tmp2, alloc);
92 mpz_divexact_gcd (tmp2, NUM(op2), gcd2);
94 mpz_mul (NUM(prod), tmp1, tmp2); local
97 mpz_divexact_gcd (tmp2, DEN(op1), gcd2);
99 mpz_mul (DEN(prod), tmp1, tmp2); local
H A Daors.c43 mpz_t tmp1, tmp2; local
53 MPZ_TMP_INIT (tmp2, op2_num_size + op1_den_size);
69 mpz_divexact_gcd (tmp2, DEN(op1), gcd);
72 mpz_mul (t, NUM(op2), tmp2);
80 mpz_mul (DEN(rop), DEN(op2), tmp2); local
86 mpz_mul (DEN(rop), tmp1, tmp2); local
94 mpz_mul (tmp2, NUM(op2), DEN(op1));
95 (*fun) (NUM(rop), tmp1, tmp2); local
/netbsd-current/common/lib/libc/stdlib/
H A Dheapsort.c92 #define COPY(a, b, count, size, tmp1, tmp2) { \
95 tmp2 = b; \
97 *tmp1++ = *tmp2++; \
140 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
148 COPY(par, child, count, size, tmp1, tmp2); \
156 COPY(child, k, count, size, tmp1, tmp2); \
159 COPY(child, par, count, size, tmp1, tmp2); \
181 char tmp, *tmp1, *tmp2; local
220 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
221 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgcc/libgcc/
H A DMakefile55 CLEANFILES+= ${SOBJS:=.tmp1} ${SOBJS:=.tmp2}
62 ${CC} ${COPTS} -r -nostdinc -nostdlib ${CPUFLAGS} -o ${.TARGET}.tmp2 ${.TARGET}.tmp1 -xassembler -
63 ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET}.tmp2
65 mv ${.TARGET}.tmp2 ${.TARGET}
67 ${LD} -r ${.TARGET}.tmp2 -o ${.TARGET}
68 rm -f ${.TARGET}.tmp2
77 ${CC} ${COPTS} -r -nostdinc -nostdlib -o ${.TARGET}.tmp2 ${.TARGET}.tmp1 -xassembler -
78 ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET}.tmp2
80 mv ${.TARGET}.tmp2 ${.TARGET}
82 ${LD} -r ${.TARGET}.tmp2
[all...]
/netbsd-current/external/gpl3/gcc.old/lib/libgcc/libgcc/
H A DMakefile55 CLEANFILES+= ${SOBJS:=.tmp1} ${SOBJS:=.tmp2}
62 ${CC} ${COPTS} -r -nostdinc -nostdlib ${CPUFLAGS} -o ${.TARGET}.tmp2 ${.TARGET}.tmp1 -xassembler -
63 ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET}.tmp2
65 mv ${.TARGET}.tmp2 ${.TARGET}
67 ${LD} -r ${.TARGET}.tmp2 -o ${.TARGET}
68 rm -f ${.TARGET}.tmp2
77 ${CC} ${COPTS} -r -nostdinc -nostdlib -o ${.TARGET}.tmp2 ${.TARGET}.tmp1 -xassembler -
78 ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET}.tmp2
80 mv ${.TARGET}.tmp2 ${.TARGET}
82 ${LD} -r ${.TARGET}.tmp2
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dsha1-pbkdf2.c18 unsigned char tmp[SHA1_MAC_LEN], tmp2[SHA1_MAC_LEN]; local
47 SHA1_MAC_LEN, tmp2))
49 os_memcpy(tmp, tmp2, SHA1_MAC_LEN);
51 digest[j] ^= tmp2[j];
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Dcrypt586.pl87 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
92 &mov( $tmp2, &wparam(3)); # 2
96 &and( $t, $tmp2); # 2
100 &mov( $tmp2, $t);
101 &shl( $tmp2, 16); # 1
103 &xor( $t, $tmp2); # 2
106 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
109 &xor( $t, $tmp2);
114 &xor( $tmp2, $tmp2);
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Dcrypt586.pl86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
91 &mov( $tmp2, &wparam(3)); # 2
95 &and( $t, $tmp2); # 2
99 &mov( $tmp2, $t);
100 &shl( $tmp2, 16); # 1
102 &xor( $t, $tmp2); # 2
105 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
108 &xor( $t, $tmp2);
113 &xor( $tmp2, $tmp2);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlinux-atomic-64bit.c76 long long tmp,tmp2; \
80 tmp2 = PFX_OP (tmp INF_OP val); \
81 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \
105 long long tmp,tmp2; \
109 tmp2 = PFX_OP (tmp INF_OP val); \
110 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \
113 return tmp2; \

Completed in 446 milliseconds

1234567891011>>