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

  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_2.c 77 One_Fifty Int_Loc;
79 Int_Loc = Int_1_Par_Val + 2;
80 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
95 REG One_Fifty Int_Loc;
97 Int_Loc = Int_1_Par_Val + 5;
98 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
99 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
100 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
    [all...]
Drystone-2.1.sh 198 X Int_Glob = Int_Loc;
200 X in order to prevent Int_Loc from becoming a dead variable.
    [all...]
dhry_1.c 254 One_Fifty Int_Loc;
257 Int_Loc = *Int_Par_Ref + 10;
262 Int_Loc -= 1;
263 *Int_Par_Ref = Int_Loc - Int_Glob;

Completed in 121 milliseconds