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 8
    [all...]
  /external/chromium_org/third_party/icu/source/common/
icucfg.h.in 73 #undef SIZEOF_VOID_P
  /external/icu4c/common/
icucfg.h.in 73 #undef SIZEOF_VOID_P
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h     [all...]

Completed in 168 milliseconds