Home | History | Annotate | Download | only in src

Lines Matching full:cnst

1675 #define notoktomul(val, cnst)	notok2mul(SIZE_MAX, (val), (cnst))
1676 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))
1677 #define checkoktoadd(val, cnst) do { \
1678 if (notoktoadd((val), (cnst))) \
1680 '+', (size_t)(cnst)); \