Searched defs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance
22 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
185 #define IS_ALIGNED(n,align) (!((uint32_t)(n) & (align - 1))) macro