Searched refs:match_len_max (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.h113 /// mf_find() tries to expand it up to match_len_max bytes.
114 uint32_t match_len_max; member in struct:lzma_mf_s
144 size_t match_len_max; member in struct:__anon19437
147 /// This must be less than or equal to match_len_max.
165 // before_size + dict_size + after_size + match_len_max
176 // lzma_mf.buffer[lzma_mf.read_pos + match_len_max - 1], the total
178 // after_size + match_len_max.
H A Dlz_encoder.c191 || lz_options->nice_len > lz_options->match_len_max)
197 + lz_options->match_len_max;
214 reserve += (lz_options->before_size + lz_options->match_len_max
228 mf->match_len_max = lz_options->match_len_max;
H A Dlz_encoder_mf.c57 if (limit > mf->match_len_max)
58 limit = mf->match_len_max;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.h113 /// mf_find() tries to expand it up to match_len_max bytes.
114 uint32_t match_len_max; member in struct:lzma_mf_s
144 size_t match_len_max; member in struct:__anon20431
147 /// This must be less than or equal to match_len_max.
165 // before_size + dict_size + after_size + match_len_max
176 // lzma_mf.buffer[lzma_mf.read_pos + match_len_max - 1], the total
178 // after_size + match_len_max.
H A Dlz_encoder.c191 || lz_options->nice_len > lz_options->match_len_max)
197 + lz_options->match_len_max;
214 reserve += (lz_options->before_size + lz_options->match_len_max
228 mf->match_len_max = lz_options->match_len_max;
H A Dlz_encoder_mf.c57 if (limit > mf->match_len_max)
58 limit = mf->match_len_max;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c171 if (left < mf->match_len_max) {
180 + left - mf->match_len_max;
H A Dlzma_encoder.c442 lz_options->match_len_max = MATCH_LEN_MAX;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c171 if (left < mf->match_len_max) {
180 + left - mf->match_len_max;
H A Dlzma_encoder.c442 lz_options->match_len_max = MATCH_LEN_MAX;

Completed in 136 milliseconds