Home | History | Annotate | Download | only in src

Lines Matching full:cnst

1608 #define notoktomul(val, cnst)	notok2mul(SIZE_MAX, (val), (cnst))
1609 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))
1610 #define checkoktoadd(val, cnst) do { \
1611 if (notoktoadd((val), (cnst))) \
1613 '+', (size_t)(cnst)); \