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.c79 One_Fifty Int_1_Loc; in main() local
133 Int_1_Loc = 2; in main()
139 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
141 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
143 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
145 Int_1_Loc += 1; in main()
148 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); in main()
164 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
165 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
166 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()
[all …]