Lines Matching refs:cnst
1471 #define notoktoadd(val, cnst) ((val) > (SIZE_MAX - (cnst)))1472 #define checkoktoadd(val, cnst) do { \1473 if (notoktoadd((val), (cnst))) \1475 '+', (size_t)(cnst)); \