Home | History | Annotate | Download | only in src

Lines Matching refs:cnst

1612 #define notoktomul(val, cnst)	notok2mul(SIZE_MAX, (val), (cnst))
1613 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))
1614 #define checkoktoadd(val, cnst) do { \
1615 if (notoktoadd((val), (cnst))) \
1617 '+', (size_t)(cnst)); \