#include "lzoconf.h"
#include <stddef.h>
#include <string.h>
Go to the source code of this file.
|
| #define | BOUNDS_CHECKING_OFF_DURING(stmt) |
| |
| #define | BOUNDS_CHECKING_OFF_IN_EXPR(expr) |
| |
| #define | LZO_UNUSED(parm) |
| |
| #define | __inline__ /* nothing */ |
| |
| #define | LZO_LITTLE_ENDIAN 1234 |
| |
| #define | LZO_BIG_ENDIAN 4321 |
| |
| #define | LZO_PDP_ENDIAN 3412 |
| |
| #define | LZO_OPTIMIZE_GNUC_i386_IS_BUGGY |
| |
| #define | LZO_BYTE(x) |
| |
| #define | LZO_MAX(a, b) |
| |
| #define | LZO_MIN(a, b) |
| |
| #define | lzo_sizeof(x) |
| |
| #define | LZO_HIGH(x) |
| |
| #define | LZO_SIZE(bits) |
| |
| #define | LZO_MASK(bits) |
| |
| #define | LZO_LSIZE(bits) |
| |
| #define | LZO_LMASK(bits) |
| |
| #define | LZO_USIZE(bits) |
| |
| #define | LZO_UMASK(bits) |
| |
| #define | _LZO_STRINGIZE(x) |
| |
| #define | _LZO_MEXPAND(x) |
| |
| #define | _LZO_CONCAT2(a, b) |
| |
| #define | _LZO_CONCAT3(a, b, c) |
| |
| #define | _LZO_CONCAT4(a, b, c, d) |
| |
| #define | _LZO_CONCAT5(a, b, c, d, e) |
| |
| #define | _LZO_ECONCAT2(a, b) |
| |
| #define | _LZO_ECONCAT3(a, b, c) |
| |
| #define | _LZO_ECONCAT4(a, b, c, d) |
| |
| #define | _LZO_ECONCAT5(a, b, c, d, e) |
| |
| #define | LZO_DETERMINISTIC |
| |
| #define | LZO_CHECK_MPOS_DET(m_pos, m_off, in, ip, max_offset) |
| |
| #define | LZO_CHECK_MPOS_NON_DET(m_pos, m_off, in, ip, max_offset) |
| |
◆ __inline__
| #define __inline__ /* nothing */ |
◆ _LZO_CONCAT2
| #define _LZO_CONCAT2 |
( |
| a, |
|
|
| b ) |
◆ _LZO_CONCAT3
| #define _LZO_CONCAT3 |
( |
| a, |
|
|
| b, |
|
|
| c ) |
◆ _LZO_CONCAT4
| #define _LZO_CONCAT4 |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d ) |
◆ _LZO_CONCAT5
| #define _LZO_CONCAT5 |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d, |
|
|
| e ) |
◆ _LZO_ECONCAT2
| #define _LZO_ECONCAT2 |
( |
| a, |
|
|
| b ) |
Value:
#define _LZO_CONCAT2(a, b)
Definition at line 252 of file lzo_conf.h.
◆ _LZO_ECONCAT3
| #define _LZO_ECONCAT3 |
( |
| a, |
|
|
| b, |
|
|
| c ) |
Value:
#define _LZO_CONCAT3(a, b, c)
Definition at line 253 of file lzo_conf.h.
◆ _LZO_ECONCAT4
| #define _LZO_ECONCAT4 |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d ) |
Value:
#define _LZO_CONCAT4(a, b, c, d)
Definition at line 254 of file lzo_conf.h.
◆ _LZO_ECONCAT5
| #define _LZO_ECONCAT5 |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d, |
|
|
| e ) |
Value:
#define _LZO_CONCAT5(a, b, c, d, e)
Definition at line 255 of file lzo_conf.h.
◆ _LZO_MEXPAND
| #define _LZO_MEXPAND |
( |
| x | ) |
|
Value:
#define _LZO_STRINGIZE(x)
Definition at line 243 of file lzo_conf.h.
◆ _LZO_STRINGIZE
| #define _LZO_STRINGIZE |
( |
| x | ) |
|
◆ BOUNDS_CHECKING_OFF_DURING
| #define BOUNDS_CHECKING_OFF_DURING |
( |
| stmt | ) |
|
◆ BOUNDS_CHECKING_OFF_IN_EXPR
| #define BOUNDS_CHECKING_OFF_IN_EXPR |
( |
| expr | ) |
|
◆ LZO_BIG_ENDIAN
| #define LZO_BIG_ENDIAN 4321 |
◆ LZO_BYTE
◆ LZO_CHECK_MPOS_DET
| #define LZO_CHECK_MPOS_DET |
( |
| m_pos, |
|
|
| m_off, |
|
|
| in, |
|
|
| ip, |
|
|
| max_offset ) |
Value: (m_pos ==
NULL || (m_off = ip - m_pos) > max_offset)
Definition at line 284 of file lzo_conf.h.
◆ LZO_CHECK_MPOS_NON_DET
| #define LZO_CHECK_MPOS_NON_DET |
( |
| m_pos, |
|
|
| m_off, |
|
|
| in, |
|
|
| ip, |
|
|
| max_offset ) |
Value:
(m_pos < in || (m_off = ip - m_pos) <= 0 || m_off > max_offset) ))
#define BOUNDS_CHECKING_OFF_IN_EXPR(expr)
Definition at line 293 of file lzo_conf.h.
◆ LZO_DETERMINISTIC
| #define LZO_DETERMINISTIC |
◆ LZO_HIGH
◆ LZO_LITTLE_ENDIAN
| #define LZO_LITTLE_ENDIAN 1234 |
◆ LZO_LMASK
| #define LZO_LMASK |
( |
| bits | ) |
|
◆ LZO_LSIZE
| #define LZO_LSIZE |
( |
| bits | ) |
|
◆ LZO_MASK
◆ LZO_MAX
◆ LZO_MIN
◆ LZO_OPTIMIZE_GNUC_i386_IS_BUGGY
| #define LZO_OPTIMIZE_GNUC_i386_IS_BUGGY |
◆ LZO_PDP_ENDIAN
| #define LZO_PDP_ENDIAN 3412 |
◆ LZO_SIZE
◆ lzo_sizeof
◆ LZO_UMASK
| #define LZO_UMASK |
( |
| bits | ) |
|
◆ LZO_UNUSED
| #define LZO_UNUSED |
( |
| parm | ) |
|
◆ LZO_USIZE
| #define LZO_USIZE |
( |
| bits | ) |
|
◆ lzo_ptrdiff_t