libsigrok  unreleased development snapshot
sigrok hardware access and backend library
Macros
lzodefs.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LZO_LANG_C   1
 
#define _CRT_NONSTDC_NO_DEPRECATE   1
 
#define _CRT_NONSTDC_NO_WARNINGS   1
 
#define _CRT_SECURE_NO_DEPRECATE   1
 
#define _CRT_SECURE_NO_WARNINGS   1
 
#define LZO_0xffffUL   65535ul
 
#define LZO_0xffffffffUL   4294967295ul
 
#define LZO_0xffffL   LZO_0xffffUL
 
#define LZO_0xffffffffL   LZO_0xffffffffUL
 
#define LZO_PP_STRINGIZE(x)   #x
 
#define LZO_PP_MACRO_EXPAND(x)   LZO_PP_STRINGIZE(x)
 
#define LZO_PP_CONCAT0()   /*empty*/
 
#define LZO_PP_CONCAT1(a)   a
 
#define LZO_PP_CONCAT2(a, b)   a ## b
 
#define LZO_PP_CONCAT3(a, b, c)   a ## b ## c
 
#define LZO_PP_CONCAT4(a, b, c, d)   a ## b ## c ## d
 
#define LZO_PP_CONCAT5(a, b, c, d, e)   a ## b ## c ## d ## e
 
#define LZO_PP_CONCAT6(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define LZO_PP_CONCAT7(a, b, c, d, e, f, g)   a ## b ## c ## d ## e ## f ## g
 
#define LZO_PP_ECONCAT0()   LZO_PP_CONCAT0()
 
#define LZO_PP_ECONCAT1(a)   LZO_PP_CONCAT1(a)
 
#define LZO_PP_ECONCAT2(a, b)   LZO_PP_CONCAT2(a,b)
 
#define LZO_PP_ECONCAT3(a, b, c)   LZO_PP_CONCAT3(a,b,c)
 
#define LZO_PP_ECONCAT4(a, b, c, d)   LZO_PP_CONCAT4(a,b,c,d)
 
#define LZO_PP_ECONCAT5(a, b, c, d, e)   LZO_PP_CONCAT5(a,b,c,d,e)
 
#define LZO_PP_ECONCAT6(a, b, c, d, e, f)   LZO_PP_CONCAT6(a,b,c,d,e,f)
 
#define LZO_PP_ECONCAT7(a, b, c, d, e, f, g)   LZO_PP_CONCAT7(a,b,c,d,e,f,g)
 
#define LZO_PP_EMPTY   /*empty*/
 
#define LZO_PP_EMPTY0()   /*empty*/
 
#define LZO_PP_EMPTY1(a)   /*empty*/
 
#define LZO_PP_EMPTY2(a, b)   /*empty*/
 
#define LZO_PP_EMPTY3(a, b, c)   /*empty*/
 
#define LZO_PP_EMPTY4(a, b, c, d)   /*empty*/
 
#define LZO_PP_EMPTY5(a, b, c, d, e)   /*empty*/
 
#define LZO_PP_EMPTY6(a, b, c, d, e, f)   /*empty*/
 
#define LZO_PP_EMPTY7(a, b, c, d, e, f, g)   /*empty*/
 
#define LZO_CPP_STRINGIZE(x)   #x
 
#define LZO_CPP_MACRO_EXPAND(x)   LZO_CPP_STRINGIZE(x)
 
#define LZO_CPP_CONCAT2(a, b)   a ## b
 
#define LZO_CPP_CONCAT3(a, b, c)   a ## b ## c
 
#define LZO_CPP_CONCAT4(a, b, c, d)   a ## b ## c ## d
 
#define LZO_CPP_CONCAT5(a, b, c, d, e)   a ## b ## c ## d ## e
 
#define LZO_CPP_CONCAT6(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define LZO_CPP_CONCAT7(a, b, c, d, e, f, g)   a ## b ## c ## d ## e ## f ## g
 
#define LZO_CPP_ECONCAT2(a, b)   LZO_CPP_CONCAT2(a,b)
 
#define LZO_CPP_ECONCAT3(a, b, c)   LZO_CPP_CONCAT3(a,b,c)
 
#define LZO_CPP_ECONCAT4(a, b, c, d)   LZO_CPP_CONCAT4(a,b,c,d)
 
#define LZO_CPP_ECONCAT5(a, b, c, d, e)   LZO_CPP_CONCAT5(a,b,c,d,e)
 
#define LZO_CPP_ECONCAT6(a, b, c, d, e, f)   LZO_CPP_CONCAT6(a,b,c,d,e,f)
 
#define LZO_CPP_ECONCAT7(a, b, c, d, e, f, g)   LZO_CPP_CONCAT7(a,b,c,d,e,f,g)
 
#define __LZO_MASK_GEN(o, b)   (((((o) << ((b)-((b)!=0))) - (o)) << 1) + (o)*((b)!=0))
 
#define LZO_EXTERN_C   extern
 
#define LZO_EXTERN_C_BEGIN   /*empty*/
 
#define LZO_EXTERN_C_END   /*empty*/
 
#define LZO_OS_POSIX   1
 
#define LZO_INFO_OS   "posix"
 
#define LZO_OS_POSIX_UNKNOWN   1
 
#define LZO_INFO_OS_POSIX   "unknown"
 
#define LZO_CC_UNKNOWN   1
 
#define LZO_INFO_CC   "unknown"
 
#define LZO_INFO_CCVER   "unknown"
 
#define LZO_ARCH_UNKNOWN   1
 
#define LZO_INFO_ARCH   "unknown"
 
#define LZO_MM_FLAT   1
 
#define LZO_INFO_MM   "flat"
 
#define __lzo_gnuc_extension__   /*empty*/
 
#define lzo_has_builtin(x)   0
 
#define lzo_has_attribute(x)   0
 
#define lzo_has_declspec_attribute(x)   0
 
#define lzo_has_feature(x)   0
 
#define lzo_has_extension(x)   0
 
#define LZO_CFG_USE_NEW_STYLE_CASTS   0
 
#define LZO_CFG_USE_NEW_STYLE_CASTS   0
 
#define LZO_REINTERPRET_CAST(t, e)   ((t) (e))
 
#define LZO_STATIC_CAST(t, e)   ((t) (e))
 
#define LZO_STATIC_CAST2(t1, t2, e)   LZO_STATIC_CAST(t1, LZO_STATIC_CAST(t2, e))
 
#define LZO_UNCONST_CAST(t, e)   ((t) ((void *) ((const void *) (e))))
 
#define LZO_UNCONST_VOLATILE_CAST(t, e)   ((t) ((volatile void *) ((volatile const void *) (e))))
 
#define LZO_UNVOLATILE_CAST(t, e)   ((t) ((void *) ((volatile void *) (e))))
 
#define LZO_UNVOLATILE_CONST_CAST(t, e)   ((t) ((const void *) ((volatile const void *) (e))))
 
#define LZO_PCAST(t, e)   LZO_STATIC_CAST(t, LZO_STATIC_CAST(void *, e))
 
#define LZO_CCAST(t, e)   LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e))
 
#define LZO_ICONV(t, e)   LZO_STATIC_CAST(t, e)
 
#define LZO_ICAST(t, e)   LZO_STATIC_CAST(t, e)
 
#define LZO_ITRUNC(t, e)   LZO_STATIC_CAST(t, e)
 
#define __lzo_cte(e)   ((void)0,(e))
 
#define LZO_BLOCK_BEGIN   do {
 
#define LZO_BLOCK_END   } while __lzo_cte(0)
 
#define LZO_UNUSED(var)   ((void) &var)
 
#define LZO_UNUSED_RESULT(var)   LZO_UNUSED(var)
 
#define LZO_UNUSED_FUNC(func)   ((void) func)
 
#define LZO_UNUSED_LABEL(l)   switch (0) case 1:goto l
 
#define LZO_DEFINE_UNINITIALIZED_VAR(type, var, init)   type var = init
 
#define __lzo_inline   /*empty*/
 
#define __lzo_forceinline   __lzo_inline
 
#define __lzo_noinline   /*empty*/
 
#define __lzo_static_inline   static __lzo_inline
 
#define __lzo_static_forceinline   static __lzo_forceinline
 
#define __lzo_static_noinline   static __lzo_noinline
 
#define __lzo_c99_extern_inline   /*empty*/
 
#define __lzo_may_alias   /*empty*/
 
#define __lzo_noreturn   /*empty*/
 
#define __lzo_nothrow   /*empty*/
 
#define __lzo_restrict   /*empty*/
 
#define __lzo_union_am(s)   union s {
 
#define __lzo_union_am_end()   };
 
#define __lzo_likely(e)   (e)
 
#define __lzo_very_likely(e)   __lzo_likely(e)
 
#define __lzo_unlikely(e)   (e)
 
#define __lzo_very_unlikely(e)   __lzo_unlikely(e)
 
#define __lzo_loop_forever()   do { ; } while __lzo_cte(1)
 
#define __lzo_unreachable()   __lzo_loop_forever();
 
#define lzo_unused_funcs_impl(r, f)   __lzo_static_forceinline r f
 
#define __LZO_CTA_NAME(a)   LZO_PP_ECONCAT2(a,__LINE__)
 
#define LZO_COMPILE_TIME_ASSERT_HEADER(e)   LZO_EXTERN_C_BEGIN extern int __LZO_CTA_NAME(lzo_cta__)[1-2*!(e)]; LZO_EXTERN_C_END
 
#define LZO_COMPILE_TIME_ASSERT(e)   {typedef int __LZO_CTA_NAME(lzo_cta_t__)[1-2*!(e)];}
 
#define __lzo_cdecl   /*empty*/
 
#define __lzo_cdecl_atexit   /*empty*/
 
#define __lzo_cdecl_main   /*empty*/
 
#define __lzo_cdecl_qsort   /*empty*/
 
#define __lzo_cdecl_sighandler   /*empty*/
 
#define __lzo_cdecl_va   __lzo_cdecl
 
#define LZO_SIZEOF_CHAR   1
 
#define __LZO_LSR(x, b)   (((x)+0ul) >> (b))
 
#define LZO_SIZEOF_VOID_P   LZO_SIZEOF_LONG
 
#define LZO_SIZEOF_SIZE_T   LZO_SIZEOF_VOID_P
 
#define LZO_SIZEOF_PTRDIFF_T   LZO_SIZEOF_SIZE_T
 
#define LZO_WORDSIZE   LZO_SIZEOF_VOID_P
 
#define LZO_LIBC_DEFAULT   1
 
#define LZO_INFO_LIBC   "default"
 
#define __LZO_INFOSTR_MM   "." LZO_INFO_MM
 
#define __LZO_INFOSTR_PM   ""
 
#define __LZO_INFOSTR_ENDIAN   ""
 
#define __LZO_INFOSTR_OSNAME   LZO_INFO_OS "." LZO_INFO_OS_POSIX
 
#define __LZO_INFOSTR_LIBC   "." LZO_INFO_LIBC
 
#define __LZO_INFOSTR_CCVER   " " LZO_INFO_CCVER
 
#define LZO_INFO_STRING
 
#define LZO_TYPEOF_CHAR   1u
 
#define LZO_TYPEOF_SHORT   2u
 
#define LZO_TYPEOF_INT   3u
 
#define LZO_TYPEOF_LONG   4u
 
#define LZO_TYPEOF_LONG_LONG   5u
 
#define LZO_TYPEOF___INT8   17u
 
#define LZO_TYPEOF___INT16   18u
 
#define LZO_TYPEOF___INT32   19u
 
#define LZO_TYPEOF___INT64   20u
 
#define LZO_TYPEOF___INT128   21u
 
#define LZO_TYPEOF___INT256   22u
 
#define LZO_TYPEOF___MODE_QI   33u
 
#define LZO_TYPEOF___MODE_HI   34u
 
#define LZO_TYPEOF___MODE_SI   35u
 
#define LZO_TYPEOF___MODE_DI   36u
 
#define LZO_TYPEOF___MODE_TI   37u
 
#define LZO_TYPEOF_CHAR_P   129u
 
#define lzo_int32f_t   lzo_int32l_t
 
#define lzo_uint32f_t   lzo_uint32l_t
 
#define LZO_SIZEOF_LZO_INT32F_T   LZO_SIZEOF_LZO_INT32L_T
 
#define LZO_TYPEOF_LZO_INT32F_T   LZO_TYPEOF_LZO_INT32L_T
 
#define lzo_intptr_t   long
 
#define lzo_uintptr_t   unsigned long
 
#define LZO_SIZEOF_LZO_INTPTR_T   LZO_SIZEOF_LONG
 
#define LZO_TYPEOF_LZO_INTPTR_T   LZO_TYPEOF_LONG
 
#define lzo_int8_t   signed char
 
#define lzo_uint8_t   unsigned char
 
#define LZO_SIZEOF_LZO_INT8_T   1
 
#define LZO_TYPEOF_LZO_INT8_T   LZO_TYPEOF_CHAR
 
#define lzo_int_least32_t   lzo_int32l_t
 
#define lzo_uint_least32_t   lzo_uint32l_t
 
#define LZO_SIZEOF_LZO_INT_LEAST32_T   LZO_SIZEOF_LZO_INT32L_T
 
#define LZO_TYPEOF_LZO_INT_LEAST32_T   LZO_TYPEOF_LZO_INT32L_T
 
#define lzo_int_fast32_t   lzo_int32f_t
 
#define lzo_uint_fast32_t   lzo_uint32f_t
 
#define LZO_SIZEOF_LZO_INT_FAST32_T   LZO_SIZEOF_LZO_INT32F_T
 
#define LZO_TYPEOF_LZO_INT_FAST32_T   LZO_TYPEOF_LZO_INT32F_T
 

Macro Definition Documentation

#define __lzo_c99_extern_inline   /*empty*/

Definition at line 1646 of file lzodefs.h.

#define __lzo_cdecl   /*empty*/

Definition at line 2061 of file lzodefs.h.

#define __lzo_cdecl_atexit   /*empty*/

Definition at line 2064 of file lzodefs.h.

#define __lzo_cdecl_main   /*empty*/

Definition at line 2067 of file lzodefs.h.

#define __lzo_cdecl_qsort   /*empty*/

Definition at line 2070 of file lzodefs.h.

#define __lzo_cdecl_sighandler   /*empty*/

Definition at line 2073 of file lzodefs.h.

#define __lzo_cdecl_va   __lzo_cdecl

Definition at line 2076 of file lzodefs.h.

#define __LZO_CTA_NAME (   a)    LZO_PP_ECONCAT2(a,__LINE__)

Definition at line 1967 of file lzodefs.h.

#define __lzo_cte (   e)    ((void)0,(e))

Definition at line 1441 of file lzodefs.h.

#define __lzo_forceinline   __lzo_inline

Definition at line 1567 of file lzodefs.h.

#define __lzo_gnuc_extension__   /*empty*/

Definition at line 1283 of file lzodefs.h.

#define __LZO_INFOSTR_CCVER   " " LZO_INFO_CCVER

Definition at line 2799 of file lzodefs.h.

#define __LZO_INFOSTR_ENDIAN   ""

Definition at line 2781 of file lzodefs.h.

#define __LZO_INFOSTR_LIBC   "." LZO_INFO_LIBC

Definition at line 2793 of file lzodefs.h.

#define __LZO_INFOSTR_MM   "." LZO_INFO_MM

Definition at line 2767 of file lzodefs.h.

#define __LZO_INFOSTR_OSNAME   LZO_INFO_OS "." LZO_INFO_OS_POSIX

Definition at line 2787 of file lzodefs.h.

#define __LZO_INFOSTR_PM   ""

Definition at line 2775 of file lzodefs.h.

#define __lzo_inline   /*empty*/

Definition at line 1541 of file lzodefs.h.

#define __lzo_likely (   e)    (e)

Definition at line 1904 of file lzodefs.h.

Referenced by LZOLIB_PUBLIC().

#define __lzo_loop_forever ( )    do { ; } while __lzo_cte(1)

Definition at line 1931 of file lzodefs.h.

#define __LZO_LSR (   x,
 
)    (((x)+0ul) >> (b))

Definition at line 2155 of file lzodefs.h.

#define __LZO_MASK_GEN (   o,
 
)    (((((o) << ((b)-((b)!=0))) - (o)) << 1) + (o)*((b)!=0))

Definition at line 319 of file lzodefs.h.

struct lzo_memops_TU8_struct __lzo_may_alias   /*empty*/

Definition at line 1664 of file lzodefs.h.

#define __lzo_noinline   /*empty*/

Definition at line 1600 of file lzodefs.h.

Referenced by LZOLIB_PUBLIC().

#define __lzo_noreturn   /*empty*/

Definition at line 1688 of file lzodefs.h.

#define __lzo_nothrow   /*empty*/

Definition at line 1708 of file lzodefs.h.

#define __lzo_restrict   /*empty*/

Definition at line 1733 of file lzodefs.h.

#define __lzo_static_forceinline   static __lzo_forceinline

Definition at line 1619 of file lzodefs.h.

Referenced by lzo_bitops_ctlz32_func(), and lzo_bitops_cttz32_func().

#define __lzo_static_inline   static __lzo_inline

Definition at line 1611 of file lzodefs.h.

#define __lzo_static_noinline   static __lzo_noinline

Definition at line 1627 of file lzodefs.h.

#define __lzo_union_am (   s)    union s {

Definition at line 1845 of file lzodefs.h.

#define __lzo_union_am_end ( )    };

Definition at line 1846 of file lzodefs.h.

#define __lzo_unlikely (   e)    (e)

Definition at line 1918 of file lzodefs.h.

#define __lzo_unreachable ( )    __lzo_loop_forever();

Definition at line 1951 of file lzodefs.h.

#define __lzo_very_likely (   e)    __lzo_likely(e)

Definition at line 1911 of file lzodefs.h.

#define __lzo_very_unlikely (   e)    __lzo_unlikely(e)

Definition at line 1925 of file lzodefs.h.

#define _CRT_NONSTDC_NO_DEPRECATE   1

Definition at line 104 of file lzodefs.h.

#define _CRT_NONSTDC_NO_WARNINGS   1

Definition at line 107 of file lzodefs.h.

#define _CRT_SECURE_NO_DEPRECATE   1

Definition at line 110 of file lzodefs.h.

#define _CRT_SECURE_NO_WARNINGS   1

Definition at line 113 of file lzodefs.h.

#define LZO_0xffffffffL   LZO_0xffffffffUL

Definition at line 124 of file lzodefs.h.

#define LZO_0xffffffffUL   4294967295ul

Definition at line 121 of file lzodefs.h.

#define LZO_0xffffL   LZO_0xffffUL

Definition at line 123 of file lzodefs.h.

#define LZO_0xffffUL   65535ul

Definition at line 120 of file lzodefs.h.

#define LZO_ARCH_UNKNOWN   1

Definition at line 947 of file lzodefs.h.

#define LZO_BLOCK_BEGIN   do {

Definition at line 1448 of file lzodefs.h.

#define LZO_BLOCK_END   } while __lzo_cte(0)

Definition at line 1449 of file lzodefs.h.

#define LZO_CC_UNKNOWN   1

Definition at line 784 of file lzodefs.h.

#define LZO_CCAST (   t,
 
)    LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e))

Definition at line 1426 of file lzodefs.h.

#define LZO_CFG_USE_NEW_STYLE_CASTS   0

Definition at line 1343 of file lzodefs.h.

#define LZO_CFG_USE_NEW_STYLE_CASTS   0

Definition at line 1343 of file lzodefs.h.

#define LZO_COMPILE_TIME_ASSERT (   e)    {typedef int __LZO_CTA_NAME(lzo_cta_t__)[1-2*!(e)];}

Definition at line 2003 of file lzodefs.h.

#define LZO_COMPILE_TIME_ASSERT_HEADER (   e)    LZO_EXTERN_C_BEGIN extern int __LZO_CTA_NAME(lzo_cta__)[1-2*!(e)]; LZO_EXTERN_C_END

Definition at line 1982 of file lzodefs.h.

#define LZO_CPP_CONCAT2 (   a,
 
)    a ## b

Definition at line 306 of file lzodefs.h.

#define LZO_CPP_CONCAT3 (   a,
  b,
 
)    a ## b ## c

Definition at line 307 of file lzodefs.h.

#define LZO_CPP_CONCAT4 (   a,
  b,
  c,
 
)    a ## b ## c ## d

Definition at line 308 of file lzodefs.h.

#define LZO_CPP_CONCAT5 (   a,
  b,
  c,
  d,
 
)    a ## b ## c ## d ## e

Definition at line 309 of file lzodefs.h.

#define LZO_CPP_CONCAT6 (   a,
  b,
  c,
  d,
  e,
 
)    a ## b ## c ## d ## e ## f

Definition at line 310 of file lzodefs.h.

#define LZO_CPP_CONCAT7 (   a,
  b,
  c,
  d,
  e,
  f,
 
)    a ## b ## c ## d ## e ## f ## g

Definition at line 311 of file lzodefs.h.

#define LZO_CPP_ECONCAT2 (   a,
 
)    LZO_CPP_CONCAT2(a,b)

Definition at line 312 of file lzodefs.h.

#define LZO_CPP_ECONCAT3 (   a,
  b,
 
)    LZO_CPP_CONCAT3(a,b,c)

Definition at line 313 of file lzodefs.h.

#define LZO_CPP_ECONCAT4 (   a,
  b,
  c,
 
)    LZO_CPP_CONCAT4(a,b,c,d)

Definition at line 314 of file lzodefs.h.

#define LZO_CPP_ECONCAT5 (   a,
  b,
  c,
  d,
 
)    LZO_CPP_CONCAT5(a,b,c,d,e)

Definition at line 315 of file lzodefs.h.

#define LZO_CPP_ECONCAT6 (   a,
  b,
  c,
  d,
  e,
 
)    LZO_CPP_CONCAT6(a,b,c,d,e,f)

Definition at line 316 of file lzodefs.h.

#define LZO_CPP_ECONCAT7 (   a,
  b,
  c,
  d,
  e,
  f,
 
)    LZO_CPP_CONCAT7(a,b,c,d,e,f,g)

Definition at line 317 of file lzodefs.h.

#define LZO_CPP_MACRO_EXPAND (   x)    LZO_CPP_STRINGIZE(x)

Definition at line 305 of file lzodefs.h.

#define LZO_CPP_STRINGIZE (   x)    #x

Definition at line 304 of file lzodefs.h.

#define LZO_DEFINE_UNINITIALIZED_VAR (   type,
  var,
  init 
)    type var = init

Definition at line 1507 of file lzodefs.h.

#define LZO_EXTERN_C   extern

Definition at line 333 of file lzodefs.h.

#define LZO_EXTERN_C_BEGIN   /*empty*/

Definition at line 334 of file lzodefs.h.

#define LZO_EXTERN_C_END   /*empty*/

Definition at line 335 of file lzodefs.h.

#define lzo_has_attribute (   x)    0

Definition at line 1299 of file lzodefs.h.

#define lzo_has_builtin (   x)    0

Definition at line 1291 of file lzodefs.h.

#define lzo_has_declspec_attribute (   x)    0

Definition at line 1307 of file lzodefs.h.

#define lzo_has_extension (   x)    0

Definition at line 1325 of file lzodefs.h.

#define lzo_has_feature (   x)    0

Definition at line 1315 of file lzodefs.h.

#define LZO_ICAST (   t,
 
)    LZO_STATIC_CAST(t, e)

Definition at line 1432 of file lzodefs.h.

#define LZO_ICONV (   t,
 
)    LZO_STATIC_CAST(t, e)

Definition at line 1429 of file lzodefs.h.

#define LZO_INFO_ARCH   "unknown"

Definition at line 948 of file lzodefs.h.

#define LZO_INFO_CC   "unknown"

Definition at line 785 of file lzodefs.h.

#define LZO_INFO_CCVER   "unknown"

Definition at line 786 of file lzodefs.h.

#define LZO_INFO_LIBC   "default"

Definition at line 2560 of file lzodefs.h.

#define LZO_INFO_MM   "flat"

Definition at line 1256 of file lzodefs.h.

#define LZO_INFO_OS   "posix"

Definition at line 448 of file lzodefs.h.

#define LZO_INFO_OS_POSIX   "unknown"

Definition at line 509 of file lzodefs.h.

#define LZO_INFO_STRING
Value:
#define __LZO_INFOSTR_PM
Definition: lzodefs.h:2775
#define LZO_INFO_CC
Definition: lzodefs.h:785
#define __LZO_INFOSTR_LIBC
Definition: lzodefs.h:2793
#define LZO_INFO_ARCH
Definition: lzodefs.h:948
#define __LZO_INFOSTR_MM
Definition: lzodefs.h:2767
#define __LZO_INFOSTR_CCVER
Definition: lzodefs.h:2799
#define __LZO_INFOSTR_ENDIAN
Definition: lzodefs.h:2781
#define __LZO_INFOSTR_OSNAME
Definition: lzodefs.h:2787

Definition at line 2803 of file lzodefs.h.

Referenced by __lzo_align_gap().

#define lzo_int32f_t   lzo_int32l_t

Definition at line 3023 of file lzodefs.h.

#define lzo_int8_t   signed char
#define lzo_int_fast32_t   lzo_int32f_t
#define lzo_int_least32_t   lzo_int32l_t
#define lzo_intptr_t   long

Definition at line 3077 of file lzodefs.h.

#define LZO_ITRUNC (   t,
 
)    LZO_STATIC_CAST(t, e)

Definition at line 1435 of file lzodefs.h.

Referenced by LZOLIB_PUBLIC().

#define LZO_LANG_C   1

Definition at line 66 of file lzodefs.h.

#define LZO_LIBC_DEFAULT   1

Definition at line 2559 of file lzodefs.h.

#define LZO_MM_FLAT   1

Definition at line 1251 of file lzodefs.h.

#define LZO_OS_POSIX   1

Definition at line 447 of file lzodefs.h.

#define LZO_OS_POSIX_UNKNOWN   1

Definition at line 508 of file lzodefs.h.

#define LZO_PCAST (   t,
 
)    LZO_STATIC_CAST(t, LZO_STATIC_CAST(void *, e))

Definition at line 1418 of file lzodefs.h.

#define LZO_PP_CONCAT0 ( )    /*empty*/

Definition at line 278 of file lzodefs.h.

#define LZO_PP_CONCAT1 (   a)    a

Definition at line 279 of file lzodefs.h.

#define LZO_PP_CONCAT2 (   a,
 
)    a ## b

Definition at line 280 of file lzodefs.h.

#define LZO_PP_CONCAT3 (   a,
  b,
 
)    a ## b ## c

Definition at line 281 of file lzodefs.h.

#define LZO_PP_CONCAT4 (   a,
  b,
  c,
 
)    a ## b ## c ## d

Definition at line 282 of file lzodefs.h.

#define LZO_PP_CONCAT5 (   a,
  b,
  c,
  d,
 
)    a ## b ## c ## d ## e

Definition at line 283 of file lzodefs.h.

#define LZO_PP_CONCAT6 (   a,
  b,
  c,
  d,
  e,
 
)    a ## b ## c ## d ## e ## f

Definition at line 284 of file lzodefs.h.

#define LZO_PP_CONCAT7 (   a,
  b,
  c,
  d,
  e,
  f,
 
)    a ## b ## c ## d ## e ## f ## g

Definition at line 285 of file lzodefs.h.

#define LZO_PP_ECONCAT0 ( )    LZO_PP_CONCAT0()

Definition at line 286 of file lzodefs.h.

#define LZO_PP_ECONCAT1 (   a)    LZO_PP_CONCAT1(a)

Definition at line 287 of file lzodefs.h.

#define LZO_PP_ECONCAT2 (   a,
 
)    LZO_PP_CONCAT2(a,b)

Definition at line 288 of file lzodefs.h.

#define LZO_PP_ECONCAT3 (   a,
  b,
 
)    LZO_PP_CONCAT3(a,b,c)

Definition at line 289 of file lzodefs.h.

#define LZO_PP_ECONCAT4 (   a,
  b,
  c,
 
)    LZO_PP_CONCAT4(a,b,c,d)

Definition at line 290 of file lzodefs.h.

#define LZO_PP_ECONCAT5 (   a,
  b,
  c,
  d,
 
)    LZO_PP_CONCAT5(a,b,c,d,e)

Definition at line 291 of file lzodefs.h.

#define LZO_PP_ECONCAT6 (   a,
  b,
  c,
  d,
  e,
 
)    LZO_PP_CONCAT6(a,b,c,d,e,f)

Definition at line 292 of file lzodefs.h.

#define LZO_PP_ECONCAT7 (   a,
  b,
  c,
  d,
  e,
  f,
 
)    LZO_PP_CONCAT7(a,b,c,d,e,f,g)

Definition at line 293 of file lzodefs.h.

#define LZO_PP_EMPTY   /*empty*/

Definition at line 294 of file lzodefs.h.

#define LZO_PP_EMPTY0 ( )    /*empty*/

Definition at line 295 of file lzodefs.h.

#define LZO_PP_EMPTY1 (   a)    /*empty*/

Definition at line 296 of file lzodefs.h.

#define LZO_PP_EMPTY2 (   a,
 
)    /*empty*/

Definition at line 297 of file lzodefs.h.

#define LZO_PP_EMPTY3 (   a,
  b,
 
)    /*empty*/

Definition at line 298 of file lzodefs.h.

#define LZO_PP_EMPTY4 (   a,
  b,
  c,
 
)    /*empty*/

Definition at line 299 of file lzodefs.h.

#define LZO_PP_EMPTY5 (   a,
  b,
  c,
  d,
 
)    /*empty*/

Definition at line 300 of file lzodefs.h.

#define LZO_PP_EMPTY6 (   a,
  b,
  c,
  d,
  e,
 
)    /*empty*/

Definition at line 301 of file lzodefs.h.

#define LZO_PP_EMPTY7 (   a,
  b,
  c,
  d,
  e,
  f,
 
)    /*empty*/

Definition at line 302 of file lzodefs.h.

#define LZO_PP_MACRO_EXPAND (   x)    LZO_PP_STRINGIZE(x)

Definition at line 277 of file lzodefs.h.

#define LZO_PP_STRINGIZE (   x)    #x

Definition at line 276 of file lzodefs.h.

#define LZO_REINTERPRET_CAST (   t,
 
)    ((t) (e))

Definition at line 1351 of file lzodefs.h.

#define LZO_SIZEOF_CHAR   1

Definition at line 2090 of file lzodefs.h.

#define LZO_SIZEOF_LZO_INT32F_T   LZO_SIZEOF_LZO_INT32L_T

Definition at line 3025 of file lzodefs.h.

#define LZO_SIZEOF_LZO_INT8_T   1
#define LZO_SIZEOF_LZO_INT_FAST32_T   LZO_SIZEOF_LZO_INT32F_T
#define LZO_SIZEOF_LZO_INT_LEAST32_T   LZO_SIZEOF_LZO_INT32L_T
#define LZO_SIZEOF_LZO_INTPTR_T   LZO_SIZEOF_LONG

Definition at line 3079 of file lzodefs.h.

#define LZO_SIZEOF_PTRDIFF_T   LZO_SIZEOF_SIZE_T

Definition at line 2419 of file lzodefs.h.

#define LZO_SIZEOF_SIZE_T   LZO_SIZEOF_VOID_P

Definition at line 2398 of file lzodefs.h.

#define LZO_SIZEOF_VOID_P   LZO_SIZEOF_LONG

Definition at line 2389 of file lzodefs.h.

#define LZO_STATIC_CAST (   t,
 
)    ((t) (e))

Definition at line 1359 of file lzodefs.h.

Referenced by LZOLIB_PUBLIC().

#define LZO_STATIC_CAST2 (   t1,
  t2,
 
)    LZO_STATIC_CAST(t1, LZO_STATIC_CAST(t2, e))

Definition at line 1362 of file lzodefs.h.

#define LZO_TYPEOF___INT128   21u

Definition at line 2822 of file lzodefs.h.

#define LZO_TYPEOF___INT16   18u

Definition at line 2819 of file lzodefs.h.

#define LZO_TYPEOF___INT256   22u

Definition at line 2823 of file lzodefs.h.

#define LZO_TYPEOF___INT32   19u

Definition at line 2820 of file lzodefs.h.

#define LZO_TYPEOF___INT64   20u

Definition at line 2821 of file lzodefs.h.

#define LZO_TYPEOF___INT8   17u

Definition at line 2818 of file lzodefs.h.

#define LZO_TYPEOF___MODE_DI   36u

Definition at line 2827 of file lzodefs.h.

#define LZO_TYPEOF___MODE_HI   34u

Definition at line 2825 of file lzodefs.h.

#define LZO_TYPEOF___MODE_QI   33u

Definition at line 2824 of file lzodefs.h.

#define LZO_TYPEOF___MODE_SI   35u

Definition at line 2826 of file lzodefs.h.

#define LZO_TYPEOF___MODE_TI   37u

Definition at line 2828 of file lzodefs.h.

#define LZO_TYPEOF_CHAR   1u

Definition at line 2813 of file lzodefs.h.

#define LZO_TYPEOF_CHAR_P   129u

Definition at line 2829 of file lzodefs.h.

#define LZO_TYPEOF_INT   3u

Definition at line 2815 of file lzodefs.h.

#define LZO_TYPEOF_LONG   4u

Definition at line 2816 of file lzodefs.h.

#define LZO_TYPEOF_LONG_LONG   5u

Definition at line 2817 of file lzodefs.h.

#define LZO_TYPEOF_LZO_INT32F_T   LZO_TYPEOF_LZO_INT32L_T

Definition at line 3026 of file lzodefs.h.

#define LZO_TYPEOF_LZO_INT8_T   LZO_TYPEOF_CHAR
#define LZO_TYPEOF_LZO_INT_FAST32_T   LZO_TYPEOF_LZO_INT32F_T
#define LZO_TYPEOF_LZO_INT_LEAST32_T   LZO_TYPEOF_LZO_INT32L_T
#define LZO_TYPEOF_LZO_INTPTR_T   LZO_TYPEOF_LONG

Definition at line 3080 of file lzodefs.h.

#define LZO_TYPEOF_SHORT   2u

Definition at line 2814 of file lzodefs.h.

#define lzo_uint32f_t   lzo_uint32l_t

Definition at line 3024 of file lzodefs.h.

#define lzo_uint8_t   unsigned char
#define lzo_uint_fast32_t   lzo_uint32f_t
#define lzo_uint_least32_t   lzo_uint32l_t
#define lzo_uintptr_t   unsigned long

Definition at line 3078 of file lzodefs.h.

Referenced by __lzo_align_gap(), __lzo_ptr_linear(), DO_COMPRESS(), LZO_EXTERN(), and LZOLIB_PUBLIC().

#define LZO_UNCONST_CAST (   t,
 
)    ((t) ((void *) ((const void *) (e))))

Definition at line 1374 of file lzodefs.h.

#define LZO_UNCONST_VOLATILE_CAST (   t,
 
)    ((t) ((volatile void *) ((volatile const void *) (e))))

Definition at line 1386 of file lzodefs.h.

#define LZO_UNUSED (   var)    ((void) &var)
#define LZO_UNUSED_FUNC (   func)    ((void) func)

Definition at line 1489 of file lzodefs.h.

Referenced by _lzo_config_check(), and lzo_unused_funcs_impl().

#define lzo_unused_funcs_impl (   r,
 
)    __lzo_static_forceinline r f

Definition at line 1960 of file lzodefs.h.

#define LZO_UNUSED_LABEL (   l)    switch (0) case 1:goto l

Definition at line 1498 of file lzodefs.h.

#define LZO_UNUSED_RESULT (   var)    LZO_UNUSED(var)

Definition at line 1473 of file lzodefs.h.

#define LZO_UNVOLATILE_CAST (   t,
 
)    ((t) ((void *) ((volatile void *) (e))))

Definition at line 1398 of file lzodefs.h.

#define LZO_UNVOLATILE_CONST_CAST (   t,
 
)    ((t) ((const void *) ((volatile const void *) (e))))

Definition at line 1410 of file lzodefs.h.

#define LZO_WORDSIZE   LZO_SIZEOF_VOID_P

Definition at line 2425 of file lzodefs.h.