HomeSort by: relevance | last modified time | path
    Searched refs:mtemp (Results 1 - 3 of 3) 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);
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
pd.h 406 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \
407 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \

Completed in 14 milliseconds