Searched refs:SHORT_ALIGN (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _struct.c | 87 #define SHORT_ALIGN (sizeof(st_short) - sizeof(short)) macro 788 {'h', sizeof(short), SHORT_ALIGN, nu_short, np_short}, 789 {'H', sizeof(short), SHORT_ALIGN, nu_ushort, np_ushort}, 799 {'e', sizeof(short), SHORT_ALIGN, nu_halffloat, np_halffloat},
|
Completed in 4 milliseconds