Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/dhrystone/
H A D0001-cmdline-nruns.patch17 /* Warning: With 16-Bit processors and Number_Of_Runs > 32000, */
20 + Number_Of_Runs = 0;
23 + Number_Of_Runs = atoi(argv[1]);
38 - Number_Of_Runs = n;
40 + if (!Number_Of_Runs) {
46 + Number_Of_Runs = n;
52 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs);
/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry_1.c112 void dhry(int Number_Of_Runs) in dhry() argument
161 Number_Of_Runs = n; in dhry()
165 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs); in dhry()
184 for (Run_Index = 1; Run_Index < Number_Of_Runs; ++Run_Index) in dhry()
310 / (float) Number_Of_Runs; in dhry()
311 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time; in dhry()
314 / ((float) HZ * ((float) Number_Of_Runs)); in dhry()
315 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs) in dhry()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry_1.c160 Number_Of_Runs = n;
164 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs);
316 / (float) Number_Of_Runs;
317 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
320 / ((float) HZ * ((float) Number_Of_Runs));
321 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs)
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c1117 - REG int Number_Of_Runs;
1135 - /* Warning: With 16-Bit processors and Number_Of_Runs > 32000, */
1155 - Number_Of_Runs = n;
1159 - printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs);
1173 - for (Run_Index = 1; Run_Index <= Number_Of_Runs; ++Run_Index)
1246 - printf (" should be: Number_Of_Runs + 10\n");
1296 - / (float) Number_Of_Runs;
1297 - Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
1300 - / ((float) HZ * ((float) Number_Of_Runs));
1301 - Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs)