Searched refs:tmp (Results 1 - 25 of 1974) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000403-2.c4 long long tmp; local
5 (( tmp ) = (long long)( tmp ) >> ( 32 )) ;
H A D941014-1.c6 unsigned char tmp; local
9 tmp = (wch>>(unsigned int)(length * mult));
10 *to++ = (unsigned char)tmp;
H A D20011023-1.c10 char tmp[2]; local
11 foo (tmp);
/openbsd-current/regress/sbin/isakmpd/exchange/
H A Dmm-1-setup.sh6 echo "C set [Phase 1]:127.0.0.1=localhost 1">/tmp/fifo
7 echo "C set [localhost]:phase=1 1">/tmp/fifo
8 echo "C set [localhost]:transport=udp 1">/tmp/fifo
9 echo "C set [localhost]:address=127.0.0.1 1">/tmp/fifo
10 echo "C set [localhost]:port=1501 1">/tmp/fifo
11 echo "C set [localhost]:configuration=default-main-mode 1">/tmp/fifo
12 echo "C set [localhost]:authentication=mekmitasdigoat 1">/tmp/fifo
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dasm1.C7 union { double d; char c[sizeof(double)]; } tmp; local
8 __asm__ ("" : "=m" (tmp.d)); // { dg-bogus "not directly addressable" }
/openbsd-current/gnu/usr.bin/perl/h2pl/
H A Dmksizes4 $tmp = "$iam.$$";
5 open (CODE, '>', "$tmp.c") || die "$iam: cannot create $tmp.c: $!\n";
37 system "cc $tmp.c -o $tmp";
38 die "couldn't compile $tmp.c" if $?;
39 system "./$tmp";
40 die "couldn't run $tmp" if $?;
42 unlink "$tmp.c", $tmp;
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/18_support/
H A Dnew_delete_placement.cc31 void* tmp; local
32 operator delete(pc, tmp);
33 operator delete[](pa, tmp);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950503-1.c3 int tmp; local
6 tmp = 16;
8 utmp1 = (~((unsigned long long) 0)) >> tmp;
H A Dbf64-1.c1 struct tmp struct
13 struct tmp
14 sub (struct tmp tmp) argument
16 tmp.field |= 0x0008765412345678LL;
17 return tmp;
29 struct tmp tmp = {0x123, 0xFFF000FFF000FLL}; local
32 tmp = sub (tmp);
[all...]
H A D20020107-1.c17 foo (char *tmp) argument
19 asm ("" : "=r" (tmp) : "0" (tmp));
20 return tmp + 2;
H A D941202-1.c10 int *tmp; local
12 tmp = (int *) alloca (sizeof (i));
13 *tmp = i;
14 g (*tmp, 0);
H A D20001203-1.c20 int tmp; local
22 tmp = 1;
H A Dnestfunc-4.c28 long tmp = ++level; local
29 return bar () + tmp;
35 long tmp = level; local
36 return tmp > DEPTH - 1 ? -42 - tmp : foo () - tmp;
H A D20000412-6.c16 unsigned short *tmp; local
18 for (tmp = buffer; tmp < bufend; tmp++)
19 value -= *tmp;
H A D20020413-1.c3 long double tmp = 1.0l; local
9 if (val >= tmp)
10 while (tmp < val)
12 tmp *= 2.0l;
17 while (val < tmp)
19 tmp /= 2.0l;
H A D990525-2.c24 Test1 tmp; local
25 tmp.v[0] = 10;
26 tmp.v[1] = 20;
27 tmp.v[2] = 30;
28 tmp.v[3] = 40;
29 return tmp;
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Dgrind2 rm -f /tmp/*.dir /tmp/*.pag
8 }' < /usr/dict/words | $1 build /tmp/$2
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dlsdma_v6_0.c45 uint32_t tmp; local
55 tmp = RREG32_SOC15(LSDMA, 0, regLSDMA_PIO_COMMAND);
56 tmp = REG_SET_FIELD(tmp, LSDMA_PIO_COMMAND, BYTE_COUNT, size);
57 tmp = REG_SET_FIELD(tmp, LSDMA_PIO_COMMAND, SRC_LOCATION, 0);
58 tmp = REG_SET_FIELD(tmp, LSDMA_PIO_COMMAND, DST_LOCATION, 0);
59 tmp = REG_SET_FIELD(tmp, LSDMA_PIO_COMMAN
78 uint32_t tmp; local
107 uint32_t tmp; local
[all...]
H A Dgfxhub_v3_0_3.c192 uint32_t tmp; local
195 tmp = RREG32_SOC15(GC, 0, regGCMC_VM_MX_L1_TLB_CNTL);
197 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNTL, ENABLE_L1_TLB, 1);
198 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNTL, SYSTEM_ACCESS_MODE, 3);
199 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNTL,
201 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNT
212 uint32_t tmp; local
263 uint32_t tmp; local
300 uint32_t tmp; local
377 u32 tmp; local
406 u32 tmp; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dbool01.C59 int tmp; local
61 tmp = orb();
62 assert (tmp == 27 || tmp == 0);
64 tmp = orbtrue();
65 assert (tmp ==27);
66 tmp = orbfalse();
67 assert (tmp ==27);
68 tmp = orbfalse2();
69 assert (tmp
[all...]
H A Dbool02.C49 int tmp; local
51 tmp = andb();
52 assert (tmp == 1 || tmp == 0);
54 tmp = andbtrue();
55 assert (tmp == 1);
56 tmp = andbfalse();
57 assert (tmp == 0);
58 tmp = andbfalse2();
59 assert (tmp
[all...]
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_module.c58 * @tmp: The original page protection
62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp) argument
66 return tmp;
70 tmp = pgprot_writecombine(tmp);
73 tmp = pgprot_noncached(tmp);
79 tmp = pgprot_writecombine(tmp);
81 tmp
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dvce_v2_0.c41 u32 tmp; local
44 tmp = RREG32(VCE_CLOCK_GATING_B);
45 tmp |= 0xe70000;
46 WREG32(VCE_CLOCK_GATING_B, tmp);
48 tmp = RREG32(VCE_UENC_CLOCK_GATING);
49 tmp |= 0xff000000;
50 WREG32(VCE_UENC_CLOCK_GATING, tmp);
52 tmp = RREG32(VCE_UENC_REG_CLOCK_GATING);
53 tmp &= ~0x3fc;
54 WREG32(VCE_UENC_REG_CLOCK_GATING, tmp);
76 u32 orig, tmp; local
133 u32 tmp; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash39.C13 struct tmp : public Action { struct in inherits:Action
16 tmp *tp = new tmp;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcode-gen2.C10 char *tmp = &buff[0]; // also fails for char *tmp = buff; local
12 if ((__SIZE_TYPE__) tmp != (__SIZE_TYPE__) &buff[0])

Completed in 177 milliseconds

1234567891011>>