Searched refs:q_s (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Dvint64ops.c136 res = (lhs->q_s > rhs->q_s)
137 - (lhs->q_s < rhs->q_s);
222 res.q_s += rhs;
241 res.q_s -= rhs;
H A Dntp_calendar.c211 res.q_s = tt;
248 res = (time_t)tv->q_s;
584 res.q_s = (pivot != NULL)
633 res.q_s = (pivot)
689 uint64_t sf64 = (uint64_t)-(ts->q_s < 0);
702 if (ts->q_s < 0)
788 uint64_t sf64 = (uint64_t)-(ts->q_s < 0);
794 if (ts->q_s < 0)
1238 res.q_s = days;
1239 res.q_s *
[all...]
H A Dprettydate.c74 ts = tl = stamp->q_s;
H A Dtimespecops.c225 out.tv_sec = (time_t)sec.q_s;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_types.h212 int64 q_s; /* signed quad scalar */ member in union:__anon5230
H A Dtimevalops.h437 out.tv_sec = (time_t)sec.q_s;

Completed in 108 milliseconds