Searched refs:SIZEOF_VOID_P (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.h74 // For systems where SIZEOF_VOID_P is not defined, determine it
76 #if !defined(SIZEOF_VOID_P)
78 # define SIZEOF_VOID_P 8 macro
80 # define SIZEOF_VOID_P 4 macro
86 # if SIZEOF_VOID_P == 4
88 # elif SIZEOF_VOID_P == 8
/external/icu/icu4c/source/common/
H A Dicucfg.h.in73 #undef SIZEOF_VOID_P
/external/chromium_org/third_party/fontconfig/include/
H A Dconfig.h284 #define SIZEOF_VOID_P 8 macro
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py76 SIZEOF_VOID_P = _type_void_ptr.sizeof variable
481 (SIZEOF_VOID_P - 1)
482 ) & ~(SIZEOF_VOID_P - 1)
505 assert dictoffset % SIZEOF_VOID_P == 0
/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzodefs.h1034 #if defined(SIZEOF_VOID_P)
1035 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P)
H A Dminilzo-inl.c1058 #if defined(SIZEOF_VOID_P)
1059 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P)

Completed in 236 milliseconds