Home
last modified time | relevance | path

Searched refs:__round_mask (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/linux/
A Dkernel.h63 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
64 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
65 #define round_down(x, y) ((x) & ~__round_mask(x, y))
/u-boot/tools/
A Dmxsboot.c17 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
18 #define round_down(x, y) ((x) & ~__round_mask(x, y))

Completed in 17 milliseconds