Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_struct.c70 #define SHORT_ALIGN (sizeof(st_short) - sizeof(short)) macro
764 {'h', sizeof(short), SHORT_ALIGN, nu_short, np_short},
765 {'H', sizeof(short), SHORT_ALIGN, nu_ushort, np_ushort},
775 {'e', sizeof(short), SHORT_ALIGN, nu_halffloat, np_halffloat},
/external/python/cpython2/Modules/
D_struct.c74 #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},