Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddhry_1.c130 One_Fifty Int_3_Loc; in dhry() local
191 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
193 Proc_7(Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
198 Proc_8(Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); in dhry()
213 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
214 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
275 dhry_assert_int_eq(Int_3_Loc, 7); in dhry()
/openbmc/u-boot/lib/dhry/
H A Ddhry_1.c117 One_Fifty Int_3_Loc; in dhry() local
197 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry()
199 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry()
204 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); in dhry()
221 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry()
222 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry()
287 printf ("Int_3_Loc: %d\n", Int_3_Loc); in dhry()