Searched refs:d_s (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Dcaltontp.c67 return ntptime.d_s.lo;
H A Dtimespecops.c223 out.tv_sec = (time_t)sec.d_s.lo;
227 out.tv_sec = ((time_t)sec.d_s.hi << 32) | sec.d_s.lo;
H A Dvint64ops.c139 res = (lhs->d_s.hi > rhs->d_s.hi)
140 - (lhs->d_s.hi < rhs->d_s.hi);
H A Dntp_calendar.c252 res = ((time_t)tv->d_s.hi << 32) | tv->D_s.lo;
749 R = (ts->d_s.hi < 0) ? 239 : 0;/* sign bit value */
756 R = (R << 7) | (ts->d_s.lo & 0x07F);
809 R = (ts->d_s.hi < 0) ? 2264 : 0;/* sign bit value */
816 R = (R << 7) | (ts->d_s.lo & 0x07F);
1659 return ntpcal_date_to_ntp64(jd).d_s.lo;
1984 return isocal_date_to_ntp64(id).d_s.lo;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_types.h192 } d_s; member in union:__anon5230
205 } d_s;
H A Dtimevalops.h435 out.tv_sec = (time_t)sec.d_s.lo;
439 out.tv_sec = ((time_t)sec.d_s.hi << 32) | sec.d_s.lo;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c1178 if ( ! (ts->d_s.hi >= 0 && ntpcal_ntp64_to_date(&tm, ts) >= 0))
H A Dntp_crypto.c1924 ptr[1] = htonl(leap_data.ebase.d_s.lo);
1925 if (leap_data.ttime.d_s.hi >= 0)

Completed in 122 milliseconds