ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | MIN_MATCH 2 |
#define | MAX_MATCH 257 |
#define | NUM_CHARS 256 |
#define | NUM_PRIMARY_LENGTHS 7 |
#define | NUM_SECONDARY_LENGTHS 249 |
#define | LZX_MAX_CODE_LENGTH 16 |
#define | LZX_FRAME_SIZE 32768 |
#define | LZX_PRETREE_SIZE 20 |
#define | LZX_ALIGNED_BITS 3 |
#define | LZX_ALIGNED_SIZE 8 |
#define | LZX_VERBATIM_BLOCK 1 |
#define | LZX_ALIGNED_OFFSET_BLOCK 2 |
#define LZX_ALIGNED_BITS 3 |
Definition at line 36 of file lzx_constants.h.
#define LZX_ALIGNED_OFFSET_BLOCK 2 |
Definition at line 40 of file lzx_constants.h.
#define LZX_ALIGNED_SIZE 8 |
Definition at line 37 of file lzx_constants.h.
#define LZX_FRAME_SIZE 32768 |
Definition at line 34 of file lzx_constants.h.
#define LZX_MAX_CODE_LENGTH 16 |
Definition at line 33 of file lzx_constants.h.
#define LZX_PRETREE_SIZE 20 |
Definition at line 35 of file lzx_constants.h.
#define LZX_VERBATIM_BLOCK 1 |
Definition at line 39 of file lzx_constants.h.
#define MAX_MATCH 257 |
Definition at line 27 of file lzx_constants.h.
#define MIN_MATCH 2 |
Definition at line 26 of file lzx_constants.h.
#define NUM_CHARS 256 |
Definition at line 28 of file lzx_constants.h.
#define NUM_PRIMARY_LENGTHS 7 |
Definition at line 29 of file lzx_constants.h.
#define NUM_SECONDARY_LENGTHS 249 |
Definition at line 30 of file lzx_constants.h.