/external/python/cpython2/Include/ |
D | pymacconfig.h | 17 # undef SIZEOF_VOID_P 45 # define SIZEOF_VOID_P 8 macro 58 # define SIZEOF_VOID_P 4 macro
|
D | objimpl.h | 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0 188 (SIZEOF_VOID_P - 1) \ 189 ) & ~(SIZEOF_VOID_P - 1) \
|
D | pyport.h | 146 defined HAVE_UINT32_T && defined HAVE_INT32_T && SIZEOF_VOID_P >= 8) 162 #elif SIZEOF_VOID_P <= SIZEOF_INT 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG 170 #elif defined(HAVE_LONG_LONG) && (SIZEOF_VOID_P <= SIZEOF_LONG_LONG) 184 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
|
/external/python/cpython3/Include/ |
D | pymacconfig.h | 17 # undef SIZEOF_VOID_P 45 # define SIZEOF_VOID_P 8 macro 58 # define SIZEOF_VOID_P 4 macro
|
D | longobject.h | 55 #if SIZEOF_VOID_P == SIZEOF_INT 58 #elif SIZEOF_VOID_P == SIZEOF_LONG 61 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_VOID_P == SIZEOF_LONG_LONG
|
D | pyhash.h | 24 #if SIZEOF_VOID_P >= 8
|
D | pyport.h | 85 #if SIZEOF_VOID_P >= 8 106 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
|
/external/python/cpython3/Include/cpython/ |
D | objimpl.h | 21 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0 28 SIZEOF_VOID_P)
|
/external/python/cpython3/Include/internal/ |
D | pycore_pymem.h | 48 #if SIZEOF_VOID_P == 8 in _PyMem_IsPtrFreed() 53 #elif SIZEOF_VOID_P == 4 in _PyMem_IsPtrFreed()
|
/external/python/cpython3/Modules/_multiprocessing/ |
D | multiprocessing.h | 52 #if SIZEOF_VOID_P == SIZEOF_LONG 55 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.h | 84 #if SIZEOF_VOID_P == SIZEOF_LONG 87 #elif defined(HAVE_LONG_LONG) && (SIZEOF_VOID_P == SIZEOF_LONG_LONG)
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 286 # define SIZEOF_VOID_P 8 macro 301 # define SIZEOF_VOID_P 4 macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 351 # define SIZEOF_VOID_P 8 macro 366 # define SIZEOF_VOID_P 4 macro
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 78 #define SIZEOF_VOID_P 4 /* Count of Bytes in a (void *) */ macro
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 142 #define SIZEOF_VOID_P 4 macro
|
/external/python/cpython3/android/ |
D | launcher_main.cpp | 38 static_assert(sizeof(void *) == SIZEOF_VOID_P);
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 1046 #define SIZEOF_VOID_P 4 macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 1046 #define SIZEOF_VOID_P 4 macro
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 1046 #define SIZEOF_VOID_P 8 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 1046 #define SIZEOF_VOID_P 8 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1052 #define SIZEOF_VOID_P 8 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1054 #define SIZEOF_VOID_P 8 macro
|
/external/python/cpython3/android/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1476 #define SIZEOF_VOID_P 8 macro
|
/external/tensorflow/third_party/hwloc/ |
D | BUILD.bazel | 183 "#undef SIZEOF_VOID_P": "#define SIZEOF_VOID_P 8",
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1482 #define SIZEOF_VOID_P SIZEOF_LONG macro
|