HomeSort by relevance Sort by last modified time
    Searched refs:_Py_ALIGN_UP (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
pymacro.h 87 #define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \
  /external/python/cpython3/Python/
pyarena.c 86 b->ab_offset = (char *)_Py_ALIGN_UP(b->ab_mem, ALIGNMENT) -

Completed in 183 milliseconds