Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dmath.h12 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/openbmc/linux/include/linux/
H A Dmath.h35 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/openbmc/u-boot/include/linux/
H A Dkernel.h60 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/openbmc/u-boot/tools/
H A Dmxsboot.c18 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro