Searched refs:i2 (Results 1 - 25 of 598) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dnested-subp1.c22 nested (int i2) argument
24 /* Here with i1 and i2, we can test that GDB can fetch both a local and a
27 return i1 * i2; /* STOP */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dnested-subp1.c22 nested (int i2) argument
24 /* Here with i1 and i2, we can test that GDB can fetch both a local and a
27 return i1 * i2; /* STOP */
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_138.c15 function(_Bool cond, struct incomplete *i1, struct incomplete *i2) argument
22 *i1 = *i2;
25 return cond ? *i1 : *i2;
H A Dmsg_242.c22 int i2 = e; local
28 i2 = e;
32 sink_int(i2);
H A Dmsg_329.c10 int i2; member in union:u
H A Dmsg_277.c22 int i2 = { e }; local
27 sink_int(i2);
H A Ddecl_enum.c43 i1 = 10000, i2, i3
63 typedef int reveal_i2[-i2];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-dr3-watch.c21 int i2; variable
33 i2 = 2;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-dr3-watch.c21 int i2; variable
33 i2 = 2;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dbz-c.s4 BZ $255,i2
5 i2 IS #ffff0000ffff0000 label
H A Dgeta-c.s4 GETA $255,i2
5 i2 IS #ffff0000ffff0000 label
H A Djump-c.s4 JMP i2
5 i2 IS #ffff0000ffff0000 label
H A Dpushj-c.s4 PUSHJ $2,i2
5 i2 IS #ffff0000ffff0000 label
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnon-trivial-retval.cc33 f1 (int i1, int i2) argument
37 a.a = i1 + i2;
57 f2 (int i1, int i2) argument
61 b.b = i1 + i2;
90 f22 (int i1, int i2) argument
94 b1.b1 = i1 + i2;
114 f3 (int i1, int i2) argument
118 c.c = i1 + i2;
136 f4 (int i1, int i2) argument
140 e.e = i1 + i2;
156 int i2 = 100; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_zip_file.c68 static unsigned i2(const unsigned char *p) { return ((p[0] & 0xff) | ((p[1] & 0xff) << 8)); } function
69 static unsigned i4(const unsigned char *p) { return (i2(p) | (i2(p + 2) << 16)); }
125 assertEqualInt(i2(p + 4), 0);
127 assertEqualInt(i2(p + 6), 0);
129 assertEqualInt(i2(p + 8), i2(p + 10));
132 assertEqualInt(i2(p + 20), 0);
142 assertEqualInt(i2(p + 4), 3 * 256 + zip_version); /* Version made by */
143 assertEqualInt(i2(
[all...]
H A Dtest_write_format_zip_compression_store.c112 i2(const void *p_) function
122 return (i2(p) | (i2(p + 2) << 16));
146 assertEqualInt(i2(p + 4), 0);
148 assertEqualInt(i2(p + 6), 0);
150 assertEqualInt(i2(p + 8), i2(p + 10));
155 assertEqualInt(i2(p + 20), 0);
165 assertEqualInt(i2(p + 4), 3 * 256 + 10); /* Version made by */
166 assertEqualInt(i2(
[all...]
H A Dtest_write_format_zip_file_zip64.c68 static unsigned i2(const unsigned char *p) { return ((p[0] & 0xff) | ((p[1] & 0xff) << 8)); } function
69 static unsigned i4(const unsigned char *p) { return (i2(p) | (i2(p + 2) << 16)); }
128 assertEqualInt(i2(p + 4), 0);
130 assertEqualInt(i2(p + 6), 0);
132 assertEqualInt(i2(p + 8), i2(p + 10));
135 assertEqualInt(i2(p + 20), 0);
145 assertEqualInt(i2(p + 4), 3 * 256 + zip_version); /* Version made by */
146 assertEqualInt(i2(
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnon-trivial-retval.cc33 f1 (int i1, int i2) argument
37 a.a = i1 + i2;
57 f2 (int i1, int i2) argument
61 b.b = i1 + i2;
90 f22 (int i1, int i2) argument
94 b1.b1 = i1 + i2;
114 f3 (int i1, int i2) argument
118 c.c = i1 + i2;
136 f4 (int i1, int i2) argument
140 e.e = i1 + i2;
149 int i2 = 100; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-nested.cc45 A::Inner1::Inner2 i2; local
47 return i1.a_ + i2.a_; // break here
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-nested.cc45 A::Inner1::Inner2 i2; local
47 return i1.a_ + i2.a_; // break here
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-lvresize-usage.sh15 lvcreate -L 10M -n lv -i2 $vg
19 lvcreate -L 64M -n $lv -i2 $vg
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Drelaxation_macro.h12 .irp i2,"\insn1", "\insn2"
14 \i2
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A D10622.s10 i2=r2;
15 r0 = i2;
H A Dpr.s53 i2=i0;
55 [i2++]=r2;
56 [i2++]=r2;
57 [i2++]=r2;
58 [i2++]=r2;
59 [i2++]=r2;
60 [i2++]=r2;
61 [i2++]=r2;
H A Dtar10622.s10 i2=r2;
15 r0 = i2;

Completed in 194 milliseconds

1234567891011>>