Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h767 #define Py_ALIGNED(x) __attribute__((aligned(x))) macro
769 #define Py_ALIGNED(x) macro
/third_party/python/Modules/
Dsocketmodule.c5739 char buf[16384] Py_ALIGNED(8);