Searched defs:rounddown (Results 1 – 3 of 3) sorted by relevance
106 #define rounddown(x, y) ( \ macro
688 #define rounddown(x, y) (x - (x%y)) macro
1068 #define rounddown(x, y) (x - (x%y)) macro