Searched refs:Int_Loc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry_2.c77 One_Fifty Int_Loc; local
79 Int_Loc = Int_1_Par_Val + 2;
80 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
93 REG One_Fifty Int_Loc; local
95 Int_Loc = Int_1_Par_Val + 5;
96 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
97 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
98 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
139 REG One_Thirty Int_Loc; local
[all...]
H A Ddhry_1.c703 One_Fifty Int_Loc; local
706 Int_Loc = *Int_Par_Ref + 10;
711 Int_Loc -= 1;
712 *Int_Par_Ref = Int_Loc - Int_Glob;

Completed in 103 milliseconds