Searched refs:M_ISGEQ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 218 #define M_ISGEQ(a_i, a_f, b_i, b_f) /* a >= b signed */ \ macro 244 #define L_ISGEQ(a, b) M_ISGEQ((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf)
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 4050 if (M_ISGEQ(off.l_i, off.l_uf, -1, 0x80000000) && in parse_process() 4051 M_ISGEQ(0, 0x7fffffff, off.l_i, off.l_uf)) in parse_process()
|