Lines Matching refs:Int_1_Loc
63 One_Fifty Int_1_Loc; in dhry_test() local
128 Int_1_Loc = 2; in dhry_test()
134 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry_test()
136 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry_test()
138 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry_test()
140 Int_1_Loc += 1; in dhry_test()
143 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); in dhry_test()
159 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry_test()
160 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry_test()
161 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry_test()
163 Proc_2 (&Int_1_Loc); in dhry_test()
213 printf ("Int_1_Loc: %d\n", Int_1_Loc); in dhry_test()