/external/python/cpython2/Include/ |
D | pymacconfig.h | 18 # 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
|
/external/python/cpython3/Include/ |
D | pymacconfig.h | 18 # 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
|
/external/python/cpython3/android/ |
D | launcher_main.cpp | 40 static_assert(sizeof(_Bool) == SIZEOF__BOOL);
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 736 #undef SIZEOF__BOOL 737 #define SIZEOF__BOOL 1 macro 1644 #if SIZEOF__BOOL == 1 1646 #elif SIZEOF__BOOL == SIZEOF_SHORT 1648 #elif SIZEOF__BOOL == SIZEOF_INT 1650 #elif SIZEOF__BOOL == SIZEOF_LONG 1652 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG
|
D | _ctypes.c | 133 #undef SIZEOF__BOOL 134 #define SIZEOF__BOOL 1 macro 339 #if SIZEOF__BOOL == 1 in _ctypes_alloc_format_string_for_type() 341 #elif SIZEOF__BOOL == 2 in _ctypes_alloc_format_string_for_type() 343 #elif SIZEOF__BOOL == 4 in _ctypes_alloc_format_string_for_type() 345 #elif SIZEOF__BOOL == 8 in _ctypes_alloc_format_string_for_type() 348 # error SIZEOF__BOOL has an unexpected value in _ctypes_alloc_format_string_for_type()
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 630 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1058 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1060 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1546 #if SIZEOF__BOOL == 1 1548 #elif SIZEOF__BOOL == SIZEOF_SHORT 1550 #elif SIZEOF__BOOL == SIZEOF_INT 1552 #elif SIZEOF__BOOL == SIZEOF_LONG 1554 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG
|
D | _ctypes.c | 290 #if SIZEOF__BOOL == 1 in _ctypes_alloc_format_string_for_type() 292 #elif SIZEOF__BOOL == 2 in _ctypes_alloc_format_string_for_type() 294 #elif SIZEOF__BOOL == 4 in _ctypes_alloc_format_string_for_type() 296 #elif SIZEOF__BOOL == 8 in _ctypes_alloc_format_string_for_type() 299 # error SIZEOF__BOOL has an unexpected value in _ctypes_alloc_format_string_for_type()
|
/external/python/cpython3/android/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1482 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1488 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1482 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1083 #undef SIZEOF__BOOL
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1481 #undef SIZEOF__BOOL
|