Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/dhry/
H A Ddhry_2.c104 One_Fifty Int_Loc; local
106 Int_Loc = Int_1_Par_Val + 2;
107 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
122 REG One_Fifty Int_Loc; local
124 Int_Loc = Int_1_Par_Val + 5;
125 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
126 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
127 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
128 for (Int_Index = Int_Loc; Int_Index <= Int_Loc+1; ++Int_Index)
129 Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
[all …]
H A Ddhry_1.c363 One_Fifty Int_Loc; in Proc_2() local
368 Int_Loc = *Int_Par_Ref + 10; in Proc_2()
373 Int_Loc -= 1; in Proc_2()
374 *Int_Par_Ref = Int_Loc - Int_Glob; in Proc_2()