Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 25 of 111) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dcompare_tests14 tmp2=/tmp/$tool-testing.$$b
24 sed 's/^XFAIL/FAIL/; s/^XPASS/PASS/' < "$2" >$tmp2
27 now=$tmp2
29 trap "rm -f $tmp1 $tmp2 $now_s $before_s" 0 1 2 3 5 9 13 15
35 grep '^PASS' "$before_s" | sed 's/^....: //' | comm -12 $tmp1 - >$tmp2
37 grep -s . $tmp2 >/dev/null
41 cat $tmp2
46 grep '^FAIL' "$before_s" | sed 's/^....: //' | comm -12 $tmp1 - >$tmp2
48 grep -s . $tmp2 >/dev/null
52 cat $tmp2
[all …]
/openbsd-src/lib/libcrypto/sha/asm/
H A Dsha512-sparcv9.pl110 $tmp2="%g5";
176 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
181 or $tmp1,$tmp2,$tmp2
182 or @pair[1],$tmp2,$tmp2
184 add $h,$tmp2,$T1
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
193 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
199 or $tmp1,$tmp2,$tmp2
201 or @pair[1],$tmp2,$tmp2
203 add $h,$tmp2,$T1
[all …]
H A Dsha512-mips.pl126 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
135 andi $tmp2,@X[0],0xFF00
138 sll $tmp2,$tmp2,8
140 or $tmp1,$tmp2
145 dsll $tmp2,$tmp0,32
146 or $tmp0,$tmp2 # 0x000000FF000000FF
148 dsrl $tmp2,@X[0],24
150 and $tmp2,$tmp0
152 or $tmp1,$tmp2
153 and $tmp2,@X[0],$tmp0
[all …]
H A Dsha1-sparcv9.pl50 $tmp2="%i5";
63 sll $b,30,$tmp2
67 or $tmp2,$b,$b
123 sll $b,30,$tmp2
128 or $tmp2,$b,$b
147 sll $b,30,$tmp2
151 or $tmp2,$b,$b
170 sll $b,30,$tmp2
176 or $tmp2,$b,$b
224 subcc %g0,$tmp1,$tmp2 ! should be 64-$tmp1, but -$tmp1 works too
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbf64-1.c7 struct tmp2 struct
20 struct tmp2 argument
21 sub2 (struct tmp2 tmp2) in sub2() argument
23 tmp2.field |= 0x0008765412345678LL; in sub2()
24 return tmp2; in sub2()
30 struct tmp2 tmp2 = {0xFFF000FFF000FLL, 0x123}; in main() local
33 tmp2 = sub2 (tmp2); in main()
37 if (tmp2.pad != 0x123 || tmp2.field != 0xFFFFFF541FFF567FLL) in main()
H A D991118-1.c7 struct tmp2 struct
32 struct tmp2 argument
33 sub2 (struct tmp2 tmp2) in sub2() argument
35 tmp2.field ^= 0x0008765412345678LL; in sub2()
36 return tmp2; in sub2()
54 struct tmp2 tmp2 = {0x123456789ABCDLL, 0x123}; variable
65 tmp2 = sub2 (tmp2); in main()
69 if (tmp2.pad != 0x123 || tmp2.field != 0xFFF9551175BDFDB5LL) in main()
H A D990117-1.c5 double tmp2 = ((double) i / j); in foo() local
7 return tmp1 < tmp2; in foo()
/openbsd-src/lib/libc/stdlib/
H A Dheapsort.c55 #define COPY(a, b, count, size, tmp1, tmp2) { \ argument
58 tmp2 = b; \
60 *tmp1++ = *tmp2++; \
103 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument
111 COPY(par, child, count, size, tmp1, tmp2); \
119 COPY(child, k, count, size, tmp1, tmp2); \
122 COPY(child, par, count, size, tmp1, tmp2); \
138 char tmp, *tmp1, *tmp2; in heapsort() local
167 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); in heapsort()
168 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2); in heapsort()
[all …]
/openbsd-src/lib/libcrypto/ec/
H A Decp_oct.c
/openbsd-src/lib/libcrypto/md5/asm/
H A Dmd5-586.pl21 $tmp2="ebp";
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
56 &lea($a,&DWP($t,$a,$tmp2,1));
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
77 &lea($a,&DWP($t,$a,$tmp2,1));
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
108 &lea($a,&DWP($t,$a,$tmp2,1));
114 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
123 &lea($a,&DWP($t,$a,$tmp2,1));
129 &mov($tmp2,
[all...]
/openbsd-src/lib/libcrypto/aes/
H A Daes_ige.c115 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
125 tmp2.data[n] = tmp.data[n] ^ iv.data[n]; in AES_ige_encrypt()
126 AES_encrypt((unsigned char *)tmp2.data, in AES_ige_encrypt()
127 (unsigned char *)tmp2.data, key); in AES_ige_encrypt()
129 tmp2.data[n] ^= iv2.data[n]; in AES_ige_encrypt()
130 store_block(out, tmp2); in AES_ige_encrypt()
131 iv = tmp2; in AES_ige_encrypt()
167 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
176 tmp2 = tmp; in AES_ige_encrypt()
184 iv = tmp2; in AES_ige_encrypt()
/openbsd-src/games/hack/
H A Dhack.worm.c202 int tmp,tmp2; in cutworm() local
228 tmp2 = 0; in cutworm()
230 tmp2 = mtmp2->wormno; in cutworm()
231 wsegs[tmp2] = wsegs[tmp]; in cutworm()
232 wgrowtime[tmp2] = 0; in cutworm()
236 if(tmp2) wheads[tmp2] = wtmp; in cutworm()
240 if(tmp2){ in cutworm()
257 if(!tmp2) remseg(wtmp); in cutworm()
H A Dhack.apply.c158 int tmp2; in use_camera() local
168 tmp2 = mtmp->mblinded; in use_camera()
169 tmp2 += rnd(1 + 50/tmp); in use_camera()
170 if(tmp2 > 127) tmp2 = 127; in use_camera()
171 mtmp->mblinded = tmp2; in use_camera()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.c1068 ffetargetReal1 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex1() local
1073 bad = ffetarget_multiply_real1 (&tmp2, r.imaginary, r.imaginary); in ffetarget_divide_complex1()
1076 bad = ffetarget_add_real1 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex1()
1090 bad = ffetarget_multiply_real1 (&tmp2, l.imaginary, r.imaginary); in ffetarget_divide_complex1()
1093 bad = ffetarget_add_real1 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex1()
1103 bad = ffetarget_multiply_real1 (&tmp2, l.real, r.imaginary); in ffetarget_divide_complex1()
1106 bad = ffetarget_subtract_real1 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex1()
1125 ffetargetReal2 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex2() local
1130 bad = ffetarget_multiply_real2 (&tmp2, r.imaginary, r.imaginary); in ffetarget_divide_complex2()
1133 bad = ffetarget_add_real2 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex2()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dsreal.c454 unsigned HOST_WIDE_INT tmp1, tmp2, tmp3; in sreal_mul() local
466 tmp2 = a->sig_lo * b->sig_hi; in sreal_mul()
470 r->sig_hi += (tmp2 >> SREAL_PART_BITS) + (tmp3 >> SREAL_PART_BITS); in sreal_mul()
471 tmp2 &= ((uhwi) 1 << SREAL_PART_BITS) - 1; in sreal_mul()
473 tmp1 = tmp2 + tmp3; in sreal_mul()
502 unsigned HOST_WIDE_INT tmp, tmp1, tmp2; in sreal_div() local
517 tmp2 = ((b->sig_hi << (SREAL_PART_BITS / 2)) in sreal_div()
520 tmp2++; in sreal_div()
523 tmp = tmp1 / tmp2; in sreal_div()
524 tmp1 = (tmp1 % tmp2) << (SREAL_PART_BITS / 2); in sreal_div()
[all …]
/openbsd-src/lib/libcrypto/bn/asm/
H A Dbn-586.pl437 $tmp2="edx";
455 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
459 &add($tmp1,$tmp2);
480 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
484 &add($tmp1,$tmp2);
509 $tmp2="edx";
527 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
531 &sub($tmp1,$tmp2);
552 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
556 &sub($tmp1,$tmp2);
/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcscmds.c245 char *tmp1, *tmp2; local
280 tmp2 = cvs_temp_name();
281 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2,
313 call_diff_arg (tmp2);
335 if (unlink_file (tmp2) < 0)
338 error (0, errno, "cannot remove temp file %s", tmp2);
340 free (tmp2);
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dlse.S105 #define tmp2 15 macro
159 STXP w(tmp2), x2, x3, [x4]
160 cbnz w(tmp2), 0b
225 STXR w(tmp2), s(tmp1), [x1]
226 cbnz w(tmp2), 0b
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dreturn.c21 int tmp2; variable
32 tmp2 = func2 (); in main()
/openbsd-src/usr.bin/sdiff/
H A Dsdiff.c165 *tmp1, *tmp2, *s1, *s2; in main() local
287 tmp1 = tmp2 = NULL; in main()
296 if ((tmp2 = mktmpcpy(filename2))) in main()
297 filename2 = tmp2; in main()
360 if (tmp2) in main()
361 if (unlink(tmp2)) in main()
362 warn("error deleting %s", tmp2); in main()
364 free(tmp2); in main()
365 filename1 = filename2 = tmp1 = tmp2 = NULL; in main()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Din4_cksum.c104 u_int tmp1, tmp2; in in4_cksum() local
119 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2) in in4_cksum()
/openbsd-src/lib/libcrypto/aes/asm/
H A Daes-x86_64.pl244 my $tmp2=$acc2;
250 $tmp2=$s[3];
260 $code.=" mov $s[3],$tmp2\n" if ($i!=3);
264 $code.=" shr \$24,$tmp2\n";
268 $code.=" xor 1($sbox,$tmp2,8),$out\n";
280 my $tmp2=$acc2;
286 $tmp2=$s[3];
293 $code.=" mov $s[3],$tmp2\n" if ($i!=3);
298 $code.=" shr \$24,$tmp2\n";
302 $code.=" mov 2($sbox,$tmp2,8),$tmp2\n";
[all …]
/openbsd-src/usr.bin/calendar/
H A Dio.c437 struct event *tmp, *tmp2; in insert() local
442 tmp2 = NULL; in insert()
445 tmp2 = tmp; in insert()
450 if (tmp2) in insert()
451 tmp2->next = cur_evt; in insert()
/openbsd-src/usr.bin/xargs/
H A Dxargs.c421 char **tmp, **tmp2, **avj; in prerun() local
442 tmp2 = tmp; in prerun()
476 run(tmp2); in prerun()
481 for (; tmp2 != tmp; tmp--) in prerun()
486 free(tmp2); in prerun()
/openbsd-src/usr.bin/mg/
H A Dlog.c393 char tmp[NFILEN], *tmp2; in mglogfiles_create() local
401 if ((tmp2 = strndup(tmp, NFILEN)) == NULL) in mglogfiles_create()
404 if ((*fd = fopen(tmp2, "w")) == NULL) in mglogfiles_create()
407 return (tmp2); in mglogfiles_create()

12345