OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lz_options
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lz/
lz_decoder.c
224
lzma_lz_options *
lz_options
))
245
lzma_lz_options
lz_options
;
local
247
filters[0].id, filters[0].options, &
lz_options
));
254
if (
lz_options
.dict_size < 4096)
255
lz_options
.dict_size = 4096;
268
if (
lz_options
.dict_size > SIZE_MAX - 15 - 2 * LZ_DICT_REPEAT_MAX
272
lz_options
.dict_size = (
lz_options
.dict_size + 15) & ~((size_t)(15));
277
=
lz_options
.dict_size + 2 * LZ_DICT_REPEAT_MAX;
292
// NOTE: Yes, alloc_size, not
lz_options
.dict_size. The wa
[
all
...]
lz_encoder.c
193
const lzma_lz_options *
lz_options
)
198
if (!IS_ENC_DICT_SIZE_VALID(
lz_options
->dict_size)
199
||
lz_options
->nice_len >
lz_options
->match_len_max)
202
mf->keep_size_before =
lz_options
->before_size +
lz_options
->dict_size;
204
mf->keep_size_after =
lz_options
->after_size
205
+
lz_options
->match_len_max;
218
uint32_t reserve =
lz_options
->dict_size / 2;
222
reserve += (
lz_options
->before_size + lz_options->match_len_ma
586
lzma_
lz_options
lz_options
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026