HomeSort by relevance Sort by last modified time
    Searched refs:correction_factor (Results 1 - 9 of 9) sorted by null

  /external/netperf/
netcpu_osx.c 105 float correction_factor; local
116 correction_factor = (float) 1.0 +
120 correction_factor = (float) 1.0;
124 fprintf(where, "correction factor: %f\n", correction_factor);
134 lib_local_cpu_util *= correction_factor;
netcpu_procstat.c 200 float correction_factor; local
210 correction_factor = (float) 1.0 +
214 correction_factor = (float) 1.0;
250 lib_local_cpu_util *= correction_factor;
netcpu_kstat.c 348 float correction_factor; local
359 correction_factor = (float) 1.0 +
363 correction_factor = (float) 1.0;
398 lib_local_cpu_util *= correction_factor;
netcpu_perfstat.c 272 float correction_factor; local
282 correction_factor = (float) 1.0 +
286 correction_factor = (float) 1.0;
329 lib_local_cpu_util *= correction_factor;
netcpu_pstat.c 229 float correction_factor; local
239 correction_factor = (float) 1.0 +
243 correction_factor = (float) 1.0;
286 lib_local_cpu_util *= correction_factor;
netcpu_pstatnew.c 199 float correction_factor; local
210 correction_factor = (float) 1.0 +
214 correction_factor = (float) 1.0;
378 lib_local_cpu_util *= correction_factor;
netcpu_kstat10.c 308 float correction_factor; local
342 correction_factor = (float) 1.0 +
346 correction_factor = (float) 1.0;
542 lib_local_cpu_util *= correction_factor;
netcpu_looper.c 589 float correction_factor;
600 correction_factor = (float) 1.0 +
604 correction_factor = (float) 1.0;
641 lib_local_cpu_util *= correction_factor;
588 float correction_factor; local
netcpu_ntperf.c 473 float correction_factor; local
482 correction_factor = (float) 1.0 +
486 correction_factor = (float) 1.0;
490 fprintf(where, "correction factor: %f\n", correction_factor);
494 lib_local_cpu_util *= correction_factor;

Completed in 39 milliseconds