Home
last modified time | relevance | path

Searched refs:dut1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dtg.c245 int dut1 = 0; /* DUT1 correction (sign, magnitude) */ variable
299 sscanf(optarg, "%d", &dut1); in main()
300 if (dut1 < 0) in main()
301 dut1 = abs(dut1); in main()
303 dut1 |= 0x8; in main()
546 if (dut1 & arg) in main()
H A Dtg2.c520 int dut1 = 0; /* DUT1 correction (sign, magnitude) */ variable
836 sscanf(optarg, "%d", &dut1);
837 if (dut1 < 0)
838 dut1 = abs(dut1);
840 dut1 |= 0x8;
2002 if (dut1 & arg)
/freebsd/contrib/ntp/ntpd/
H A Drefclock_acts.c725 double dut1; /* DUT adjustment */ in acts_timecode() local
770 &pp->minute, &pp->second, &dst, &leap, &dut1, in acts_timecode()
816 &pp->minute, &mjd, &dut1, &leapdir, &leapmonth, in acts_timecode()