Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c69 typedef struct { char c; long x; } st_long; typedef
76 #define LONG_ALIGN (sizeof(st_long) - sizeof(long))
/external/python/cpython3/Modules/
D_struct.c63 typedef struct { char c; long x; } st_long; typedef
72 #define LONG_ALIGN (sizeof(st_long) - sizeof(long))