Searched refs:mtemp (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c681 long mtemp; local
717 mtemp = time_uptime - time_reftime;
720 L_MPY(ftemp, mtemp);
723 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp >
725 L_LINT(ftemp, (time_monitor << 4) / mtemp);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c880 XML_Memory_Handling_Suite *mtemp; local
883 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
884 mtemp->malloc_fcn = memsuite->malloc_fcn;
885 mtemp->realloc_fcn = memsuite->realloc_fcn;
886 mtemp->free_fcn = memsuite->free_fcn;
889 XML_Memory_Handling_Suite *mtemp; local
892 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
893 mtemp->malloc_fcn = malloc;
894 mtemp->realloc_fcn = realloc;
895 mtemp
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dkern.c125 long ltemp, mtemp; local
128 mtemp = timex.tv_sec - time_reftime;
130 if (mtemp > MAXSEC)
131 mtemp = 0;
135 time_freq -= (-offset * mtemp) >>
138 time_freq += (offset * mtemp) >>
/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c126 struct videomode *mtemp = NULL; local
152 mtemp = &modes[i];
156 mtemp = &modes[i];
159 aspect = mtemp->hdisplay * 100 / mtemp->vdisplay;
160 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000,
161 mtemp->htotal), mtemp->vtotal);
162 if (mtemp != modes)
163 swap_modes(mtemp, mode
[all...]

Completed in 170 milliseconds