Searched refs:Arr_1_Par_Ref (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/dhry/ |
H A D | dhry_2.c | 110 void Proc_8 (Arr_1_Par_Ref, Arr_2_Par_Ref, Int_1_Par_Val, Int_2_Par_Val) in Proc_8() argument 115 Arr_1_Dim Arr_1_Par_Ref; in Proc_8() 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; 130 Arr_2_Par_Ref [Int_Loc+20] [Int_Loc] = Arr_1_Par_Ref [Int_Loc];
|
/openbmc/linux/lib/ |
H A D | dhry_2.c | 93 void Proc_8(Arr_1_Dim Arr_1_Par_Ref, Arr_2_Dim Arr_2_Par_Ref, int Int_1_Par_Val, int Int_2_Par_Val) in Proc_8() argument 103 Arr_1_Par_Ref[Int_Loc] = Int_2_Par_Val; in Proc_8() 104 Arr_1_Par_Ref[Int_Loc+1] = Arr_1_Par_Ref[Int_Loc]; in Proc_8() 105 Arr_1_Par_Ref[Int_Loc+30] = Int_Loc; in Proc_8() 109 Arr_2_Par_Ref[Int_Loc+20][Int_Loc] = Arr_1_Par_Ref[Int_Loc]; in Proc_8()
|
H A D | dhry.h | 353 void Proc_8(Arr_1_Dim Arr_1_Par_Ref, Arr_2_Dim Arr_2_Par_Ref,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/ |
H A D | dhrystone-c89.patch | 24 +void Proc_8 (Arr_1_Dim Arr_1_Par_Ref, Arr_2_Dim Arr_2_Par_Ref, int Int_1_Par_Val, int Int_2_Par_Va… 201 -Proc_8 (Arr_1_Par_Ref, Arr_2_Par_Ref, Int_1_Par_Val, Int_2_Par_Val) 202 +void Proc_8 (Arr_1_Dim Arr_1_Par_Ref, Arr_2_Dim Arr_2_Par_Ref, int Int_1_Par_Val, int Int_2_Par_Va… 207 -Arr_1_Dim Arr_1_Par_Ref;
|