Home
last modified time | relevance | path

Searched refs:Rec_Type (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A Ddhrystone.patch49 Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
50 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
57 } Rec_Type, *Rec_Pointer;
/openbmc/u-boot/lib/dhry/
H A Ddhry.h433 } Rec_Type, *Rec_Pointer; typedef
H A Ddhry_1.c125 Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in dhry()
126 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in dhry()
/openbmc/linux/lib/
H A Ddhry_1.c142 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 Ddhry.h344 } Rec_Type, *Rec_Pointer; typedef