Searched refs:Int_2_Loc (Results 1 – 2 of 2) sorted by relevance
129 One_Fifty Int_2_Loc; in dhry() local184 Int_2_Loc = 3; in dhry()189 while (Int_1_Loc < Int_2_Loc) { in dhry()191 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()193 Proc_7(Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()207 Int_2_Loc = Run_Index; in dhry()212 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()213 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()214 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()274 dhry_assert_int_eq(Int_2_Loc, 13); in dhry()
116 REG One_Fifty Int_2_Loc; in dhry() local190 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()