Searched refs:LZO_WORDSIZE (Results 1 - 7 of 7) sorted by relevance

/external/libvncserver/common/
H A Dlzodefs.h2152 #if !defined(LZO_WORDSIZE)
2154 # define LZO_WORDSIZE 8 macro
2156 # define LZO_WORDSIZE 8
2158 # define LZO_WORDSIZE 1
2161 # define LZO_WORDSIZE 4
2163 # define LZO_WORDSIZE 4
2165 # define LZO_WORDSIZE 2
2168 # define LZO_WORDSIZE 2
2170 # define LZO_WORDSIZE 8
2172 # define LZO_WORDSIZE
2289 # define LZO_WORDSIZE macro
[all...]
H A Dminilzo.c2172 #if !defined(LZO_WORDSIZE)
2174 # define LZO_WORDSIZE 8 macro
2176 # define LZO_WORDSIZE 8
2178 # define LZO_WORDSIZE 1
2181 # define LZO_WORDSIZE 4
2183 # define LZO_WORDSIZE 4
2185 # define LZO_WORDSIZE 2
2188 # define LZO_WORDSIZE 2
2190 # define LZO_WORDSIZE 8
2192 # define LZO_WORDSIZE
2309 # define LZO_WORDSIZE macro
[all...]
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h2152 #if !defined(LZO_WORDSIZE)
2154 # define LZO_WORDSIZE 8 macro
2156 # define LZO_WORDSIZE 8
2158 # define LZO_WORDSIZE 1
2161 # define LZO_WORDSIZE 4
2163 # define LZO_WORDSIZE 4
2165 # define LZO_WORDSIZE 2
2168 # define LZO_WORDSIZE 2
2170 # define LZO_WORDSIZE 8
2172 # define LZO_WORDSIZE
2289 # define LZO_WORDSIZE macro
[all...]
/external/syslinux/lzo/src/
H A Dlzo_func.h93 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG == 8) && (LZO_WORDSIZE >= 8)
96 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG_LONG == 8) && (LZO_WORDSIZE >= 8)
134 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG >= 8) && (LZO_WORDSIZE >= 8)
137 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG_LONG >= 8) && (LZO_WORDSIZE >= 8)
306 #if (LZO_WORDSIZE != 8)
H A Dlzo_supp.h1825 LZOCHK_ASSERT(LZO_WORDSIZE == LZO_SIZEOF_LZO_WORD_T)
/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h1226 #if !defined(LZO_WORDSIZE)
1228 # define LZO_WORDSIZE __LZO_WORDSIZE macro
1230 # define LZO_WORDSIZE LZO_SIZEOF_VOID_P macro
H A Dminilzo-inl.c1250 #if !defined(LZO_WORDSIZE)
1252 # define LZO_WORDSIZE __LZO_WORDSIZE macro
1254 # define LZO_WORDSIZE LZO_SIZEOF_VOID_P macro

Completed in 182 milliseconds