Home
last modified time | relevance | path

Searched refs:_Py_SIZE_ROUND_DOWN (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/stringlib/
Dcodecs.h622 const STRINGLIB_CHAR *unrolled_end = in + _Py_SIZE_ROUND_DOWN(len, 4); in STRINGLIB()
635 const STRINGLIB_CHAR *unrolled_end = in + _Py_SIZE_ROUND_DOWN(len, 4); in STRINGLIB()
654 const STRINGLIB_CHAR *unrolled_end = in + _Py_SIZE_ROUND_DOWN(len, 4); in STRINGLIB()
690 const STRINGLIB_CHAR *unrolled_end = in + _Py_SIZE_ROUND_DOWN(len, 4); in STRINGLIB()
758 const STRINGLIB_CHAR *unrolled_end = in + _Py_SIZE_ROUND_DOWN(len, 4); in STRINGLIB()
786 const STRINGLIB_CHAR *unrolled_end = in + _Py_SIZE_ROUND_DOWN(len, 4); in STRINGLIB()
Dfind_max_char.h72 const STRINGLIB_CHAR *unrolled_end = begin + _Py_SIZE_ROUND_DOWN(n, 4); in STRINGLIB()
/third_party/python/Include/
Dpymacro.h80 #define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1)) macro
/third_party/python/Objects/
Dunicodeobject.c194 _iter + _Py_SIZE_ROUND_DOWN(n, 4); \