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

1 2 3

  /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) \
pyport.h 142 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
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
    [all...]
  /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) \
pyport.h 142 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
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/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) \
pyport.h 142 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
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
  /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) \
pyport.h 142 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
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
    [all...]
  /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) \
pyport.h 142 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
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
    [all...]
  /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/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/cpython2/PC/os2emx/
pyconfig.h 142 #define SIZEOF_VOID_P 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 142 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 157 (as determined by SIZEOF_VOID_P); otherwise we use 15-bit digits. */
161 defined HAVE_UINT32_T && defined HAVE_INT32_T && SIZEOF_VOID_P >= 8)
177 #elif SIZEOF_VOID_P <= SIZEOF_INT
181 #elif SIZEOF_VOID_P <= SIZEOF_LONG
185 #elif defined(HAVE_LONG_LONG) && (SIZEOF_VOID_P <= SIZEOF_LONG_LONG)
199 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
    [all...]

Completed in 677 milliseconds

1 2 3