Searched defs:ISALIGNED (Results 1 – 2 of 2) sorted by relevance
526 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0) macro
567 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0) macro