Searched refs:_Py_ALIGN_DOWN (Results 1 – 7 of 7) sorted by relevance
70 _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR)); in STRINGLIB()130 _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR)); in STRINGLIB()
24 (const unsigned char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in STRINGLIB()
27 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in STRINGLIB()499 (const unsigned char *) _Py_ALIGN_DOWN(e, SIZEOF_LONG); in STRINGLIB()
85 #define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1))) macro
117 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in _Py_bytes_isascii()
957 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
4764 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in ascii_decode()