Home
last modified time | relevance | path

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

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