Searched refs:_GL_INT_OP_CALC1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | intprops.h | 424 ? _GL_INT_OP_CALC1 ((t) (a), (t) (b), r, op, overflow, ut, t, tmin, tmax) \ 425 : _GL_INT_OP_CALC1 (a, b, r, op, overflow, ut, t, tmin, tmax)) 426 #define _GL_INT_OP_CALC1(a, b, r, op, overflow, ut, t, tmin, tmax) \ macro
|