Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/dhrystone/
Ddhry_1.c22 Rec_Pointer Ptr_Glob, variable
91 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in main()
93 Ptr_Glob->Ptr_Comp = Next_Ptr_Glob; in main()
94 Ptr_Glob->Discr = Ident_1; in main()
95 Ptr_Glob->variant.var_1.Enum_Comp = Ident_3; in main()
96 Ptr_Glob->variant.var_1.Int_Comp = 40; in main()
97 strcpy (Ptr_Glob->variant.var_1.Str_Comp, in main()
149 Proc_1 (Ptr_Glob); in main()
223 structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
237 Next_Record->Ptr_Comp = Ptr_Glob->Ptr_Comp;
[all …]