Home
last modified time | relevance | path

Searched refs:SIZEOF_VOID_P (Results 1 – 7 of 7) sorted by relevance

/external/lz4/cmake_unofficial/
DCMakeLists.txt11 check_type_size("void *" SIZEOF_VOID_P)
12 IF( ${SIZEOF_VOID_P} STREQUAL "8" )
14 MESSAGE( STATUS "64 bit architecture detected size of void * is " ${SIZEOF_VOID_P})
/external/dbus/
Dconfig.h257 #define SIZEOF_VOID_P sizeof(void *) macro
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1034 #if defined(SIZEOF_VOID_P)
1035 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P)
Dminilzo-inl.c1058 #if defined(SIZEOF_VOID_P)
1059 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P)
/external/libevent/
Dconfig.h.in409 #undef SIZEOF_VOID_P
/external/libvncserver/common/
Dlzodefs.h2003 #if defined(SIZEOF_VOID_P)
2004 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P)
Dminilzo.c2023 #if defined(SIZEOF_VOID_P)
2024 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P)