Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c68 typedef struct { char c; int x; } st_int; typedef
75 #define INT_ALIGN (sizeof(st_int) - sizeof(int))
/external/python/cpython3/Modules/
D_struct.c62 typedef struct { char c; int x; } st_int; typedef
71 #define INT_ALIGN (sizeof(st_int) - sizeof(int))