Home | History | Annotate | Download | only in libaltq

Lines Matching defs:lofftime

775 			lofftime, psPerByte, ptime, cptime;
844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
846 lofftime = cptime;
849 LOG(LOG_DEBUG, 0, " lofftime=%.2f us minidle=%.2f us",
850 PSEC_TO_USEC(lofftime), PSEC_TO_USEC(minidle));
854 /* also scale lofftime and minidle */
855 lofftime = (lofftime * 8.0) / psPerByte * pow(2, RM_FILTER_GAIN);
859 lofftime = lofftime / 1000.0;
906 cl_spec->offtime = (u_int) fabs(lofftime);