Home
last modified time | relevance | path

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

/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);