Home
last modified time | relevance | path

Searched refs:ALIGNOF_SIZE_T (Results 1 – 6 of 6) sorted by relevance

/third_party/python/PC/
Dpyconfig.h292 # define ALIGNOF_SIZE_T 8 macro
307 # define ALIGNOF_SIZE_T 4 macro
/third_party/python/Objects/stringlib/
Dfind_max_char.h25 if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) { in STRINGLIB()
Dcodecs.h42 if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) { in STRINGLIB()
/third_party/python/Objects/
Dbytes_methods.c122 if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) { in _Py_bytes_isascii()
Dunicodeobject.c5132 assert(_Py_IS_ALIGNED(dest, ALIGNOF_SIZE_T)); in ascii_decode()
5133 if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) { in ascii_decode()
5159 if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) { in ascii_decode()
/third_party/python/
Dpyconfig.h.in23 #undef ALIGNOF_SIZE_T