Home | History | Annotate | Download | only in src

Lines Matching refs:notok2mul

1610 #define notok2mul(max, val, c)	(((val) != 0) && ((c) != 0) && \
1613 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst))