Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c67 typedef struct { char c; short x; } st_short; typedef
74 #define SHORT_ALIGN (sizeof(st_short) - sizeof(short))
/external/python/cpython3/Modules/
D_struct.c61 typedef struct { char c; short x; } st_short; typedef
70 #define SHORT_ALIGN (sizeof(st_short) - sizeof(short))