Searched refs:BOOL_ALIGN (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE)) macro 94 #define BOOL_ALIGN 0 macro 709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 88 #define BOOL_ALIGN (sizeof(st_bool) - sizeof(_Bool)) macro 785 {'?', sizeof(_Bool), BOOL_ALIGN, nu_bool, np_bool},
|