Home
last modified time | relevance | path

Searched refs:SIZEOF__BOOL (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dpymacconfig.h18 # undef SIZEOF__BOOL macro
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/
H A Dcfield.c1501 #if SIZEOF__BOOL == SIZEOF_INT
1503 #elif SIZEOF__BOOL == SIZEOF_LONG
1505 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG
1509 #endif /* SIZEOF__BOOL */
1573 #if SIZEOF__BOOL == 1 in _ctypes_init_fielddesc()
1575 #elif SIZEOF__BOOL == SIZEOF_SHORT in _ctypes_init_fielddesc()
1577 #elif SIZEOF__BOOL == SIZEOF_INT in _ctypes_init_fielddesc()
1579 #elif SIZEOF__BOOL == SIZEOF_LONG in _ctypes_init_fielddesc()
1581 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG in _ctypes_init_fielddesc()
1583 #endif /* SIZEOF__BOOL */ in _ctypes_init_fielddesc()
[all...]
H A D_ctypes.c306 #if SIZEOF__BOOL == 1 in _ctypes_alloc_format_string_for_type()
308 #elif SIZEOF__BOOL == 2 in _ctypes_alloc_format_string_for_type()
310 #elif SIZEOF__BOOL == 4 in _ctypes_alloc_format_string_for_type()
312 #elif SIZEOF__BOOL == 8 in _ctypes_alloc_format_string_for_type()
315 # error SIZEOF__BOOL has an unexpected value in _ctypes_alloc_format_string_for_type()
316 #endif /* SIZEOF__BOOL */ in _ctypes_alloc_format_string_for_type()
/third_party/python/PC/
H A Dpyconfig.h635 #define SIZEOF__BOOL 1 macro

Completed in 11 milliseconds