• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

krfb

  • sources
  • kde-4.14
  • kdenetwork
  • krfb
  • libvncserver
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_c99_extern_inline   /*empty*/
 
#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_CTA_NAME(a)   LZO_PP_ECONCAT2(a,__LINE__)
 
#define __lzo_cte(e)   ((void)0,(e))
 
#define __lzo_forceinline   __lzo_inline
 
#define __lzo_gnuc_extension__   /*empty*/
 
#define __LZO_INFOSTR_CCVER   " " LZO_INFO_CCVER
 
#define __LZO_INFOSTR_ENDIAN   ""
 
#define __LZO_INFOSTR_LIBC   "." LZO_INFO_LIBC
 
#define __LZO_INFOSTR_MM   "." LZO_INFO_MM
 
#define __LZO_INFOSTR_OSNAME   LZO_INFO_OS "." LZO_INFO_OS_POSIX
 
#define __LZO_INFOSTR_PM   ""
 
#define __lzo_inline   /*empty*/
 
#define __lzo_likely(e)   (e)
 
#define __lzo_loop_forever()   do { ; } while __lzo_cte(1)
 
#define __LZO_LSR(x, b)   (((x)+0ul) >> (b))
 
#define __LZO_MASK_GEN(o, b)   (((((o) << ((b)-!!(b))) - (o)) << 1) + (o)*!!(b))
 
#define __lzo_may_alias   /*empty*/
 
#define __lzo_noinline   /*empty*/
 
#define __lzo_noreturn   /*empty*/
 
#define __lzo_nothrow   /*empty*/
 
#define __lzo_restrict   /*empty*/
 
#define __lzo_static_forceinline   static __lzo_forceinline
 
#define __lzo_static_inline   static __lzo_inline
 
#define __lzo_static_noinline   static __lzo_noinline
 
#define __lzo_static_unused_void_func(f)   static __lzo_inline void f(void)
 
#define __lzo_union_am(s)   union s {
 
#define __lzo_union_am_end()   };
 
#define __lzo_unlikely(e)   (e)
 
#define __lzo_unreachable()   __lzo_loop_forever();
 
#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_0xffffffffL   LZO_0xffffffffUL
 
#define LZO_0xffffffffUL   4294967295ul
 
#define LZO_0xffffL   LZO_0xffffUL
 
#define LZO_0xffffUL   65535ul
 
#define LZO_ARCH_UNKNOWN   1
 
#define LZO_BLOCK_BEGIN   do {
 
#define LZO_BLOCK_END   } while __lzo_cte(0)
 
#define LZO_CC_UNKNOWN   1
 
#define LZO_CCAST(t, e)   LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e))
 
#define LZO_CFG_USE_NEW_STYLE_CASTS   0
 
#define LZO_CFG_USE_NEW_STYLE_CASTS   0
 
#define LZO_COMPILE_TIME_ASSERT(e)   {typedef int __LZO_CTA_NAME(lzo_cta_t__)[1-2*!(e)];}
 
#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_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_CPP_MACRO_EXPAND(x)   LZO_CPP_STRINGIZE(x)
 
#define LZO_CPP_STRINGIZE(x)   #x
 
#define LZO_DEFINE_UNINITIALIZED_VAR(type, var, init)   type var = init
 
#define LZO_EXTERN_C   extern
 
#define LZO_EXTERN_C_BEGIN   /*empty*/
 
#define LZO_EXTERN_C_END   /*empty*/
 
#define LZO_ICAST(t, e)   LZO_STATIC_CAST(t, e)
 
#define LZO_ICONV(t, e)   LZO_STATIC_CAST(t, e)
 
#define LZO_INFO_ARCH   "unknown"
 
#define LZO_INFO_CC   "unknown"
 
#define LZO_INFO_CCVER   "unknown"
 
#define LZO_INFO_LIBC   "default"
 
#define LZO_INFO_MM   "flat"
 
#define LZO_INFO_OS   "posix"
 
#define LZO_INFO_OS_POSIX   "unknown"
 
#define LZO_INFO_STRING
 
#define lzo_int32f_t   lzo_int32l_t
 
#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
 
#define LZO_ITRUNC(t, e)   LZO_STATIC_CAST(t, e)
 
#define LZO_LIBC_DEFAULT   1
 
#define LZO_MM_FLAT   1
 
#define LZO_OS_POSIX   1
 
#define LZO_OS_POSIX_UNKNOWN   1
 
#define LZO_PCAST(t, e)   LZO_STATIC_CAST(t, LZO_STATIC_CAST(void *, e))
 
#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_PP_MACRO_EXPAND(x)   LZO_PP_STRINGIZE(x)
 
#define LZO_PP_STRINGIZE(x)   #x
 
#define LZO_REINTERPRET_CAST(t, e)   ((t) (e))
 
#define LZO_SIZEOF_LZO_INT32F_T   LZO_SIZEOF_LZO_INT32L_T
 
#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
 
#define LZO_SIZEOF_PTRDIFF_T   LZO_SIZEOF_SIZE_T
 
#define LZO_SIZEOF_SIZE_T   LZO_SIZEOF_VOID_P
 
#define LZO_SIZEOF_VOID_P   LZO_SIZEOF_LONG
 
#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_uint32f_t   lzo_uint32l_t
 
#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
 
#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_UNUSED(var)   ((void) &var)
 
#define LZO_UNUSED_FUNC(func)   ((void) func)
 
#define LZO_UNUSED_LABEL(l)   switch (0) case 1:goto l
 
#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_WORDSIZE   LZO_SIZEOF_VOID_P
 

Macro Definition Documentation

#define __lzo_c99_extern_inline   /*empty*/

Definition at line 1539 of file lzodefs.h.

#define __lzo_cdecl   /*empty*/

Definition at line 1930 of file lzodefs.h.

#define __lzo_cdecl_atexit   /*empty*/

Definition at line 1933 of file lzodefs.h.

#define __lzo_cdecl_main   /*empty*/

Definition at line 1936 of file lzodefs.h.

#define __lzo_cdecl_qsort   /*empty*/

Definition at line 1939 of file lzodefs.h.

#define __lzo_cdecl_sighandler   /*empty*/

Definition at line 1942 of file lzodefs.h.

#define __lzo_cdecl_va   __lzo_cdecl

Definition at line 1945 of file lzodefs.h.

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

Definition at line 1843 of file lzodefs.h.

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

Definition at line 1337 of file lzodefs.h.

#define __lzo_forceinline   __lzo_inline

Definition at line 1460 of file lzodefs.h.

#define __lzo_gnuc_extension__   /*empty*/

Definition at line 1221 of file lzodefs.h.

#define __LZO_INFOSTR_CCVER   " " LZO_INFO_CCVER

Definition at line 2613 of file lzodefs.h.

#define __LZO_INFOSTR_ENDIAN   ""

Definition at line 2595 of file lzodefs.h.

#define __LZO_INFOSTR_LIBC   "." LZO_INFO_LIBC

Definition at line 2607 of file lzodefs.h.

#define __LZO_INFOSTR_MM   "." LZO_INFO_MM

Definition at line 2581 of file lzodefs.h.

#define __LZO_INFOSTR_OSNAME   LZO_INFO_OS "." LZO_INFO_OS_POSIX

Definition at line 2601 of file lzodefs.h.

#define __LZO_INFOSTR_PM   ""

Definition at line 2589 of file lzodefs.h.

#define __lzo_inline   /*empty*/

Definition at line 1434 of file lzodefs.h.

#define __lzo_likely (   e)    (e)

Definition at line 1796 of file lzodefs.h.

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

Definition at line 1816 of file lzodefs.h.

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

Definition at line 2023 of file lzodefs.h.

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

Definition at line 290 of file lzodefs.h.

#define __lzo_may_alias   /*empty*/

Definition at line 1557 of file lzodefs.h.

#define __lzo_noinline   /*empty*/

Definition at line 1493 of file lzodefs.h.

#define __lzo_noreturn   /*empty*/

Definition at line 1581 of file lzodefs.h.

#define __lzo_nothrow   /*empty*/

Definition at line 1601 of file lzodefs.h.

#define __lzo_restrict   /*empty*/

Definition at line 1626 of file lzodefs.h.

#define __lzo_static_forceinline   static __lzo_forceinline

Definition at line 1512 of file lzodefs.h.

#define __lzo_static_inline   static __lzo_inline

Definition at line 1504 of file lzodefs.h.

#define __lzo_static_noinline   static __lzo_noinline

Definition at line 1520 of file lzodefs.h.

#define __lzo_static_unused_void_func (   f)    static __lzo_inline void f(void)

Definition at line 1809 of file lzodefs.h.

#define __lzo_union_am (   s)    union s {

Definition at line 1738 of file lzodefs.h.

#define __lzo_union_am_end ( )    };

Definition at line 1739 of file lzodefs.h.

#define __lzo_unlikely (   e)    (e)

Definition at line 1803 of file lzodefs.h.

#define __lzo_unreachable ( )    __lzo_loop_forever();

Definition at line 1836 of file lzodefs.h.

#define _CRT_NONSTDC_NO_DEPRECATE   1

Definition at line 77 of file lzodefs.h.

#define _CRT_NONSTDC_NO_WARNINGS   1

Definition at line 80 of file lzodefs.h.

#define _CRT_SECURE_NO_DEPRECATE   1

Definition at line 83 of file lzodefs.h.

#define _CRT_SECURE_NO_WARNINGS   1

Definition at line 86 of file lzodefs.h.

#define LZO_0xffffffffL   LZO_0xffffffffUL

Definition at line 97 of file lzodefs.h.

#define LZO_0xffffffffUL   4294967295ul

Definition at line 94 of file lzodefs.h.

#define LZO_0xffffL   LZO_0xffffUL

Definition at line 96 of file lzodefs.h.

#define LZO_0xffffUL   65535ul

Definition at line 93 of file lzodefs.h.

#define LZO_ARCH_UNKNOWN   1

Definition at line 904 of file lzodefs.h.

#define LZO_BLOCK_BEGIN   do {

Definition at line 1344 of file lzodefs.h.

#define LZO_BLOCK_END   } while __lzo_cte(0)

Definition at line 1345 of file lzodefs.h.

#define LZO_CC_UNKNOWN   1

Definition at line 739 of file lzodefs.h.

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

Definition at line 1322 of file lzodefs.h.

#define LZO_CFG_USE_NEW_STYLE_CASTS   0

Definition at line 1239 of file lzodefs.h.

#define LZO_CFG_USE_NEW_STYLE_CASTS   0

Definition at line 1239 of file lzodefs.h.

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

Definition at line 1877 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 1858 of file lzodefs.h.

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

Definition at line 277 of file lzodefs.h.

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

Definition at line 278 of file lzodefs.h.

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

Definition at line 279 of file lzodefs.h.

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

Definition at line 280 of file lzodefs.h.

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

Definition at line 281 of file lzodefs.h.

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

Definition at line 282 of file lzodefs.h.

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

Definition at line 283 of file lzodefs.h.

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

Definition at line 284 of file lzodefs.h.

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

Definition at line 285 of file lzodefs.h.

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

Definition at line 286 of file lzodefs.h.

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

Definition at line 287 of file lzodefs.h.

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

Definition at line 288 of file lzodefs.h.

#define LZO_CPP_MACRO_EXPAND (   x)    LZO_CPP_STRINGIZE(x)

Definition at line 276 of file lzodefs.h.

#define LZO_CPP_STRINGIZE (   x)    #x

Definition at line 275 of file lzodefs.h.

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

Definition at line 1400 of file lzodefs.h.

#define LZO_EXTERN_C   extern

Definition at line 304 of file lzodefs.h.

#define LZO_EXTERN_C_BEGIN   /*empty*/

Definition at line 305 of file lzodefs.h.

#define LZO_EXTERN_C_END   /*empty*/

Definition at line 306 of file lzodefs.h.

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

Definition at line 1328 of file lzodefs.h.

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

Definition at line 1325 of file lzodefs.h.

#define LZO_INFO_ARCH   "unknown"

Definition at line 905 of file lzodefs.h.

#define LZO_INFO_CC   "unknown"

Definition at line 740 of file lzodefs.h.

#define LZO_INFO_CCVER   "unknown"

Definition at line 741 of file lzodefs.h.

#define LZO_INFO_LIBC   "default"

Definition at line 2410 of file lzodefs.h.

#define LZO_INFO_MM   "flat"

Definition at line 1193 of file lzodefs.h.

#define LZO_INFO_OS   "posix"

Definition at line 419 of file lzodefs.h.

#define LZO_INFO_OS_POSIX   "unknown"

Definition at line 480 of file lzodefs.h.

#define LZO_INFO_STRING
Value:
LZO_INFO_ARCH __LZO_INFOSTR_MM __LZO_INFOSTR_PM __LZO_INFOSTR_ENDIAN \
" " __LZO_INFOSTR_OSNAME __LZO_INFOSTR_LIBC " " LZO_INFO_CC __LZO_INFOSTR_CCVER
__LZO_INFOSTR_ENDIAN
#define __LZO_INFOSTR_ENDIAN
Definition: lzodefs.h:2595
__LZO_INFOSTR_PM
#define __LZO_INFOSTR_PM
Definition: lzodefs.h:2589
__LZO_INFOSTR_LIBC
#define __LZO_INFOSTR_LIBC
Definition: lzodefs.h:2607
__LZO_INFOSTR_CCVER
#define __LZO_INFOSTR_CCVER
Definition: lzodefs.h:2613
LZO_INFO_ARCH
#define LZO_INFO_ARCH
Definition: lzodefs.h:905
__LZO_INFOSTR_OSNAME
#define __LZO_INFOSTR_OSNAME
Definition: lzodefs.h:2601
LZO_INFO_CC
#define LZO_INFO_CC
Definition: lzodefs.h:740
__LZO_INFOSTR_MM
#define __LZO_INFOSTR_MM
Definition: lzodefs.h:2581

Definition at line 2617 of file lzodefs.h.

#define lzo_int32f_t   lzo_int32l_t

Definition at line 2782 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 2826 of file lzodefs.h.

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

Definition at line 1331 of file lzodefs.h.

#define LZO_LIBC_DEFAULT   1

Definition at line 2409 of file lzodefs.h.

#define LZO_MM_FLAT   1

Definition at line 1188 of file lzodefs.h.

#define LZO_OS_POSIX   1

Definition at line 418 of file lzodefs.h.

#define LZO_OS_POSIX_UNKNOWN   1

Definition at line 479 of file lzodefs.h.

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

Definition at line 1314 of file lzodefs.h.

#define LZO_PP_CONCAT0 ( )    /*empty*/

Definition at line 249 of file lzodefs.h.

#define LZO_PP_CONCAT1 (   a)    a

Definition at line 250 of file lzodefs.h.

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

Definition at line 251 of file lzodefs.h.

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

Definition at line 252 of file lzodefs.h.

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

Definition at line 253 of file lzodefs.h.

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

Definition at line 254 of file lzodefs.h.

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

Definition at line 255 of file lzodefs.h.

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

Definition at line 256 of file lzodefs.h.

#define LZO_PP_ECONCAT0 ( )    LZO_PP_CONCAT0()

Definition at line 257 of file lzodefs.h.

#define LZO_PP_ECONCAT1 (   a)    LZO_PP_CONCAT1(a)

Definition at line 258 of file lzodefs.h.

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

Definition at line 259 of file lzodefs.h.

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

Definition at line 260 of file lzodefs.h.

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

Definition at line 261 of file lzodefs.h.

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

Definition at line 262 of file lzodefs.h.

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

Definition at line 263 of file lzodefs.h.

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

Definition at line 264 of file lzodefs.h.

#define LZO_PP_EMPTY   /*empty*/

Definition at line 265 of file lzodefs.h.

#define LZO_PP_EMPTY0 ( )    /*empty*/

Definition at line 266 of file lzodefs.h.

#define LZO_PP_EMPTY1 (   a)    /*empty*/

Definition at line 267 of file lzodefs.h.

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

Definition at line 268 of file lzodefs.h.

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

Definition at line 269 of file lzodefs.h.

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

Definition at line 270 of file lzodefs.h.

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

Definition at line 271 of file lzodefs.h.

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

Definition at line 272 of file lzodefs.h.

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

Definition at line 273 of file lzodefs.h.

#define LZO_PP_MACRO_EXPAND (   x)    LZO_PP_STRINGIZE(x)

Definition at line 248 of file lzodefs.h.

#define LZO_PP_STRINGIZE (   x)    #x

Definition at line 247 of file lzodefs.h.

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

Definition at line 1247 of file lzodefs.h.

#define LZO_SIZEOF_LZO_INT32F_T   LZO_SIZEOF_LZO_INT32L_T

Definition at line 2784 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 2828 of file lzodefs.h.

#define LZO_SIZEOF_PTRDIFF_T   LZO_SIZEOF_SIZE_T

Definition at line 2283 of file lzodefs.h.

#define LZO_SIZEOF_SIZE_T   LZO_SIZEOF_VOID_P

Definition at line 2262 of file lzodefs.h.

#define LZO_SIZEOF_VOID_P   LZO_SIZEOF_LONG

Definition at line 2253 of file lzodefs.h.

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

Definition at line 1255 of file lzodefs.h.

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

Definition at line 1258 of file lzodefs.h.

#define lzo_uint32f_t   lzo_uint32l_t

Definition at line 2783 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 2827 of file lzodefs.h.

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

Definition at line 1270 of file lzodefs.h.

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

Definition at line 1282 of file lzodefs.h.

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

Definition at line 1365 of file lzodefs.h.

#define LZO_UNUSED_FUNC (   func)    ((void) func)

Definition at line 1382 of file lzodefs.h.

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

Definition at line 1391 of file lzodefs.h.

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

Definition at line 1294 of file lzodefs.h.

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

Definition at line 1306 of file lzodefs.h.

#define LZO_WORDSIZE   LZO_SIZEOF_VOID_P

Definition at line 2289 of file lzodefs.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

krfb

Skip menu "krfb"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal