Lines Matching full:cnst
2297 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst))2298 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))2299 #define checkoktoadd(val, cnst) do { \2300 if (notoktoadd((val), (cnst))) \2302 '+', (size_t)(cnst)); \