Home
last modified time | relevance | path

Searched refs:LZO_UINT64_MAX (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dlzoconf.h164 #if !defined(LZO_UINT64_MAX)
169 # define LZO_UINT64_MAX LZO_UINT_MAX macro
177 # define LZO_UINT64_MAX ULONG_MAX macro
211 #if defined(LZO_UINT64_MAX)
Dminilzo-inl.c2128 # if defined(LZO_UINT64_MAX)
2252 #if defined(LZO_UINT64_MAX)
2549 #if defined(LZO_UINT64_MAX) in ACCCHK_ASSERT_IS_UNSIGNED_T()
2585 #if !defined(lzo_bitops_clz64) && defined(WANT_lzo_bitops_clz64) && defined(LZO_UINT64_MAX) && 0
2605 #if !defined(lzo_bitops_ctz64) && defined(WANT_lzo_bitops_ctz64) && defined(LZO_UINT64_MAX)
2620 #if !defined(lzo_bitops_clz64) && defined(WANT_lzo_bitops_clz64) && defined(LZO_UINT64_MAX)
2626 #if !defined(lzo_bitops_ctz64) && defined(WANT_lzo_bitops_ctz64) && defined(LZO_UINT64_MAX)
2632 …f !defined(lzo_bitops_popcount32) && defined(WANT_lzo_bitops_popcount64) && defined(LZO_UINT64_MAX)
3118 #if !defined(lzo_bitops_clz64) && defined(WANT_lzo_bitops_clz64) && defined(LZO_UINT64_MAX) && 0
3138 #if !defined(lzo_bitops_ctz64) && defined(WANT_lzo_bitops_ctz64) && defined(LZO_UINT64_MAX)
[all …]
/external/libvncserver/common/
Dlzoconf.h397 #define LZO_UINT64_MAX LZO_UINT64_C(18446744073709551615) macro