Searched defs:cnst (Results 1 – 3 of 3) sorted by relevance
7 const int cnst = 42; variable
1675 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument1676 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst)) argument1677 #define checkoktoadd(val, cnst) do { \ argument
71 #define MULTIPLY(var, cnst) ((var) * (cnst)) argument