/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/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/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/cpython3/android/ |
D | launcher_main.cpp | 42 static_assert(sizeof(bool) == SIZEOF__BOOL);
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/android_x86/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/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1513 #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.c | 296 #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()
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 633 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1063 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/linux_arm64/pyconfig/ |
D | pyconfig.h | 1084 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1058 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/android/darwin/pyconfig/ |
D | pyconfig.h | 1525 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1519 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/android/linux_arm64/pyconfig/ |
D | pyconfig.h | 1513 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1515 #define SIZEOF__BOOL 1 macro
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1083 #undef SIZEOF__BOOL
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1512 #undef SIZEOF__BOOL
|