Home
last modified time | relevance | path

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

/external/syslinux/lzo/include/lzo/
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 2
[all …]
/external/libvncserver/common/
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 2
[all …]
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 2
[all …]
/external/syslinux/lzo/src/
Dlzo_func.h93 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG == 8) && (LZO_WORDSIZE >= 8) in lzo_bitops_ctlz64_func()
96 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG_LONG == 8) && (LZO_WORDSIZE >= 8) in lzo_bitops_ctlz64_func()
134 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG >= 8) && (LZO_WORDSIZE >= 8) in lzo_bitops_cttz64_func()
137 #elif (LZO_BITOPS_USE_GNUC_BITSCAN) && (LZO_SIZEOF_LONG_LONG >= 8) && (LZO_WORDSIZE >= 8) in lzo_bitops_cttz64_func()
306 #if (LZO_WORDSIZE != 8)
Dlzo_supp.h1825 LZOCHK_ASSERT(LZO_WORDSIZE == LZO_SIZEOF_LZO_WORD_T)
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1226 #if !defined(LZO_WORDSIZE)
1228 # define LZO_WORDSIZE __LZO_WORDSIZE macro
1230 # define LZO_WORDSIZE LZO_SIZEOF_VOID_P macro
Dminilzo-inl.c1250 #if !defined(LZO_WORDSIZE)
1252 # define LZO_WORDSIZE __LZO_WORDSIZE macro
1254 # define LZO_WORDSIZE LZO_SIZEOF_VOID_P macro