Searched defs:IS_ALIGNED (Results 1 – 3 of 3) sorted by relevance
156 const unsigned long IS_ALIGNED = 010000000; variable
197 #define IS_ALIGNED(x, y) (((x) & ((y) - 1)) == 0) macro
1109 #define IS_ALIGNED(x,a) ((x % a) == 0) macro