Searched defs:_Py_IS_ALIGNED (Results 1 – 5 of 5) sorted by relevance
112 #define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1))) macro