Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c76 #define LONG_ALIGN (sizeof(st_long) - sizeof(long)) macro
703 {'l', sizeof(long), LONG_ALIGN, nu_long, np_long},
704 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},
/external/python/cpython3/Modules/
D_struct.c72 #define LONG_ALIGN (sizeof(st_long) - sizeof(long)) macro
768 {'l', sizeof(long), LONG_ALIGN, nu_long, np_long},
769 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},