Searched refs:times4 (Results 1 – 1 of 1) sorted by relevance
74 #define times4(x) x, x, x, x macro75 #define times256(x) times4(times4(times4(times4(times4(x)))))