Lines Matching refs:cnst
2022 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst))2023 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))2024 #define checkoktoadd(val, cnst) do { \2025 if (notoktoadd((val), (cnst))) \2027 '+', (size_t)(cnst)); \