Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h707 #define Py_ALIGNED(x) __attribute__((aligned(x))) macro
709 #define Py_ALIGNED(x) macro
/external/python/cpython2/Include/
Dpyport.h926 #define Py_ALIGNED(x) __attribute__((aligned(x))) macro
928 #define Py_ALIGNED(x) macro
/external/python/cpython2/Modules/
Dsocketmodule.c3549 char buf[16384] Py_ALIGNED(8);
/external/python/cpython3/Modules/
Dsocketmodule.c5198 char buf[16384] Py_ALIGNED(8);