/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 | objimpl.h | 160 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0 167 SIZEOF_VOID_P)
|
D | pyhash.h | 22 #if SIZEOF_VOID_P >= 8
|
D | pyport.h | 64 #if SIZEOF_VOID_P >= 8 85 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
|
/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/Modules/_multiprocessing/ |
D | multiprocessing.h | 60 #if SIZEOF_VOID_P == SIZEOF_LONG 63 #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 | 289 # define SIZEOF_VOID_P 8 macro 304 # 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/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/android_x86/pyconfig/ |
D | pyconfig.h | 1046 #define SIZEOF_VOID_P 4 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1054 #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/cpython3/Modules/_ctypes/ |
D | cfield.c | 1327 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set() 1365 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set() 1480 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set() 1483 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
|
/external/python/cpython2/RISCOS/ |
D | pyconfig.h | 281 #define SIZEOF_VOID_P 4 macro
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1365 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set() 1414 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set() 1574 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set() 1579 #elif SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
|
/external/python/cpython3/Python/ |
D | pyhash.c | 138 y = (y >> 4) | (y << (8 * SIZEOF_VOID_P - 4)); in _Py_HashPointer()
|
/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 43 #elif SIZEOF_VOID_P == 8 && defined(PY_UINT64_T)
|