Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dkernel.h56 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/u-boot/tools/
Dmxsboot.c18 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/f2fs-tools/include/
Df2fs_fs.h503 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro