| /src/external/bsd/ntp/dist/util/ |
| tg.c | 123 #define DUT1 5 /* DUT1 bits */ 181 {DUT1, 8}, /* 50 DUT1 sign */ 187 {DUT1, 1}, /* 56 0.1 DUT1 fraction */ 188 {DUT1, 2}, /* 57 0.2 */ 189 {DUT1, 4}, /* 58 0.4 */ 247 int dut1 = 0; /* DUT1 correction (sign, magnitude) * variable [all...] |
| tg2.c | 326 #define DUT1 (5) /* DUT1 bits */ 389 {DUT1, 8}, /* 50 DUT1 sign */ 395 {DUT1, 1}, /* 56 0.1 DUT1 fraction */ 396 {DUT1, 2}, /* 57 0.2 */ 397 {DUT1, 4}, /* 58 0.4 */ 522 int dut1 = 0; /* DUT1 correction (sign, magnitude) * variable [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_acts.c | 90 * MJD, DST, DUT1 and UTC are not used by this driver. The "*" or "#" is 727 double dut1; /* DUT adjustment */ local 772 &pp->minute, &pp->second, &dst, &leap, &dut1, 818 &pp->minute, &mjd, &dut1, &leapdir, &leapmonth,
|