HomeSort by relevance Sort by last modified time
    Searched refs:Int_2_Loc (Results 1 - 2 of 2) sorted by null

  /external/u-boot/lib/dhry/
dhry_1.c 116 REG One_Fifty Int_2_Loc;
190 Int_2_Loc = 3;
195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
203 /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
215 Int_2_Loc = Run_Index;
219 /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
220 Int_2_Loc = Int_2_Loc * Int_1_Loc
    [all...]
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 79 REG One_Fifty Int_2_Loc;
133 Int_2_Loc = 3;
138 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
140 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
142 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
146 /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
158 Int_2_Loc = Run_Index;
162 /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
163 Int_2_Loc = Int_2_Loc * Int_1_Loc
    [all...]

Completed in 152 milliseconds