Searched refs:mtemp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/videomode/ |
| H A D | pickmode.c | 121 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 D | kern.c | 125 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 D | kern_ntptime.c | 663 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 D | pd.h | 404 #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 D | xmlparse.c | 1361 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...] |