Lines Matching refs:s64
57 static s64 time_offset;
69 static s64 time_freq;
77 static s64 ntp_tick_adj;
101 static s64 pps_freq; /* frequency offset (scaled ns/s) */
116 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk()
160 static inline void pps_set_freq(s64 freq) in pps_set_freq()
201 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk()
209 static inline void pps_set_freq(s64 freq) {} in pps_set_freq()
272 static inline s64 ntp_update_offset_fll(s64 offset64, long secs) in ntp_update_offset_fll()
289 s64 freq_adj; in ntp_update_offset()
290 s64 offset64; in ntp_update_offset()
375 s64 delta; in second_overflow()
453 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()
804 s64 ftemp; in hardpps_update_freq()
821 ftemp = div_s64(((s64)(-freq_norm.nsec)) << NTP_SCALE_SHIFT, in hardpps_update_freq()
842 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()