Home
last modified time | relevance | path

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

/lib/dhry/
A Ddhry_1.c115 REG One_Fifty Int_2_Loc; in dhry() local
189 Int_2_Loc = 3; in dhry()
194 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry()
196 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
198 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
214 Int_2_Loc = Run_Index; in dhry()
219 Int_2_Loc = Int_2_Loc * Int_1_Loc; in dhry()
220 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
221 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
284 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry()

Completed in 5 milliseconds