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

krfb

  • sources
  • kde-4.12
  • 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_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_forceinline   /*empty*/
 
#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_LSR(x, b)   (((x)+0ul) >> (b))
 
#define __LZO_MASK_GEN(o, b)   (((((o) << ((b)-1)) - (o)) << 1) + (o))
 
#define __lzo_noinline   /*empty*/
 
#define __lzo_noreturn   /*empty*/
 
#define __lzo_nothrow   /*empty*/
 
#define __lzo_restrict   /*empty*/
 
#define __lzo_ua_volatile   volatile
 
#define __lzo_unlikely(e)   (e)
 
#define LZO_0xffffffffL   4294967295ul
 
#define LZO_0xffffL   65535ul
 
#define LZO_ARCH_UNKNOWN   1
 
#define LZO_CC_UNKNOWN   1
 
#define LZO_COMPILE_TIME_ASSERT(e)   {typedef int __lzo_cta_t[1-2*!(e)];}
 
#define LZO_COMPILE_TIME_ASSERT_HEADER(e)   extern int __lzo_cta[1-2*!(e)];
 
#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_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_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_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_LIBC_DEFAULT   1
 
#define LZO_MM_FLAT   1
 
#define LZO_OS_POSIX   1
 
#define LZO_OS_POSIX_UNKNOWN   1
 
#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_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_MACRO_EXPAND(x)   LZO_PP_STRINGIZE(x)
 
#define LZO_PP_STRINGIZE(x)   #x
 
#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_UNCONST_CAST(t, e)   ((t) ((void *) ((char *) ((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_WORDSIZE   LZO_SIZEOF_VOID_P
 

Macro Definition Documentation

#define __lzo_cdecl   /*empty*/

Definition at line 1694 of file lzodefs.h.

#define __lzo_cdecl_atexit   /*empty*/

Definition at line 1697 of file lzodefs.h.

#define __lzo_cdecl_main   /*empty*/

Definition at line 1700 of file lzodefs.h.

#define __lzo_cdecl_qsort   /*empty*/

Definition at line 1703 of file lzodefs.h.

#define __lzo_cdecl_sighandler   /*empty*/

Definition at line 1706 of file lzodefs.h.

#define __lzo_cdecl_va   __lzo_cdecl

Definition at line 1709 of file lzodefs.h.

#define __lzo_forceinline   /*empty*/

Definition at line 1456 of file lzodefs.h.

#define __lzo_gnuc_extension__   /*empty*/

Definition at line 1364 of file lzodefs.h.

#define __LZO_INFOSTR_CCVER   " " LZO_INFO_CCVER

Definition at line 1841 of file lzodefs.h.

#define __LZO_INFOSTR_ENDIAN   ""

Definition at line 1823 of file lzodefs.h.

#define __LZO_INFOSTR_LIBC   "." LZO_INFO_LIBC

Definition at line 1835 of file lzodefs.h.

#define __LZO_INFOSTR_MM   "." LZO_INFO_MM

Definition at line 1809 of file lzodefs.h.

#define __LZO_INFOSTR_OSNAME   LZO_INFO_OS "." LZO_INFO_OS_POSIX

Definition at line 1829 of file lzodefs.h.

#define __LZO_INFOSTR_PM   ""

Definition at line 1817 of file lzodefs.h.

#define __lzo_inline   /*empty*/

Definition at line 1436 of file lzodefs.h.

#define __lzo_likely (   e)    (e)

Definition at line 1555 of file lzodefs.h.

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

Definition at line 1042 of file lzodefs.h.

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

Definition at line 255 of file lzodefs.h.

#define __lzo_noinline   /*empty*/

Definition at line 1483 of file lzodefs.h.

#define __lzo_noreturn   /*empty*/

Definition at line 1504 of file lzodefs.h.

#define __lzo_nothrow   /*empty*/

Definition at line 1522 of file lzodefs.h.

#define __lzo_restrict   /*empty*/

Definition at line 1538 of file lzodefs.h.

#define __lzo_ua_volatile   volatile

Definition at line 1368 of file lzodefs.h.

#define __lzo_unlikely (   e)    (e)

Definition at line 1560 of file lzodefs.h.

#define LZO_0xffffffffL   4294967295ul

Definition at line 89 of file lzodefs.h.

#define LZO_0xffffL   65535ul

Definition at line 88 of file lzodefs.h.

#define LZO_ARCH_UNKNOWN   1

Definition at line 800 of file lzodefs.h.

#define LZO_CC_UNKNOWN   1

Definition at line 649 of file lzodefs.h.

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

Definition at line 1646 of file lzodefs.h.

#define LZO_COMPILE_TIME_ASSERT_HEADER (   e)    extern int __lzo_cta[1-2*!(e)];

Definition at line 1633 of file lzodefs.h.

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

Definition at line 246 of file lzodefs.h.

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

Definition at line 247 of file lzodefs.h.

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

Definition at line 248 of file lzodefs.h.

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

Definition at line 249 of file lzodefs.h.

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

Definition at line 250 of file lzodefs.h.

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

Definition at line 251 of file lzodefs.h.

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

Definition at line 252 of file lzodefs.h.

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

Definition at line 253 of file lzodefs.h.

#define LZO_CPP_MACRO_EXPAND (   x)    LZO_CPP_STRINGIZE(x)

Definition at line 245 of file lzodefs.h.

#define LZO_CPP_STRINGIZE (   x)    #x

Definition at line 244 of file lzodefs.h.

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

Definition at line 1613 of file lzodefs.h.

#define LZO_EXTERN_C   extern

Definition at line 267 of file lzodefs.h.

#define LZO_INFO_ARCH   "unknown"

Definition at line 801 of file lzodefs.h.

#define LZO_INFO_CC   "unknown"

Definition at line 650 of file lzodefs.h.

#define LZO_INFO_CCVER   "unknown"

Definition at line 651 of file lzodefs.h.

#define LZO_INFO_LIBC   "default"

Definition at line 1355 of file lzodefs.h.

#define LZO_INFO_MM   "flat"

Definition at line 995 of file lzodefs.h.

#define LZO_INFO_OS   "posix"

Definition at line 380 of file lzodefs.h.

#define LZO_INFO_OS_POSIX   "unknown"

Definition at line 432 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:1823
__LZO_INFOSTR_PM
#define __LZO_INFOSTR_PM
Definition: lzodefs.h:1817
__LZO_INFOSTR_LIBC
#define __LZO_INFOSTR_LIBC
Definition: lzodefs.h:1835
__LZO_INFOSTR_CCVER
#define __LZO_INFOSTR_CCVER
Definition: lzodefs.h:1841
LZO_INFO_ARCH
#define LZO_INFO_ARCH
Definition: lzodefs.h:801
__LZO_INFOSTR_OSNAME
#define __LZO_INFOSTR_OSNAME
Definition: lzodefs.h:1829
LZO_INFO_CC
#define LZO_INFO_CC
Definition: lzodefs.h:650
__LZO_INFOSTR_MM
#define __LZO_INFOSTR_MM
Definition: lzodefs.h:1809

Definition at line 1845 of file lzodefs.h.

#define LZO_LIBC_DEFAULT   1

Definition at line 1354 of file lzodefs.h.

#define LZO_MM_FLAT   1

Definition at line 990 of file lzodefs.h.

#define LZO_OS_POSIX   1

Definition at line 379 of file lzodefs.h.

#define LZO_OS_POSIX_UNKNOWN   1

Definition at line 431 of file lzodefs.h.

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

Definition at line 235 of file lzodefs.h.

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

Definition at line 236 of file lzodefs.h.

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

Definition at line 237 of file lzodefs.h.

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

Definition at line 238 of file lzodefs.h.

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

Definition at line 239 of file lzodefs.h.

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

Definition at line 240 of file lzodefs.h.

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

Definition at line 241 of file lzodefs.h.

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

Definition at line 242 of file lzodefs.h.

#define LZO_PP_MACRO_EXPAND (   x)    LZO_PP_STRINGIZE(x)

Definition at line 234 of file lzodefs.h.

#define LZO_PP_STRINGIZE (   x)    #x

Definition at line 233 of file lzodefs.h.

#define LZO_SIZEOF_PTRDIFF_T   LZO_SIZEOF_SIZE_T

Definition at line 1253 of file lzodefs.h.

#define LZO_SIZEOF_SIZE_T   LZO_SIZEOF_VOID_P

Definition at line 1236 of file lzodefs.h.

#define LZO_SIZEOF_VOID_P   LZO_SIZEOF_LONG

Definition at line 1222 of file lzodefs.h.

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

Definition at line 1622 of file lzodefs.h.

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

Definition at line 1578 of file lzodefs.h.

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

Definition at line 1595 of file lzodefs.h.

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

Definition at line 1604 of file lzodefs.h.

#define LZO_WORDSIZE   LZO_SIZEOF_VOID_P

Definition at line 1229 of file lzodefs.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 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
  • 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