Searched defs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance
158 const unsigned long IS_ALIGNED = 010000000; variable
123 #define IS_ALIGNED(X, N) (((X) & ((N) - 1)) == 0) macro