Searched refs:notok2mul (Results 1 – 2 of 2) sorted by relevance
2019 #define notok2mul(max, val, c) (((val) != 0) && ((c) != 0) && \ macro2022 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst))
882 if (notok2mul(2147483647, tmp, 10)) in shf_vfprintf()