Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDrefclock_arc.c998 if(L_ISZERO(&(up->lastrec)) || in arc_receive()
1006 if(!L_ISZERO(&(up->lastrec))) { in arc_receive()
1138 if(L_ISZERO(&(up->lastrec))) { in arc_receive()
HDntp_proto.c1334 if (L_ISZERO(&p_xmt)) { in receive()
1354 if (!L_ISZERO(&p_org) && !(peer->flags & FLAG_XB)) { in receive()
1376 if (0 < hisstratum && L_ISZERO(&p_org)) { in receive()
1386 if ( !L_ISZERO(&peer->dst) in receive()
1400 } else if (L_ISZERO(&p_org) || L_ISZERO(&p_rec) || in receive()
1401 L_ISZERO(&peer->dst)) { in receive()
1409 } else if ( !L_ISZERO(&peer->dst) in receive()
HDrefclock_wwvb.c312 if (L_ISZERO(&pp->lastrec)) in wwvb_receive()
HDrefclock_chu.c1007 if (L_ISZERO(&up->laststamp)) in chu_decode()
/NextBSD/contrib/ntp/libparse/
HDieee754io.c468 if (L_ISZERO(&outlfp)) in put_ieee754()
/NextBSD/contrib/ntp/libntp/
HDsystime.c245 if (!L_ISZERO(&lfp_prev) && !lamport_violated) { in get_systime()
/NextBSD/contrib/ntp/include/
HDntp_fp.h240 #define L_ISZERO(v) (((v)->l_ui | (v)->l_uf) == 0) macro
/NextBSD/contrib/ntp/ntpdate/
HDntpdate.c855 if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)) { in receive()