Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c72 typedef struct { char c; void *x; } st_void_p; typedef
79 #define VOID_P_ALIGN (sizeof(st_void_p) - sizeof(void *))
/external/python/cpython3/Modules/
D_struct.c66 typedef struct { char c; void *x; } st_void_p; typedef
75 #define VOID_P_ALIGN (sizeof(st_void_p) - sizeof(void *))