Searched defs:_Py_SIZE_ROUND_UP (Results 1 – 5 of 5) sorted by relevance
104 #define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \ macro