Searched defs:IS_ALIGNED (Results 1 – 3 of 3) sorted by relevance
10 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
13 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
48 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro