Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry_1.c116 One_Fifty Int_1_Loc; in dhry() local
190 Int_1_Loc = 2; 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()
202 Int_1_Loc += 1; in dhry()
205 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); 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()
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry_1.c115 One_Fifty Int_1_Loc; local
196 Int_1_Loc = 2;
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);
208 Int_1_Loc += 1;
211 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc);
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;
[all …]
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c1109 - One_Fifty Int_1_Loc;
1179 - Int_1_Loc = 2;
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);
1191 - Int_1_Loc += 1;
1193 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
1194 - Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc);
1209 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
1210 - Int_2_Loc = Int_2_Loc * Int_1_Loc;
[all …]