Searched defs:ROUNDDOWN (Results 1 – 1 of 1) sorted by relevance
139 #define ROUNDDOWN(x, y) (((x) / (__typeof__(x))(y)) * (__typeof__(x))(y)) macro161 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro