Home | History | Annotate | Download | only in drd

Lines Matching defs:IS_ALIGNED

252 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0)
271 if (IS_ALIGNED(&mutex->__m_kind))
278 if (IS_ALIGNED(&mutex->__data.__kind))