OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:before_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.h
139
size_t
before_size
;
member in struct:__anon391
176
//
before_size
+ dict_size + after_size + match_len_max
191
//
before_size
has two uses. The first one is to keep literals available
200
// still available in the history buffer.
before_size
achieves that.
lz_encoder.c
202
mf->keep_size_before = lz_options->
before_size
+ lz_options->dict_size;
222
reserve += (lz_options->
before_size
+ lz_options->match_len_max
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma2_encoder.c
347
if (lz_options->
before_size
+ lz_options->dict_size < LZMA2_CHUNK_MAX)
348
lz_options->
before_size
lzma_encoder.c
491
lz_options->
before_size
= OPTS;
Completed in 31 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026