OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZ_DICT_REPEAT_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lz/
lz_decoder.h
50
/// dictionary buffer will be 2 *
LZ_DICT_REPEAT_MAX
+ LZMA_DICT_EXTRA bytes
54
/// the last
LZ_DICT_REPEAT_MAX
bytes will be copied to the beginning.
58
/// (2) The other
LZ_DICT_REPEAT_MAX
bytes is kept as a buffer between
75
#define
LZ_DICT_REPEAT_MAX
288
78
#define LZ_DICT_INIT_POS (2 *
LZ_DICT_REPEAT_MAX
)
97
/// Allocated size of buf. This is 2 *
LZ_DICT_REPEAT_MAX
bytes
100
/// "size - 2 *
LZ_DICT_REPEAT_MAX
".
173
? 0 : dict->size -
LZ_DICT_REPEAT_MAX
)];
213
back += dict->size -
LZ_DICT_REPEAT_MAX
;
lz_decoder.c
74
// See the comment of #define
LZ_DICT_REPEAT_MAX
.
75
coder->dict.pos =
LZ_DICT_REPEAT_MAX
;
79
-
LZ_DICT_REPEAT_MAX
,
80
LZ_DICT_REPEAT_MAX
);
263
// Reserve 2 *
LZ_DICT_REPEAT_MAX
bytes of extra space which is
268
if (lz_options.dict_size > SIZE_MAX - 15 - 2 *
LZ_DICT_REPEAT_MAX
275
// of #define
LZ_DICT_REPEAT_MAX
.
277
= lz_options.dict_size + 2 *
LZ_DICT_REPEAT_MAX
;
332
+ 2 *
LZ_DICT_REPEAT_MAX
+ LZ_DICT_EXTRA;
Completed in 22 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026