Searched refs:nu_bool (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 451 nu_bool(const char *p, const formatdef *f) in nu_bool() function 709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 489 nu_bool(const char *p, const formatdef *f) in nu_bool() function 785 {'?', sizeof(_Bool), BOOL_ALIGN, nu_bool, np_bool},
|