OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lzma
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/external/public-domain/xz/dist/build-aux/
version.sh
21
src/liblzma/api/
lzma
/version.h \
/src/external/public-domain/xz/dist/src/liblzma/api/lzma/
hardware.h
2
* \file
lzma
/hardware.h
29
* See ../
lzma
.h for information about liblzma as a whole.
33
# error Never include this file directly. Use <
lzma
.h> instead.
bcj.h
2
* \file
lzma
/bcj.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
delta.h
2
* \file
lzma
/delta.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
check.h
2
* \file
lzma
/check.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
index_hash.h
2
* \file
lzma
/index_hash.h
15
* See ../
lzma
.h for information about liblzma as a whole.
19
# error Never include this file directly. Use <
lzma
.h> instead.
vli.h
2
* \file
lzma
/vli.h
23
* See ../
lzma
.h for information about liblzma as a whole.
27
# error Never include this file directly. Use <
lzma
.h> instead.
lzma12.h
2
* \file
lzma
/lzma12.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
23
* LZMA1 is the very same thing as what was called just
LZMA
in
LZMA
Utils,
24
* 7-Zip, and
LZMA
SDK. It's called LZMA1 here to prevent developers from
25
* accidentally using
LZMA
when they actually want LZMA2.
235
* you create a .xz or .
lzma
file with preset dictionary, it
stream_flags.h
2
* \file
lzma
/stream_flags.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
version.h
2
* \file
lzma
/version.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
55
* the version number of Igor Pavlov's
LZMA
SDK.
base.h
2
* \file
lzma
/base.h
12
* See ../
lzma
.h for information about liblzma as a whole.
16
# error Never include this file directly. Use <
lzma
.h> instead.
156
* decode .
lzma
format file with lzma_stream_decoder,
/src/sys/arch/evbmips/conf/
Makefile.evbmips.inc
56
.elif ${NEED_UBOOTIMAGE:Mlzma} == "
lzma
"
57
#TOOL_LZMA?= /usr/pkg/bin/
lzma
e
59
TOOL_XZ?= xz -F
lzma
61
MKUBOOTIMAGEARGS+= -C
lzma
63
# echo ${TOOL_LZMA} e $@.bin $@.bin.
lzma
-d20 -pb4; \
64
# ${TOOL_LZMA} e $@.bin $@.bin.
lzma
-d20 -pb4; \
68
rm -f $@.bin.
lzma
; \
71
lzmainfo $@.bin.
lzma
; \
72
echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.
lzma
$@.ub; \
73
${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.
lzma
$@.ub) ||
[
all
...]
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma2_decoder.c
34
///
LZMA
decoder
35
lzma_lz_decoder
lzma
;
member in struct:__anon24629
37
/// Uncompressed size of
LZMA
chunk
45
/// first
LZMA
chunk.
49
/// first chunk (
LZMA
or uncompressed).
77
// Dictionary reset implies that next
LZMA
chunk has
86
//
LZMA
chunk. The highest five bits of the
109
coder->
lzma
.reset(coder->
lzma
.coder,
141
coder->
lzma
.set_uncompressed(coder->lzma.coder
[
all
...]
lzma2_encoder.c
29
///
LZMA
encoder
30
void *
lzma
;
member in struct:__anon24630
32
///
LZMA
options currently in use.
49
/// Buffer to hold the chunk header and
LZMA
compressed data
158
coder->
lzma
, &coder->opt_cur));
174
// Must flush immediately since the next
LZMA
symbol
189
// Call the
LZMA
encoder until the chunk is finished.
190
const lzma_ret ret = lzma_lzma_encode(coder->
lzma
, mf,
219
// the chunk as
LZMA
.
270
lzma_free(coder->
lzma
, allocator)
[
all
...]
/src/external/public-domain/xz/dist/src/liblzma/
validate_map.sh
23
api/
lzma
/*.h \
/src/external/public-domain/xz/lib/
Makefile
5
LIB=
lzma
10
.PATH: ${XZSRCDIR}/src/liblzma/api ${XZSRCDIR}/src/liblzma/api/
lzma
12
filter.h hardware.h index.h index_hash.h
lzma
.h lzma12.h \
16
INCSDIR= /usr/include/
lzma
29
CPPFLAGS+= -I${XZSRCDIR}/src/liblzma/
lzma
72
.PATH: ${XZSRCDIR}/src/liblzma/
lzma
/src/usr.bin/gzip/
zdiff
58
*[._-]
lzma
)
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_zip.c
56
#include <
lzma
.h>
194
* mutandis the library changes. ZIP's
LZMA
format (id 14),
196
* modified
LZMA
Alone format requires a bit more
202
}
lzma
;
member in union:zip::__anon7124
251
/* ZIP's
LZMA
format requires the use of a alas not exposed in LibLZMA
373
} else if (strcmp(val, "
lzma
") == 0) {
379
"
lzma
compression not supported");
424
// Arbitrarily choosing
LZMA
of the two
LZMA
methods
663
"
lzma
compression not supported")
[
all
...]
archive_write_add_filter_lrzip.c
45
enum {
lzma
= 0, bzip2, gzip, lzo, none, zpaq } compression;
enumerator in enum:write_lrzip::__anon7092
140
case
lzma
:/* default compression */
/src/external/public-domain/xz/dist/doc/examples_old/
xz_pipe_comp.c
19
#include <
lzma
.h>
30
/* see: /usr/include/
lzma
/check.h LZMA_CHECK_* */
xz_pipe_decomp.c
19
#include <
lzma
.h>
/src/external/public-domain/xz/dist/doc/examples/
01_compress_easy.c
22
#include <
lzma
.h>
73
//
lzma
/container.h (src/liblzma/api/
lzma
/container.h in the source
74
// package or e.g. /usr/include/
lzma
/container.h depending on the
210
// so it must be an error code. See
lzma
/base.h
211
// (src/liblzma/api/
lzma
/base.h in the source package
212
// or e.g. /usr/include/
lzma
/base.h depending on the
02_decompress.c
22
#include <
lzma
.h>
57
// be combined with bitwise-or. See
lzma
/container.h
58
// (src/liblzma/api/
lzma
/container.h in the source package or e.g.
59
// /usr/include/
lzma
/container.h depending on the install prefix)
69
//
lzma
/container.h (src/liblzma/api/
lzma
/container.h in the source
70
// package or e.g. /usr/include/
lzma
/container.h depending on the
176
// so it must be an error code. See
lzma
/base.h
177
// (src/liblzma/api/
lzma
/base.h in the source package
178
// or e.g. /usr/include/
lzma
/base.h depending on th
[
all
...]
03_compress_custom.c
22
#include <
lzma
.h>
31
// are declared in
lzma
/lzma12.h (src/liblzma/api/
lzma
/lzma12.h in the
32
// source package or e.g. /usr/include/
lzma
/lzma12.h depending on
51
// See
lzma
/lzma12.h for details of all LZMA2 options.
61
// See
lzma
/filter.h for more information about the lzma_filter
04_compress_easy_mt.c
22
#include <
lzma
.h>
42
// See the documentation of lzma_mt in
lzma
/container.h for
Completed in 41 milliseconds
1
2
3
Indexes created Sun Mar 01 05:31:48 UTC 2026