Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
bcj.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: 0BSD */
2
9/*
10 * Author: Lasse Collin
11 */
12
13#ifndef LZMA_H_INTERNAL
14# error Never include this file directly. Use <lzma.h> instead.
15#endif
16
17
18/* Filter IDs for lzma_filter.id */
19
23#define LZMA_FILTER_X86 LZMA_VLI_C(0x04)
24
28#define LZMA_FILTER_POWERPC LZMA_VLI_C(0x05)
29
33#define LZMA_FILTER_IA64 LZMA_VLI_C(0x06)
34
38#define LZMA_FILTER_ARM LZMA_VLI_C(0x07)
39
43#define LZMA_FILTER_ARMTHUMB LZMA_VLI_C(0x08)
44
48#define LZMA_FILTER_SPARC LZMA_VLI_C(0x09)
49
53#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x0A)
54
58#define LZMA_FILTER_RISCV LZMA_VLI_C(0x0B)
59
60
81typedef struct {
96 uint32_t start_offset;
97
Options for BCJ filters.
Definition bcj.h:73