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

/linux-master/lib/
H A Ddhry_1.c128 One_Fifty Int_1_Loc; local
183 Int_1_Loc = 2;
189 while (Int_1_Loc < Int_2_Loc) {
191 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
193 Proc_7(Int_1_Loc, Int_2_Loc, &Int_3_Loc);
195 Int_1_Loc += 1;
197 /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
198 Proc_8(Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc);
211 /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
212 Int_2_Loc = Int_2_Loc * Int_1_Loc;
[all...]

Completed in 110 milliseconds