Home
last modified time | relevance | path

Searched refs:SIZEOF_VOID_P (Results 1 – 25 of 41) sorted by relevance

12

/external/python/cpython3/Include/
Dpymacconfig.h17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8 macro
58 # define SIZEOF_VOID_P 4 macro
Dlongobject.h55 #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
Dobjimpl.h160 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
167 SIZEOF_VOID_P)
Dpyhash.h22 #if SIZEOF_VOID_P >= 8
Dpyport.h64 #if SIZEOF_VOID_P >= 8
85 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
/external/python/cpython2/Include/
Dpymacconfig.h17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8 macro
58 # define SIZEOF_VOID_P 4 macro
Dobjimpl.h180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
Dpyport.h146 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/
Dmultiprocessing.h60 #if SIZEOF_VOID_P == SIZEOF_LONG
63 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h84 #if SIZEOF_VOID_P == SIZEOF_LONG
87 #elif defined(HAVE_LONG_LONG) && (SIZEOF_VOID_P == SIZEOF_LONG_LONG)
/external/python/cpython3/PC/
Dpyconfig.h289 # define SIZEOF_VOID_P 8 macro
304 # define SIZEOF_VOID_P 4 macro
/external/python/cpython2/PC/
Dpyconfig.h351 # define SIZEOF_VOID_P 8 macro
366 # define SIZEOF_VOID_P 4 macro
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h78 #define SIZEOF_VOID_P 4 /* Count of Bytes in a (void *) */ macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h142 #define SIZEOF_VOID_P 4 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h1046 #define SIZEOF_VOID_P 4 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h1046 #define SIZEOF_VOID_P 8 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h1046 #define SIZEOF_VOID_P 8 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h1046 #define SIZEOF_VOID_P 4 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1054 #define SIZEOF_VOID_P 8 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h1052 #define SIZEOF_VOID_P 8 macro
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1327 #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/
Dpyconfig.h281 #define SIZEOF_VOID_P 4 macro
/external/python/cpython2/Modules/_ctypes/
Dcfield.c1365 #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/
Dpyhash.c138 y = (y >> 4) | (y << (8 * SIZEOF_VOID_P - 4)); in _Py_HashPointer()
/external/python/cpython3/Modules/_sha3/
Dsha3module.c43 #elif SIZEOF_VOID_P == 8 && defined(PY_UINT64_T)

12