Home
last modified time | relevance | path

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

/examples/test/
A Ddhry_1.c64 REG One_Fifty Int_2_Loc; in dhry_test() local
129 Int_2_Loc = 3; 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()
154 Int_2_Loc = Run_Index; 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()
215 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry_test()

Completed in 4 milliseconds