HomeSort by: relevance | last modified time | path
    Searched defs:mtemp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/videomode/
pickmode.c 124 struct videomode *mtemp = NULL; local in function:sort_modes
150 mtemp = &modes[i];
154 mtemp = &modes[i];
157 aspect = mtemp->hdisplay * 100 / mtemp->vdisplay;
158 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000,
159 mtemp->htotal), mtemp->vtotal);
160 if (mtemp != modes)
161 swap_modes(mtemp, modes)
    [all...]
  /src/sys/kern/
kern_ntptime.c 619 long mtemp; local in function:hardupdate
655 mtemp = time_second - time_reftime;
658 L_MPY(ftemp, mtemp);
661 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp >
663 L_LINT(ftemp, (time_monitor << 4) / mtemp);

Completed in 12 milliseconds