HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_VOID_P (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /external/python/cpython2/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /external/python/cpython3/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
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
66 #endif /* SIZEOF_VOID_P */
pyhash.h 22 #if SIZEOF_VOID_P >= 8
objimpl.h 160 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
161 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
167 SIZEOF_VOID_P)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /prebuilts/gdb/linux-x86/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
objimpl.h 180 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
188 (SIZEOF_VOID_P - 1) \
189 ) & ~(SIZEOF_VOID_P - 1) \
  /external/python/cpython3/Objects/
dict-common.h 67 #if SIZEOF_VOID_P > 4
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 60 #if SIZEOF_VOID_P == SIZEOF_LONG
63 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 84 #if SIZEOF_VOID_P == SIZEOF_LONG
87 #elif defined(HAVE_LONG_LONG) && (SIZEOF_VOID_P == SIZEOF_LONG_LONG)
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 78 #define SIZEOF_VOID_P 4 /* Count of Bytes in a (void *) */
  /external/python/cpython2/PC/
pyconfig.h 351 # define SIZEOF_VOID_P 8
366 # define SIZEOF_VOID_P 4
  /external/python/cpython3/PC/
pyconfig.h 308 # define SIZEOF_VOID_P 8
323 # define SIZEOF_VOID_P 4
  /external/python/cpython2/PC/os2emx/
pyconfig.h 142 #define SIZEOF_VOID_P 4

Completed in 1795 milliseconds

1 2 3 4