Home
last modified time | relevance | path

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

12

/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/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
Dpyhash.h24 #if SIZEOF_VOID_P >= 8
Dpyport.h85 #if SIZEOF_VOID_P >= 8
106 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
/external/python/cpython3/Include/cpython/
Dobjimpl.h21 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
28 SIZEOF_VOID_P)
/external/python/cpython3/Include/internal/
Dpycore_pymem.h48 #if SIZEOF_VOID_P == 8 in _PyMem_IsPtrFreed()
53 #elif SIZEOF_VOID_P == 4 in _PyMem_IsPtrFreed()
/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.h52 #if SIZEOF_VOID_P == SIZEOF_LONG
55 #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.h286 # define SIZEOF_VOID_P 8 macro
301 # 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/cpython3/android/
Dlauncher_main.cpp38 static_assert(sizeof(void *) == SIZEOF_VOID_P);
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h1046 #define SIZEOF_VOID_P 4 macro
/external/python/cpython2/android_x86/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/darwin_x86_64/pyconfig/
Dpyconfig.h1052 #define SIZEOF_VOID_P 8 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1054 #define SIZEOF_VOID_P 8 macro
/external/tensorflow/third_party/hwloc/
DBUILD.bazel183 "#undef SIZEOF_VOID_P": "#define SIZEOF_VOID_P 8",
/external/python/cpython3/android/darwin_x86_64/pyconfig/
Dpyconfig.h1476 #define SIZEOF_VOID_P 8 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h1482 #define SIZEOF_VOID_P SIZEOF_LONG macro

12