Searched refs:time_offset (Results 1 – 8 of 8) sorted by relevance
50 long time_offset = 0; /* time adjustment (us) */ variable109 time_offset, time_freq, time_adj); in main()129 time_offset = offset << SHIFT_UPDATE; in hardupdate()189 if (time_offset < 0) { in second_overflow()190 ltemp = -time_offset >> in second_overflow()192 time_offset += ltemp; in second_overflow()196 ltemp = time_offset >> in second_overflow()198 time_offset -= ltemp; in second_overflow()
186 static l_fp time_offset; /* time offset (ns) */ variable381 ntv->offset = L_GINT(time_offset); in ntp_adjtime1()383 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */ in ntp_adjtime1()510 ftemp = time_offset; in ntp_update_second()522 L_SUB(time_offset, ftemp); in ntp_update_second()580 L_CLR(time_offset); in ntp_init()640 L_LINT(time_offset, time_monitor); in hardupdate()796 L_LINT(time_offset, time_monitor); in hardpps()
117 time_offset :1, member185 int32 time_offset; member
74 if (hp->flags.time_offset) { in dovend_rfc1497()78 insert_u_long(htonl(hp->time_offset), &vp); /* -4 bytes */ in dovend_rfc1497()
251 if (hp->flags.time_offset) { in dump_host()252 fprintf(fp, "\\\n\t:to=%ld:", (long)hp->time_offset); in dump_host()
964 hp->flags.time_offset = FALSE; in eval_symbol()969 hp->time_offset = secondswest; in eval_symbol()973 hp->time_offset = ltimeoff; in eval_symbol()975 hp->flags.time_offset = TRUE; in eval_symbol()1443 DUP_COPY(time_offset); in fill_defaults()
10 the clock routine as soon as the time_offset becomes non-zero.70 the clock routine as soon as the time_offset becomes non-zero.
1386 ulong time_offset;