Lines Matching full:n

92   printf ("\n");  in dhry_test()
93 printf ("Dhrystone Benchmark, Version 2.1 (Language: C)\n"); in dhry_test()
94 printf ("\n"); in dhry_test()
97 printf ("Program compiled with 'register' attribute\n"); in dhry_test()
98 printf ("\n"); in dhry_test()
102 printf ("Program compiled without 'register' attribute\n"); in dhry_test()
103 printf ("\n"); in dhry_test()
108 printf ("%d\n", Number_Of_Runs); in dhry_test()
110 printf ("\n"); in dhry_test()
112 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs); in dhry_test()
174 printf ("Execution ends\n"); in dhry_test()
175 printf ("\n"); in dhry_test()
176 printf ("Final values of the variables used in the benchmark:\n"); in dhry_test()
177 printf ("\n"); in dhry_test()
178 printf ("Int_Glob: %d\n", Int_Glob); in dhry_test()
179 printf (" should be: %d\n", 5); in dhry_test()
180 printf ("Bool_Glob: %d\n", Bool_Glob); in dhry_test()
181 printf (" should be: %d\n", 1); in dhry_test()
182 printf ("Ch_1_Glob: %c\n", Ch_1_Glob); in dhry_test()
183 printf (" should be: %c\n", 'A'); in dhry_test()
184 printf ("Ch_2_Glob: %c\n", Ch_2_Glob); in dhry_test()
185 printf (" should be: %c\n", 'B'); in dhry_test()
186 printf ("Arr_1_Glob[8]: %d\n", Arr_1_Glob[8]); in dhry_test()
187 printf (" should be: %d\n", 7); in dhry_test()
188 printf ("Arr_2_Glob[8][7]: %d\n", Arr_2_Glob[8][7]); in dhry_test()
189 printf (" should be: Number_Of_Runs + 10\n"); in dhry_test()
190 printf ("Ptr_Glob->\n"); in dhry_test()
191 printf (" Ptr_Comp: %d\n", (int) Ptr_Glob->Ptr_Comp); in dhry_test()
192 printf (" should be: (implementation-dependent)\n"); in dhry_test()
193 printf (" Discr: %d\n", Ptr_Glob->Discr); in dhry_test()
194 printf (" should be: %d\n", 0); in dhry_test()
195 printf (" Enum_Comp: %d\n", Ptr_Glob->variant.var_1.Enum_Comp); in dhry_test()
196 printf (" should be: %d\n", 2); in dhry_test()
197 printf (" Int_Comp: %d\n", Ptr_Glob->variant.var_1.Int_Comp); in dhry_test()
198 printf (" should be: %d\n", 17); in dhry_test()
199 printf (" Str_Comp: %s\n", Ptr_Glob->variant.var_1.Str_Comp); in dhry_test()
200 printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n"); in dhry_test()
201 printf ("Next_Ptr_Glob->\n"); in dhry_test()
202 printf (" Ptr_Comp: %d\n", (int) Next_Ptr_Glob->Ptr_Comp); in dhry_test()
203 printf (" should be: (implementation-dependent), same as above\n"); in dhry_test()
204 printf (" Discr: %d\n", Next_Ptr_Glob->Discr); in dhry_test()
205 printf (" should be: %d\n", 0); in dhry_test()
206 printf (" Enum_Comp: %d\n", Next_Ptr_Glob->variant.var_1.Enum_Comp); in dhry_test()
207 printf (" should be: %d\n", 1); in dhry_test()
208 printf (" Int_Comp: %d\n", Next_Ptr_Glob->variant.var_1.Int_Comp); in dhry_test()
209 printf (" should be: %d\n", 18); in dhry_test()
210 printf (" Str_Comp: %s\n", in dhry_test()
212 printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n"); in dhry_test()
213 printf ("Int_1_Loc: %d\n", Int_1_Loc); in dhry_test()
214 printf (" should be: %d\n", 5); in dhry_test()
215 printf ("Int_2_Loc: %d\n", Int_2_Loc); in dhry_test()
216 printf (" should be: %d\n", 13); in dhry_test()
217 printf ("Int_3_Loc: %d\n", Int_3_Loc); in dhry_test()
218 printf (" should be: %d\n", 7); in dhry_test()
219 printf ("Enum_Loc: %d\n", Enum_Loc); in dhry_test()
220 printf (" should be: %d\n", 1); in dhry_test()
221 printf ("Str_1_Loc: %s\n", Str_1_Loc); in dhry_test()
222 printf (" should be: DHRYSTONE PROGRAM, 1'ST STRING\n"); in dhry_test()
223 printf ("Str_2_Loc: %s\n", Str_2_Loc); in dhry_test()
224 printf (" should be: DHRYSTONE PROGRAM, 2'ND STRING\n"); in dhry_test()
225 printf ("\n"); in dhry_test()
234 printf ("%6d \n", (int)Microseconds); in dhry_test()
236 printf ("%6d \n", (int)Dhrystones_Per_Second); in dhry_test()
238 printf ("%6d \n", (int)(Dhrystones_Per_Second / 1757.0)); in dhry_test()
239 printf ("\n"); in dhry_test()