Home
last modified time | relevance | path

Searched refs:_GL_INT_OP_WRAPV_VIA_UNSIGNED (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h430 ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \
431 : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0))
450 #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) \ macro