Searched refs:Rec_Pointer (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/lib/dhry/ |
H A D | dhry_1.c | 59 Rec_Pointer Ptr_Glob, 99 void Proc_1 (REG Rec_Pointer Ptr_Val_Par); 101 void Proc_3 (Rec_Pointer *Ptr_Ref_Par); 125 Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in dhry() 126 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in dhry() 327 void Proc_1 (REG Rec_Pointer Ptr_Val_Par) in Proc_1() 330 REG Rec_Pointer Next_Record = Ptr_Val_Par->Ptr_Comp; in Proc_1() 380 void Proc_3 (Rec_Pointer *Ptr_Ref_Par) in Proc_3()
|
H A D | dhry.h | 433 } Rec_Type, *Rec_Pointer; typedef
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/ |
H A D | dhrystone-c89.patch | 19 +void Proc_3 (Rec_Pointer *Ptr_Ref_Par); 52 +void Proc_1 (REG Rec_Pointer Ptr_Val_Par); 94 +void Proc_1 (REG Rec_Pointer Ptr_Val_Par) 97 -REG Rec_Pointer Ptr_Val_Par; 100 REG Rec_Pointer Next_Record = Ptr_Val_Par->Ptr_Comp; 101 @@ -318,12 +320,10 @@ REG Rec_Pointer Ptr_Val_Par; 120 +void Proc_3 (Rec_Pointer *Ptr_Ref_Par) 125 -Rec_Pointer *Ptr_Ref_Par; 130 @@ -356,7 +353,7 @@ Rec_Pointer *Ptr_Ref_Par;
|
H A D | dhrystone.patch | 49 Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); 50 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); 57 } Rec_Type, *Rec_Pointer;
|
/openbmc/linux/lib/ |
H A D | dhry_1.c | 30 static Rec_Pointer Ptr_Glob, Next_Ptr_Glob; 36 static void Proc_3(Rec_Pointer *Ptr_Ref_Par) in Proc_3() 49 static void Proc_1(Rec_Pointer Ptr_Val_Par) in Proc_1() 53 Rec_Pointer Next_Record = Ptr_Val_Par->Ptr_Comp; in Proc_1() 142 Next_Ptr_Glob = (Rec_Pointer)kzalloc(sizeof(Rec_Type), GFP_ATOMIC); in dhry() 146 Ptr_Glob = (Rec_Pointer)kzalloc(sizeof(Rec_Type), GFP_ATOMIC); in dhry()
|
H A D | dhry.h | 344 } Rec_Type, *Rec_Pointer; typedef
|