Searched refs:umax (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/include/ |
D | intprops.h | 474 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 477 : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) 479 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 481 ? (overflow (a, b, 0, umax) \ 484 : (overflow (a, b, 0, umax) \
|