Searched refs:Arr_2_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 116 Arr_2_Dim Arr_2_Par_Ref; 128 Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc; 129 Arr_2_Par_Ref [Int_Loc] [Int_Loc-1] += 1; 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 107 Arr_2_Par_Ref[Int_Loc][Int_Index] = Int_Loc; in Proc_8() 108 Arr_2_Par_Ref[Int_Loc][Int_Loc-1] += 1; 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… 208 -Arr_2_Dim Arr_2_Par_Ref;
|