Searched defs:round_down (Results 1 – 2 of 2) sorted by relevance
45 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
252 #define round_down(x, y) rounddown2((x), (y)) macro