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

  /external/chromium_org/base/third_party/symbolize/
symbolize.h 74 // For systems where SIZEOF_VOID_P is not defined, determine it
76 #if !defined(SIZEOF_VOID_P)
78 # define SIZEOF_VOID_P 8
80 # define SIZEOF_VOID_P 4
86 # if SIZEOF_VOID_P == 4
88 # elif SIZEOF_VOID_P == 8
  /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) \
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...]
pyconfig.h 1043 #define SIZEOF_VOID_P 8
    [all...]
  /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) \
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...]
pyconfig.h 1043 #define SIZEOF_VOID_P 4
    [all...]
  /external/icu/icu4c/source/common/
icucfg.h.in 73 #undef SIZEOF_VOID_P
  /external/chromium_org/third_party/fontconfig/include/
config.h 284 #define SIZEOF_VOID_P 8
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
auto-host.h     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
lzodefs.h     [all...]
minilzo-inl.c     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 76 SIZEOF_VOID_P = _type_void_ptr.sizeof
481 (SIZEOF_VOID_P - 1)
482 ) & ~(SIZEOF_VOID_P - 1)
505 assert dictoffset % SIZEOF_VOID_P == 0
    [all...]

Completed in 243 milliseconds