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

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c340 if (L_ISZERO(&p_org) ||
341 L_ISZERO( myorg) ||
1505 if (L_ISZERO(&peer->bxmt)) {
1578 if (L_ISZERO(&p_xmt)) {
1632 DEBUG_INSIST(!L_ISZERO(&p_xmt));
1633 if ( L_ISZERO(&p_org) /* We checked p_xmt above */
1634 || L_ISZERO(&p_rec)) {
1693 } else if (L_ISZERO(&p_org)) {
1739 if ( !L_ISZERO(&peer->dst)
1758 } else if ( L_ISZERO(
[all...]
H A Drefclock_wwvb.c312 if (L_ISZERO(&pp->lastrec))
H A Drefclock_arc.c998 if(L_ISZERO(&(up->lastrec)) ||
1006 if(!L_ISZERO(&(up->lastrec))) {
1138 if(L_ISZERO(&(up->lastrec))) {
H A Drefclock_chu.c1007 if (L_ISZERO(&up->laststamp))
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dsystime.c245 if (!L_ISZERO(&lfp_prev) && !lamport_violated) {
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dieee754io.c468 if (L_ISZERO(&outlfp))
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_fp.h240 #define L_ISZERO(v) (((v)->l_ui | (v)->l_uf) == 0) macro
/freebsd-11.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c855 if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)) {

Completed in 153 milliseconds