Searched refs:temp_rate (Results 1 - 6 of 6) sorted by relevance

/external/netperf/src/
H A Dnetcpu_kstat.c258 temp_rate, local
326 temp_rate = (secondcnt[j] >= firstcnt[j]) ?
329 if (temp_rate > rate[i]) rate[i] = temp_rate;
H A Dnetcpu_perfstat.c124 temp_rate, local
251 temp_rate = (secondcnt[j] >= firstcnt[j]) ?
254 if (temp_rate > rate[i]) rate[i] = temp_rate;
H A Dnetcpu_pstat.c107 temp_rate, local
198 temp_rate = (secondcnt[j] >= firstcnt[j]) ?
201 if (temp_rate > rate[i]) rate[i] = temp_rate;
H A Dnetcpu_looper.c494 temp_rate,
555 temp_rate = (secondcnt[j] >= firstcnt[j]) ?
558 if (temp_rate > rate[i]) rate[i] = temp_rate;
493 temp_rate, local
H A Dnetserver.c731 float temp_rate; local
807 temp_rate = calibrate_local_cpu(0.0);
808 bcopy((char *)&temp_rate,
810 sizeof(temp_rate));
813 sizeof(temp_rate),
818 temp_rate,
828 cpu_stop(1,&temp_rate);
/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c6229 OPJ_FLOAT32 temp_rate; local
6231 temp_rate = (OPJ_FLOAT32) (image->numcomps * image->comps[0].w * image->comps[0].h * image->comps[0].prec)/
6234 if (parameters->tcp_rates[i] < temp_rate) {
6235 parameters->tcp_rates[i] = temp_rate;

Completed in 138 milliseconds