Searched refs:s_bool (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_pep3118.py | 114 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] variable 165 (c_bool, "<" + s_bool, None, c_bool),
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pep3118.py | 117 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] variable 168 (c_bool, "<" + s_bool, (), c_bool),
|
/external/python/cpython2/Modules/ |
D | _struct.c | 90 typedef struct { char c; _Bool x; } s_bool; typedef 91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
|