Home
last modified time | relevance | path

Searched refs:SIZEOF__BOOL (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dpymacconfig.h18 # undef SIZEOF__BOOL
39 # define SIZEOF__BOOL 1 macro
40 # define SIZEOF__BOOL 1 macro
50 # define SIZEOF__BOOL 4 macro
52 # define SIZEOF__BOOL 1 macro
/third_party/python/Modules/_ctypes/
Dcfield.c1513 #if SIZEOF__BOOL == 1
1515 #elif SIZEOF__BOOL == SIZEOF_SHORT
1517 #elif SIZEOF__BOOL == SIZEOF_INT
1519 #elif SIZEOF__BOOL == SIZEOF_LONG
1521 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG
D_ctypes.c296 #if SIZEOF__BOOL == 1 in _ctypes_alloc_format_string_for_type()
298 #elif SIZEOF__BOOL == 2 in _ctypes_alloc_format_string_for_type()
300 #elif SIZEOF__BOOL == 4 in _ctypes_alloc_format_string_for_type()
302 #elif SIZEOF__BOOL == 8 in _ctypes_alloc_format_string_for_type()
305 # error SIZEOF__BOOL has an unexpected value in _ctypes_alloc_format_string_for_type()
/third_party/python/PC/
Dpyconfig.h633 #define SIZEOF__BOOL 1 macro
/third_party/python/
Dpyconfig.h.in1509 #undef SIZEOF__BOOL