Searched refs:SHORT_ALIGN (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _struct.c | 81 #define SHORT_ALIGN (sizeof(st_short) - sizeof(short)) macro 775 {'h', sizeof(short), SHORT_ALIGN, nu_short, np_short}, 776 {'H', sizeof(short), SHORT_ALIGN, nu_ushort, np_ushort}, 786 {'e', sizeof(short), SHORT_ALIGN, nu_halffloat, np_halffloat},
|
/external/python/cpython2/Modules/ |
D | _struct.c | 74 #define SHORT_ALIGN (sizeof(st_short) - sizeof(short)) macro 699 {'h', sizeof(short), SHORT_ALIGN, nu_short, np_short}, 700 {'H', sizeof(short), SHORT_ALIGN, nu_ushort, np_ushort},
|