Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c91 #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.c77 #define BOOL_ALIGN (sizeof(st_bool) - sizeof(_Bool)) macro
774 {'?', sizeof(_Bool), BOOL_ALIGN, nu_bool, np_bool},