Home
last modified time | relevance | path

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

/external/u-boot/lib/dhry/
Ddhry_2.c103 One_Fifty Int_Loc; local
105 Int_Loc = Int_1_Par_Val + 2;
106 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
121 REG One_Fifty Int_Loc; local
123 Int_Loc = Int_1_Par_Val + 5;
124 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
125 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
126 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
127 for (Int_Index = Int_Loc; Int_Index <= Int_Loc+1; ++Int_Index)
128 Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
[all …]
Ddhry_1.c362 One_Fifty Int_Loc; in Proc_2() local
367 Int_Loc = *Int_Par_Ref + 10; in Proc_2()
372 Int_Loc -= 1; in Proc_2()
373 *Int_Par_Ref = Int_Loc - Int_Glob; in Proc_2()