umax              223 lib/intprops-internal.h #        define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax)         \
umax              226 lib/intprops-internal.h                  : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
umax              228 lib/intprops-internal.h #        define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax)         \
umax              230 lib/intprops-internal.h                  ? (overflow (a, b, 0, umax)                                                       \
umax              233 lib/intprops-internal.h                  : (overflow (a, b, 0, umax)                                                       \