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

/u-boot/include/linux/
H A Dkernel.h53 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro

Completed in 84 milliseconds