Home
last modified time | relevance | path

Searched refs:mtemp (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/videomode/
H A Dpickmode.c121 struct videomode *mtemp = NULL; in sort_modes() local
147 mtemp = &modes[i]; in sort_modes()
151 mtemp = &modes[i]; in sort_modes()
154 aspect = mtemp->hdisplay * 100 / mtemp->vdisplay; in sort_modes()
155 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000, in sort_modes()
156 mtemp->htotal), mtemp->vtotal); in sort_modes()
157 if (mtemp != modes) in sort_modes()
158 swap_modes(mtemp, modes); in sort_modes()
174 mtemp = &modes[i]; in sort_modes()
181 mtemp = &modes[i]; in sort_modes()
[all …]
/freebsd/contrib/ntp/util/
H A Dkern.c125 long ltemp, mtemp; in hardupdate() local
128 mtemp = timex.tv_sec - time_reftime; in hardupdate()
130 if (mtemp > MAXSEC) in hardupdate()
131 mtemp = 0; in hardupdate()
135 time_freq -= (-offset * mtemp) >> in hardupdate()
138 time_freq += (offset * mtemp) >> in hardupdate()
/freebsd/sys/kern/
H A Dkern_ntptime.c663 long mtemp; in hardupdate() local
699 mtemp = time_uptime - time_reftime; in hardupdate()
702 L_MPY(ftemp, mtemp); in hardupdate()
705 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp > in hardupdate()
707 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate()
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/
H A Dpd.h404 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
405 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
/freebsd/contrib/expat/lib/
H A Dxmlparse.c1361 XML_Memory_Handling_Suite *mtemp;
1374 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
1375 mtemp->malloc_fcn = memsuite->malloc_fcn;
1376 mtemp->realloc_fcn = memsuite->realloc_fcn;
1377 mtemp->free_fcn = memsuite->free_fcn;
1380 XML_Memory_Handling_Suite *mtemp;
1392 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
1393 mtemp->malloc_fcn = malloc;
1394 mtemp->realloc_fcn = realloc;
1395 mtemp
1353 XML_Memory_Handling_Suite *mtemp; global() local
1370 XML_Memory_Handling_Suite *mtemp; global() local
[all...]