Searched defs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance
131 #define IS_ALIGNED(ptr) ASSERT((((intptr_t)(ptr)) & 3) == 0) macro
246 #define IS_ALIGNED(ptr) ASSERT((((intptr_t)(ptr)) & 3) == 0) macro