Searched defs:round_down (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Dmath.h12 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/linux-master/include/linux/
H A Dmath.h35 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro

Completed in 300 milliseconds