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

/external/libvncserver/common/
H A Dlzodefs.h2002 #ifndef LZO_SIZEOF_VOID_P
2004 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P) macro
2006 # define LZO_SIZEOF_VOID_P (__SIZEOF_POINTER__)
2185 #if !defined(LZO_SIZEOF_VOID_P)
2189 # define LZO_SIZEOF_VOID_P 4 macro
2193 # define LZO_SIZEOF_VOID_P 8
2196 # define LZO_SIZEOF_VOID_P 8
2199 # define LZO_SIZEOF_VOID_P 8
2201 # define LZO_SIZEOF_VOID_P 2
2203 # define LZO_SIZEOF_VOID_P
2253 # define LZO_SIZEOF_VOID_P macro
[all...]
H A Dminilzo.c2022 #ifndef LZO_SIZEOF_VOID_P
2024 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P) macro
2026 # define LZO_SIZEOF_VOID_P (__SIZEOF_POINTER__)
2205 #if !defined(LZO_SIZEOF_VOID_P)
2209 # define LZO_SIZEOF_VOID_P 4 macro
2213 # define LZO_SIZEOF_VOID_P 8
2216 # define LZO_SIZEOF_VOID_P 8
2219 # define LZO_SIZEOF_VOID_P 8
2221 # define LZO_SIZEOF_VOID_P 2
2223 # define LZO_SIZEOF_VOID_P
2273 # define LZO_SIZEOF_VOID_P macro
[all...]
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h2002 #ifndef LZO_SIZEOF_VOID_P
2004 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P) macro
2006 # define LZO_SIZEOF_VOID_P (__SIZEOF_POINTER__)
2185 #if !defined(LZO_SIZEOF_VOID_P)
2189 # define LZO_SIZEOF_VOID_P 4 macro
2193 # define LZO_SIZEOF_VOID_P 8
2196 # define LZO_SIZEOF_VOID_P 8
2199 # define LZO_SIZEOF_VOID_P 8
2201 # define LZO_SIZEOF_VOID_P 2
2203 # define LZO_SIZEOF_VOID_P
2253 # define LZO_SIZEOF_VOID_P macro
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h1035 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P) macro
1161 #if !defined(LZO_SIZEOF_VOID_P)
1165 # define LZO_SIZEOF_VOID_P 2 macro
1167 # define LZO_SIZEOF_VOID_P 4 macro
1173 # define LZO_SIZEOF_VOID_P 2 macro
1175 # define LZO_SIZEOF_VOID_P 2 macro
1179 # define LZO_SIZEOF_VOID_P 2 macro
1182 # define LZO_SIZEOF_VOID_P 4 macro
1185 # define LZO_SIZEOF_VOID_P 2 macro
1194 # define LZO_SIZEOF_VOID_P macro
1196 # define LZO_SIZEOF_VOID_P macro
1200 # define LZO_SIZEOF_VOID_P macro
1203 # define LZO_SIZEOF_VOID_P macro
1205 # define LZO_SIZEOF_VOID_P macro
1210 # define LZO_SIZEOF_VOID_P macro
1214 # define LZO_SIZEOF_VOID_P macro
1221 # define LZO_SIZEOF_VOID_P macro
1223 # define LZO_SIZEOF_VOID_P macro
[all...]
H A Dminilzo-inl.c1059 # define LZO_SIZEOF_VOID_P (SIZEOF_VOID_P) macro
1185 #if !defined(LZO_SIZEOF_VOID_P)
1189 # define LZO_SIZEOF_VOID_P 2 macro
1191 # define LZO_SIZEOF_VOID_P 4 macro
1197 # define LZO_SIZEOF_VOID_P 2 macro
1199 # define LZO_SIZEOF_VOID_P 2 macro
1203 # define LZO_SIZEOF_VOID_P 2 macro
1206 # define LZO_SIZEOF_VOID_P 4 macro
1209 # define LZO_SIZEOF_VOID_P 2 macro
1218 # define LZO_SIZEOF_VOID_P macro
1220 # define LZO_SIZEOF_VOID_P macro
1224 # define LZO_SIZEOF_VOID_P macro
1227 # define LZO_SIZEOF_VOID_P macro
1229 # define LZO_SIZEOF_VOID_P macro
1234 # define LZO_SIZEOF_VOID_P macro
1238 # define LZO_SIZEOF_VOID_P macro
1245 # define LZO_SIZEOF_VOID_P macro
1247 # define LZO_SIZEOF_VOID_P macro
[all...]
/external/syslinux/lzo/src/
H A Dlzo_supp.h633 #if !defined(SIZEOF_VOID_P) && defined(LZO_SIZEOF_VOID_P)
634 # define SIZEOF_VOID_P LZO_SIZEOF_VOID_P
946 #if (LZO_SIZEOF_LONG > LZO_SIZEOF_VOID_P)

Completed in 65 milliseconds