OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZ_SINGLE
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_private.h
67
# define DEC_IS_SINGLE(mode) ((mode) ==
XZ_SINGLE
)
87
# define DEC_IS_MULTI(mode) ((mode) !=
XZ_SINGLE
)
xz.h
34
* @
XZ_SINGLE
: Single-call mode. This uses less RAM than
57
XZ_SINGLE
,
86
* XZ_DYNALLOC); the single-call mode (
XZ_SINGLE
)
160
* (mode ==
XZ_SINGLE
). LZMA2 dictionary is always 2^n bytes
168
* Single-call mode (
XZ_SINGLE
): xz_dec_run() decodes the whole stream at
Completed in 925 milliseconds