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

  /src/sys/compat/freebsd/
freebsd_timex.h 113 * offset and maximum frequency tolerance.
128 * tolerance, but otherwise the PLL continues to operate in a stable
138 * MAXFREQ is the maximum frequency tolerance of the CPU clock
140 * should be set to at least the frequency tolerance of the oscillator
147 * MAXTIME is the maximum jitter tolerance of the PPS signal if the
263 long tolerance; /* clock frequency tolerance (scaled member in struct:freebsd_timex
  /src/sys/sys/
timex.h 222 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 119 * offset and maximum frequency tolerance.
134 * tolerance, but otherwise the PLL continues to operate in a stable
144 * MAXFREQ is the maximum frequency tolerance of the CPU clock
146 * should be set to at least the frequency tolerance of the oscillator
153 * MAXTIME is the maximum jitter tolerance of the PPS signal if the
270 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
  /src/external/gpl3/gcc.old/dist/gcc/
timevar.cc 591 const double tolerance = 1.000001; /* One part in a million. */ local
610 if (phase_user > total->user * tolerance
611 || phase_sys > total->sys * tolerance
612 || phase_wall > total->wall * tolerance
613 || phase_ggc_mem > total->ggc_mem * tolerance)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_clock_source.c 186 * for passed Reference and Post divider, checking for tolerance.
191 * tolerance Tolerance for Calculated Pixel Clock to be within
195 * if calculated values are within required tolerance
196 * It returns - true if error is within tolerance
197 * - false if error is not within tolerance
204 uint32_t tolerance)
239 if (abs_err <= tolerance) {
266 uint32_t tolerance; local
270 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_request.h 899 int32 tolerance; member in struct:info_kernel
  /src/sys/compat/netbsd32/
netbsd32.h 976 netbsd32_long tolerance; /* clock frequency tolerance (scaled member in struct:netbsd32_timex

Completed in 53 milliseconds