Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry_1.c117 REG One_Fifty Int_2_Loc; in dhry() local
191 Int_2_Loc = 3; in dhry()
196 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
198 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
200 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
216 Int_2_Loc = Run_Index; in dhry()
221 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
222 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
223 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
286 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry_1.c116 REG One_Fifty Int_2_Loc; local
197 Int_2_Loc = 3;
202 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
204 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
206 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
222 Int_2_Loc = Run_Index;
227 Int_2_Loc = Int_2_Loc * Int_1_Loc;
228 Int_1_Loc = Int_2_Loc / Int_3_Loc;
229 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc;
292 printf ("Int_2_Loc: %d\n", Int_2_Loc);
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c150 - Int_2_Loc = Run_Index;
156 - language and compiler.) The assignment to Int_2_Loc prevents value
157 - propagation for Int_2_Loc, and the assignment to Int_Glob makes the value of
1110 - REG One_Fifty Int_2_Loc;
1180 - Int_2_Loc = 3;
1185 - while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
1187 - Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
1189 - Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
1193 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
1205 - Int_2_Loc = Run_Index;
[all …]