Home
last modified time | relevance | path

Searched refs:Int_2_Loc (Results 1 – 25 of 110) sorted by relevance

12345

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-453196.c29 REG One_Fifty Int_2_Loc; in testDhry() local
42 Int_2_Loc = 3; in testDhry()
46 while (Int_1_Loc < Int_2_Loc) in testDhry()
48 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in testDhry()
57 Int_2_Loc = Run_Index; in testDhry()
62 Int_2_Loc = Int_2_Loc * Int_1_Loc; in testDhry()
63 Int_1_Loc = Int_2_Loc / Int_3_Loc; in testDhry()
64 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in testDhry()
/dports/lang/sdcc/sdcc-4.0.0/support/tests/dhrystone/
H A Ddhry.c117 REG One_Fifty Int_2_Loc; in main() local
181 Int_2_Loc = 3; in main()
190 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
194 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
201 Int_1_Loc, Int_2_Loc, Int_3_Loc)); in main()
219 Int_2_Loc = Run_Index; in main()
225 Int_1_Loc, Int_2_Loc, Int_3_Loc)); in main()
227 Int_2_Loc = Int_2_Loc * Int_1_Loc; /* i2 = 3 * 3 = 9 */ in main()
229 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; /* i2 = 7 * (9 - 7) - 1 */ in main()
232 Int_1_Loc, Int_2_Loc, Int_3_Loc)); in main()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Ddhrystone.cpp83 REG One_Fifty Int_2_Loc; in dhrystone() local
130 Int_2_Loc = 3; in dhrystone()
134 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhrystone()
136 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhrystone()
137 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhrystone()
148 Int_2_Loc = Run_Index; in dhrystone()
152 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhrystone()
153 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhrystone()
154 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhrystone()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/htcv750/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/iar406a/verify/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/htcv309/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/iar406a/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/z88dk-classic/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/z88dk-new/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
139 Int_2_Loc = 3; in main()
144 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
146 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
148 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
164 Int_2_Loc = Run_Index; in main()
169 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
170 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
171 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
230 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/sdcc/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
140 Int_2_Loc = 3; in main()
145 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
147 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
149 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
165 Int_2_Loc = Run_Index; in main()
170 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
171 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
172 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
231 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/dhrystone21/sdcc/verify/
H A Ddhry_1.c70 REG One_Fifty Int_2_Loc; in main() local
140 Int_2_Loc = 3; in main()
145 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
147 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
149 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
165 Int_2_Loc = Run_Index; in main()
170 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
171 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
172 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
231 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/benchmarks/dhrystone/dhrystone-2.1_2/
H A Ddhry_1.c74 REG One_Fifty Int_2_Loc; in main() local
144 Int_2_Loc = 3; in main()
149 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
151 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
153 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
169 Int_2_Loc = Run_Index; in main()
174 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
175 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
176 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
236 printf ("Int_2_Loc: %d\n", Int_2_Loc); in main()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/dhry/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; in dhry() local
190 Int_2_Loc = 3; in dhry()
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
215 Int_2_Loc = Run_Index; in dhry()
220 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
285 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()

12345