Searched defs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance
58 #define IS_ALIGNED(x, y) (((x) & ((y) - 1)) == 0) macro
1115 #define IS_ALIGNED(x,a) ((x % a) == 0) macro