Searched defs:_Py_ALIGN_DOWN (Results 1 – 5 of 5) sorted by relevance
107 #define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1))) macro