HomeSort by: relevance | last modified time | path
    Searched refs:SLEW (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 219 # ifdef SLEW
220 # warning undefining SLEW due to option name conflict
221 # undef SLEW
247 # undef SLEW
main.c 286 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW)))
1309 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW)))
1463 ** If we can step but we cannot slew, then step.
1464 ** If we can step or slew and and |offset| > steplimit, then step.
1467 ( !ENABLED_OPT(SLEW)
1468 || (ENABLED_OPT(SLEW) && (fabs(offset) > steplimit))
1486 if (ENABLED_OPT(SLEW)) {
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 297 # ifdef SLEW
298 # warning undefining SLEW due to option name conflict
299 # undef SLEW
346 # undef SLEW
cmd_args.c 178 if (HAVE_OPT( SLEW ))
  /src/external/bsd/ntp/dist/sntp/tests/
packetHandling.c 322 TEST_ASSERT_FALSE(ENABLED_OPT(SLEW));

Completed in 29 milliseconds