Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/dhrystone/
Ddhry_1.c78 One_Fifty Int_1_Loc; in main() local
132 Int_1_Loc = 2; in main()
138 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
140 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
142 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
144 Int_1_Loc += 1; in main()
147 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); in main()
163 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
164 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
165 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
[all …]