Searched defs:round_down (Results 1 – 4 of 4) sorted by relevance
12 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
34 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
488 round_down, enumerator
644 round_down, enumerator
Completed in 14 milliseconds