Searched defs:ISALIGNED (Results 1 – 7 of 7) sorted by relevance
44 #define ISALIGNED(a) (0 == ((a) & 7)) macro
501 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
552 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
668 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro