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

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

Completed in 42 milliseconds