Searched refs:smin (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 476 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ 479 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 480 (overflow (a, b, smin, smax) \
|