Searched defs:round_down (Results 1 – 4 of 4) sorted by relevance
46 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
104 #define round_down(value, boundary) \ macro
97 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
626 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro