Searched refs:SECSPERWEEK (Results 1 – 6 of 6) sorted by relevance
48 …lfp->l_ui = (uint32_t)(weeks * SECSPERWEEK + days * SECSPERDAY + seconds + GPSORIGIN); /* convert … in gpstolfp()
788 Q = (uint32_t)(sf64 ^ ((sf64 ^ ts->Q_s) / SECSPERWEEK)); in ntpcal_weeksplit() 789 R = (uint32_t)(ts->Q_s - Q * SECSPERWEEK); in ntpcal_weeksplit() 794 Q = ~(uint32_t)(~ts->Q_s / SECSPERWEEK); in ntpcal_weeksplit() 796 Q = (uint32_t)( ts->Q_s / SECSPERWEEK); in ntpcal_weeksplit() 797 R = ts->D_s.lo - Q * SECSPERWEEK; in ntpcal_weeksplit() 1267 res.q_s *= SECSPERWEEK; in ntpcal_weekjoin()
528 static const int32_t shift = SECSPERWEEK / 2; in _gpscal_from_weektime()628 retv.l_ui = gd->weeks * (uint32_t)SECSPERWEEK in ntpfp_from_gpsdatum()
95 #define SECSPERWEEK (DAYSPERWEEK * SECSPERDAY) macro
4279 t_ls = (time_t) wnlsf * SECSPERWEEK in mk_utcinfo()
[all...]