Lines Matching refs:s64
58 static s64 time_offset;
70 static s64 time_freq;
78 static s64 ntp_tick_adj;
102 static s64 pps_freq; /* frequency offset (scaled ns/s) */
117 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk()
165 static inline void pps_set_freq(s64 freq) in pps_set_freq()
206 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk()
214 static inline void pps_set_freq(s64 freq) {} in pps_set_freq()
266 static inline s64 ntp_update_offset_fll(s64 offset64, long secs) in ntp_update_offset_fll()
283 s64 freq_adj; in ntp_update_offset()
284 s64 offset64; in ntp_update_offset()
406 s64 delta; in second_overflow()
440 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()
807 s64 ftemp; in hardpps_update_freq()
823 ftemp = div_s64(((s64)(-freq_norm.nsec)) << NTP_SCALE_SHIFT, in hardpps_update_freq()
843 pps_stabil += (div_s64(((s64)delta_mod) << in hardpps_update_freq()
878 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()